Skip to content

appsrc: Clarify buffer ref semantics in signals

Nirbheek Chauhan requested to merge nirbheek/gstreamer:appsrc-signal-docs into main

The documentation could be read to mean that the caller continuous to 'own' the buffer, and that there is some other mechanism to find out when to unref it.

Clarify that "not taking ownership" means "does not steal your reference", and specify that you can unref it at any time after calling the function.

Merge request reports