gstreamer/gst/rtpmanager
Wim Taymans 0fcc94b64e gst/rtpmanager/: Unset GValues after g_signal_emitv so that we avoid a refcount leak.
Original commit message from CVS:
* gst/rtpmanager/gstrtpbin.c: (get_pt_map), (free_client),
(gst_rtp_bin_associate), (gst_rtp_bin_get_free_pad_name):
* gst/rtpmanager/gstrtpjitterbuffer.c:
(gst_rtp_jitter_buffer_get_clock_rate):
* gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps):
* gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
Unset GValues after g_signal_emitv so that we avoid a refcount leak.
Don't leak a padname.
Don't leak client streams list.
Lock rtpbin when associating streams. Fixes #528245.
2008-04-17 07:31:44 +00:00
..
.gitignore gst/rtpmanager/: Added custom marshallers for signals. 2007-04-10 09:14:07 +00:00
gstrtpbin-marshal.list gst/rtpmanager/: Updated example pipelines in docs. 2007-09-03 21:19:34 +00:00
gstrtpbin.c gst/rtpmanager/: Unset GValues after g_signal_emitv so that we avoid a refcount leak. 2008-04-17 07:31:44 +00:00
gstrtpbin.h gst/rtpmanager/: Add signal to notify of an SDES change. 2007-12-10 15:34:19 +00:00
gstrtpclient.c gst/rtpmanager/: Add signal to notify of an SDES change. 2007-12-10 15:34:19 +00:00
gstrtpclient.h gst/rtpmanager/: Add signal to notify of an SDES change. 2007-12-10 15:34:19 +00:00
gstrtpjitterbuffer.c gst/rtpmanager/: Unset GValues after g_signal_emitv so that we avoid a refcount leak. 2008-04-17 07:31:44 +00:00
gstrtpjitterbuffer.h gst/rtpmanager/: Add signal to notify of an SDES change. 2007-12-10 15:34:19 +00:00
gstrtpmanager.c gst/rtpmanager/: Add signal to notify of an SDES change. 2007-12-10 15:34:19 +00:00
gstrtpptdemux.c gst/rtpmanager/: Unset GValues after g_signal_emitv so that we avoid a refcount leak. 2008-04-17 07:31:44 +00:00
gstrtpptdemux.h gst/rtpmanager/: Add signal to notify of an SDES change. 2007-12-10 15:34:19 +00:00
gstrtpsession.c gst/rtpmanager/: Unset GValues after g_signal_emitv so that we avoid a refcount leak. 2008-04-17 07:31:44 +00:00
gstrtpsession.h gst/rtpmanager/: Add signal to notify of an SDES change. 2007-12-10 15:34:19 +00:00
gstrtpssrcdemux.c gst/rtpmanager/gstrtpssrcdemux.c: Don't clean up pads when going to PAUSED. 2007-12-31 13:12:06 +00:00
gstrtpssrcdemux.h gst/rtpmanager/: Add signal to notify of an SDES change. 2007-12-10 15:34:19 +00:00
Makefile.am gst/rtpmanager/: Remove complicated async queue and replace with more simple jitterbuffer code while also fixing some... 2007-08-10 17:16:53 +00:00
rtpjitterbuffer.c gst/rtpmanager/rtpjitterbuffer.c: Don't try to reset the clock skew when we have no timestamps. 2008-03-11 10:43:32 +00:00
rtpjitterbuffer.h gst/rtpmanager/: Remove the fixed clock-rate from the jitterbuffer and extend it so that a clock-rate can be provided... 2008-01-25 16:00:52 +00:00
rtpsession.c gst/rtpmanager/rtpsession.*: Implement collision and loop detection in rtpmanager. 2008-03-11 12:40:58 +00:00
rtpsession.h gst/rtpmanager/rtpsession.*: Implement collision and loop detection in rtpmanager. 2008-03-11 12:40:58 +00:00
rtpsource.c gst/rtpmanager/rtpsession.*: Implement collision and loop detection in rtpmanager. 2008-03-11 12:40:58 +00:00
rtpsource.h gst/rtpmanager/rtpsession.*: Implement collision and loop detection in rtpmanager. 2008-03-11 12:40:58 +00:00
rtpstats.c gst/rtpmanager/: Add signal to notify of an SDES change. 2007-12-10 15:34:19 +00:00
rtpstats.h gst/rtpmanager/: Add signal to notify of an SDES change. 2007-12-10 15:34:19 +00:00