rtspsrc: Introduce new action signal `push-backchannel-sample` with correct ownership...
authorChristian Wick <c.wick@mail.de>
Wed, 9 Nov 2022 12:04:08 +0000 (12:04 +0000)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 10 Nov 2022 11:04:04 +0000 (13:04 +0200)
commit2498457b2f77380c2810e7cd3aa05dc899fb5e86
treecf25ff2228475dad0cc0576cc64c78bb78d0a694
parent9eee5adb249151b259ec980ba7cccb1efe278550
rtspsrc: Introduce new action signal `push-backchannel-sample` with correct ownership semantics

Signals are not supposed to take ownership of their arguments but only
borrow them for the scope of the signal emission.

The old action signal `push-backchannel-buffer` is now marked deprecated.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3363>
subprojects/gst-plugins-good/docs/gst_plugins_cache.json
subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.c
subprojects/gst-plugins-good/gst/rtsp/gstrtspsrc.h
subprojects/gst-plugins-good/tests/examples/rtsp/test-onvif.c