gstreamer/gst/rtpmanager
Wim Taymans 55bb4d5c95 gst/rtpmanager/rtpsession.c: Add G_PARAM_STATIC_STRINGS.
Original commit message from CVS:
* gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
(copy_source), (rtp_session_create_sources),
(rtp_session_get_property):
Add G_PARAM_STATIC_STRINGS.
Add property to return a GValueArray of all known RTPSources in the
session.
* gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
(rtp_source_create_sdes), (rtp_source_set_property),
(rtp_source_get_property):
Remove properties to set the various SDES items, an application is never
supposed to change the RTPSource data.
Change the SDES getter properties to one SDES property that returns all
SDES items in a GstStructure.
2009-08-11 02:30:39 +01:00
..
.gitignore gst/rtpmanager/: Added custom marshallers for signals. 2009-08-11 02:30:24 +01:00
gstrtpbin-marshal.list gst/rtpmanager/gstrtpbin-marshal.list: Add marshaller for new action signal. 2009-08-11 02:30:38 +01:00
gstrtpbin.c gst/rtpmanager/gstrtpbin.c: Also unref the target pad for unknown pads. 2009-08-11 02:30:39 +01:00
gstrtpbin.h gst/rtpmanager/gstrtpbin-marshal.list: Add marshaller for new action signal. 2009-08-11 02:30:38 +01:00
gstrtpclient.c gst/: More doc updates. More xrefs. 2009-08-11 02:30:36 +01:00
gstrtpclient.h gst/rtpmanager/: Add signal to notify of an SDES change. 2009-08-11 02:30:32 +01:00
gstrtpjitterbuffer.c gst/rtpmanager/gstrtpjitterbuffer.c: Initialize return value to fix compiler warning about uninitialized variable. 2009-08-11 02:30:39 +01:00
gstrtpjitterbuffer.h gst/rtpmanager/gstrtpbin.c: Remove internal sync pad, use signals instead to get lip-sync notifications. 2009-08-11 02:30:38 +01:00
gstrtpmanager.c gst/rtpmanager/: Add signal to notify of an SDES change. 2009-08-11 02:30:32 +01:00
gstrtpptdemux.c gst/rtpmanager/gstrtpbin.c: Do not try to keep track of the clock-rate ourselves but simply get the value from the ji... 2009-08-11 02:30:38 +01:00
gstrtpptdemux.h gst/rtpmanager/: Add signal to notify of an SDES change. 2009-08-11 02:30:32 +01:00
gstrtpsession.c gst/rtpmanager/gstrtpsession.c: Pass the running time to the session when processing RTP packets. 2009-08-11 02:30:39 +01:00
gstrtpsession.h gst/rtpmanager/gstrtpbin.*: Add signal to notify listeners when a sender becomes a receiver. 2009-08-11 02:30:37 +01:00
gstrtpssrcdemux.c gst/rtpmanager/gstrtpbin.c: Remove internal sync pad, use signals instead to get lip-sync notifications. 2009-08-11 02:30:38 +01:00
gstrtpssrcdemux.h gst/rtpmanager/: Add signal to notify of an SDES change. 2009-08-11 02:30:32 +01:00
Makefile.am Don't install static libs for plugins. Fixes #550851 for -bad. 2009-08-11 02:30:38 +01:00
rtpjitterbuffer.c gst/rtpmanager/gstrtpbin.c: Remove internal sync pad, use signals instead to get lip-sync notifications. 2009-08-11 02:30:38 +01:00
rtpjitterbuffer.h gst/rtpmanager/gstrtpbin.c: Remove internal sync pad, use signals instead to get lip-sync notifications. 2009-08-11 02:30:38 +01:00
rtpsession.c gst/rtpmanager/rtpsession.c: Add G_PARAM_STATIC_STRINGS. 2009-08-11 02:30:39 +01:00
rtpsession.h gst/rtpmanager/gstrtpsession.c: Pass the running time to the session when processing RTP packets. 2009-08-11 02:30:39 +01:00
rtpsource.c gst/rtpmanager/rtpsession.c: Add G_PARAM_STATIC_STRINGS. 2009-08-11 02:30:39 +01:00
rtpsource.h gst/rtpmanager/gstrtpsession.c: Pass the running time to the session when processing RTP packets. 2009-08-11 02:30:39 +01:00
rtpstats.c gst/rtpmanager/: Add signal to notify of an SDES change. 2009-08-11 02:30:32 +01:00
rtpstats.h gst/rtpmanager/gstrtpsession.c: Pass the running time to the session when processing RTP packets. 2009-08-11 02:30:39 +01:00