gstreamer/gst/rtpmanager
Mathieu Duponchelle 03dc22951b rtpbin: fix leak of elements requested by signals
When the signal returns a floating reference, as its return type
is transfer full, we need to sink it ourselves before passing
it to gst_bin_add (which is transfer floating).

This allows us to unref it in bin_remove_element later on, and
thus to also release the reference we now own if the signal
returns a non-floating reference as well.

As we now still hold a reference to the element when removing it,
we also need to lock its state and setting it to NULL before
unreffing it

Also update the request_aux_sender test.

https://bugzilla.gnome.org/show_bug.cgi?id=792543
2018-01-18 15:26:43 +01:00
..
gstrtpbin.c rtpbin: fix leak of elements requested by signals 2018-01-18 15:26:43 +01:00
gstrtpbin.h rtpbin: add option for sanity checking timestamp offset 2017-09-15 13:33:14 +03:00
gstrtpdtmfmux.c good: use new gst_element_class_add_static_pad_template() 2016-03-24 14:32:20 +02:00
gstrtpdtmfmux.h rtpmux: Fix FSF address 2012-12-16 16:36:39 +00:00
gstrtpjitterbuffer.c rtpjitterbuffer: fix debug message on pt mismatch 2017-10-08 00:07:43 +01:00
gstrtpjitterbuffer.h rtpjitterbuffer: small optimizations 2014-04-29 16:21:44 +02:00
gstrtpmanager.c rtpmanager: add new rtprtxsend / rtprtxreceive elements 2014-01-03 20:47:59 +01:00
gstrtpmux.c rtpmux: fix output segment and buffer DTS to correspond to the flattened PTS 2017-03-24 11:09:46 +02:00
gstrtpmux.h Revert "rtpmux: fix PROP_TIMESTAMP_OFFSET range problems" 2016-08-26 12:06:51 -04:00
gstrtpptdemux.c good: use new gst_element_class_add_static_pad_template() 2016-03-24 14:32:20 +02:00
gstrtpptdemux.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstrtprtxqueue.c rtprtxqueue: implement handling of the max-size-time property 2017-04-11 09:44:33 +03:00
gstrtprtxqueue.h rtprtxqueue: implement handling of the max-size-time property 2017-04-11 09:44:33 +03:00
gstrtprtxreceive.c rtprtx{send,receive}: improve the debug messages 2017-09-07 14:43:32 +03:00
gstrtprtxreceive.h rtprtxreceive: Wait until timeout to clear association requests 2014-05-04 22:36:59 -04:00
gstrtprtxsend.c rtprtx{send,receive}: improve the debug messages 2017-09-07 14:43:32 +03:00
gstrtprtxsend.h rtprtxsend: run a new GstTask on the src pad 2014-01-21 14:54:01 +01:00
gstrtpsession.c Revert "rtpbin: pipeline gets an EOS when any rtpsources byes" 2017-04-19 12:28:12 +01:00
gstrtpsession.h rtpmanager: add new on-new-sender-ssrc, on-sender-ssrc-active signals 2015-10-02 16:39:29 +03:00
gstrtpssrcdemux.c good: use new gst_element_class_add_static_pad_template() 2016-03-24 14:32:20 +02:00
gstrtpssrcdemux.h rtpssrcdemux: Remove unused GstSegment 2013-04-02 23:42:41 -04:00
Makefile.am Remove plugin specific static build option 2017-05-16 14:41:19 -04:00
meson.build Add support for Meson as alternative/parallel build system 2016-08-20 11:21:12 +01:00
rtpjitterbuffer.c rtpjitterbuffer: Add a faststart-min-packets property 2017-06-28 11:51:10 -04:00
rtpjitterbuffer.h rtpjitterbuffer: Add a faststart-min-packets property 2017-06-28 11:51:10 -04:00
rtpsession.c rtpsession: Handle zero length feedback packets 2017-12-02 13:58:34 +00:00
rtpsession.h Revert "rtpbin: pipeline gets an EOS when any rtpsources byes" 2017-04-19 12:28:12 +01:00
rtpsource.c rtpbin: add option for increasing ts_offset gradually 2017-09-14 13:15:56 +03:00
rtpsource.h rtpsource: get clock-rate from pt if needed to generate SR 2017-03-16 15:48:37 +02:00
rtpstats.c rtpstats: fix unsigned integer comparisons. 2017-08-11 13:29:24 +02:00
rtpstats.h rtpstats: fix unsigned integer comparisons. 2017-08-11 13:29:24 +02:00