Skip to content

rtspconnection: Annotate RTSP message and RTSP events parameters correctly

Patricia Muscalu requested to merge patricia/gstreamer:fix-annotations into main

These parameters are not actually out parameters but must be allocated and zero-initialized by the calling function. Marking them as out caller-allocates will cause memory corruptions when calling these APIs from e.g., Python code.

Merge request reports