gst/rtpmanager/rtpsession.c: Add G_PARAM_STATIC_STRINGS.
authorWim Taymans <wim.taymans@gmail.com>
Sat, 22 Nov 2008 15:24:47 +0000 (15:24 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 11 Aug 2009 01:30:39 +0000 (02:30 +0100)
commit55bb4d5c955d37c229353896ac92a66d84093bd8
tree76fb0c76bfddfc23d8c9b39fd4ed92bfc199f14e
parentc84ffd84601fc7caef870d41cb37fc11177c4d5a
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.
gst/rtpmanager/rtpsession.c
gst/rtpmanager/rtpsource.c