Skip to content

rtspsrc: add new "push-backchannel-sample" action signal as "push-backchannel-buffer" is broken for bindings

The action signal "push-backchannel-buffer" of rtspsrc decrements the refcount of the sample provided as argument which causes issues when running with gst-python and results in some critical warning about wrong ref count for the sample. I have compared that part of the implementation with the corresponding part of "appsrc" action signal "push-sample" where the refcount of the sample is also not incremented/decremented.

Edited by Christian Wick

Merge request reports