gstreamer/gst/rtpmanager
Wim Taymans b99d637ab7 gst/rtpmanager/: Add signal to notify of an SDES change.
Original commit message from CVS:
* gst/rtpmanager/gstrtpbin.c: (on_ssrc_sdes), (create_session),
(gst_rtp_bin_class_init):
* gst/rtpmanager/gstrtpbin.h:
* gst/rtpmanager/gstrtpclient.c:
* gst/rtpmanager/gstrtpclient.h:
* gst/rtpmanager/gstrtpjitterbuffer.h:
* gst/rtpmanager/gstrtpmanager.c:
* gst/rtpmanager/gstrtpptdemux.c:
* gst/rtpmanager/gstrtpptdemux.h:
* gst/rtpmanager/gstrtpsession.c: (on_ssrc_sdes),
(gst_rtp_session_class_init), (gst_rtp_session_init):
* gst/rtpmanager/gstrtpsession.h:
* gst/rtpmanager/gstrtpssrcdemux.c:
* gst/rtpmanager/gstrtpssrcdemux.h:
* gst/rtpmanager/rtpjitterbuffer.c:
* gst/rtpmanager/rtpjitterbuffer.h:
* gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
(on_ssrc_sdes), (rtp_session_process_sdes):
* gst/rtpmanager/rtpsession.h:
* gst/rtpmanager/rtpsource.c:
* gst/rtpmanager/rtpsource.h:
* gst/rtpmanager/rtpstats.c:
* gst/rtpmanager/rtpstats.h:
Add signal to notify of an SDES change.
Fix object type in the signal callbacks.
2007-12-10 15:34:19 +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/: Add signal to notify of an SDES change. 2007-12-10 15:34:19 +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/gstrtpjitterbuffer.c: jitterbuffer can buffer an unlimited amount of time and thus has no max_latency ... 2007-11-22 09:08:27 +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/: Add signal to notify of an SDES change. 2007-12-10 15:34:19 +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/: Add signal to notify of an SDES change. 2007-12-10 15:34:19 +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/: Add signal to notify of an SDES change. 2007-12-10 15:34:19 +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/: Add signal to notify of an SDES change. 2007-12-10 15:34:19 +00:00
rtpjitterbuffer.h gst/rtpmanager/: Add signal to notify of an SDES change. 2007-12-10 15:34:19 +00:00
rtpsession.c gst/rtpmanager/: Add signal to notify of an SDES change. 2007-12-10 15:34:19 +00:00
rtpsession.h gst/rtpmanager/: Add signal to notify of an SDES change. 2007-12-10 15:34:19 +00:00
rtpsource.c gst/rtpmanager/: Add signal to notify of an SDES change. 2007-12-10 15:34:19 +00:00
rtpsource.h gst/rtpmanager/: Add signal to notify of an SDES change. 2007-12-10 15:34:19 +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