gstreamer/gst/rtpmanager
Wim Taymans f6b7f47cf4 gst/rtpmanager/: Various leak fixes.
Original commit message from CVS:
* gst/rtpmanager/gstrtpbin.c: (create_session), (free_session),
(get_client), (free_client), (gst_rtp_bin_associate),
(free_stream), (gst_rtp_bin_class_init), (gst_rtp_bin_dispose),
(gst_rtp_bin_finalize):
* gst/rtpmanager/gstrtpjitterbuffer.c:
(gst_rtp_jitter_buffer_class_init),
(gst_rtp_jitter_buffer_finalize):
* gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_release):
* gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize),
(gst_rtp_session_set_property), (gst_rtp_session_chain_recv_rtp),
(gst_rtp_session_chain_send_rtp):
* gst/rtpmanager/gstrtpssrcdemux.c:
(gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_dispose):
* gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
* gst/rtpmanager/rtpsession.h:
Various leak fixes.
2007-09-12 21:23:47 +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/: Various leak fixes. 2007-09-12 21:23:47 +00:00
gstrtpbin.h gst/rtpmanager/: Updated example pipelines in docs. 2007-09-03 21:19:34 +00:00
gstrtpclient.c Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a GType that's different than the GstRTPF... 2007-08-23 21:39:58 +00:00
gstrtpclient.h Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a GType that's different than the GstRTPF... 2007-08-23 21:39:58 +00:00
gstrtpjitterbuffer.c gst/rtpmanager/: Various leak fixes. 2007-09-12 21:23:47 +00:00
gstrtpjitterbuffer.h Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a GType that's different than the GstRTPF... 2007-08-23 21:39:58 +00:00
gstrtpmanager.c Rename elements to avoid conflict with farsight elements with the same name. Fixes #430664. 2007-05-28 16:37:47 +00:00
gstrtpptdemux.c gst/rtpmanager/: Various leak fixes. 2007-09-12 21:23:47 +00:00
gstrtpptdemux.h Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a GType that's different than the GstRTPF... 2007-08-23 21:39:58 +00:00
gstrtpsession.c gst/rtpmanager/: Various leak fixes. 2007-09-12 21:23:47 +00:00
gstrtpsession.h gst/rtpmanager/gstrtpbin.c: Calculate and configure the NTP base time so that we can generate better 2007-09-12 18:04:32 +00:00
gstrtpssrcdemux.c gst/rtpmanager/: Various leak fixes. 2007-09-12 21:23:47 +00:00
gstrtpssrcdemux.h gst/rtpmanager/gstrtpbin.c: Calculate and configure the NTP base time so that we can generate better 2007-09-12 18:04:32 +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.*: Fix undefined overflow prone ts_diff handling. 2007-08-21 16:04:47 +00:00
rtpjitterbuffer.h gst/rtpmanager/rtpjitterbuffer.*: Fix undefined overflow prone ts_diff handling. 2007-08-21 16:04:47 +00:00
rtpsession.c gst/rtpmanager/: Various leak fixes. 2007-09-12 21:23:47 +00:00
rtpsession.h gst/rtpmanager/: Various leak fixes. 2007-09-12 21:23:47 +00:00
rtpsource.c gst/rtpmanager/gstrtpbin.c: Calculate and configure the NTP base time so that we can generate better 2007-09-12 18:04:32 +00:00
rtpsource.h gst/rtpmanager/: Updated example pipelines in docs. 2007-09-03 21:19:34 +00:00
rtpstats.c gst/rtpmanager/gstrtpsession.c: Remove debug. 2007-04-29 14:46:27 +00:00
rtpstats.h gst/rtpmanager/: Updated example pipelines in docs. 2007-09-03 21:19:34 +00:00