summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpbin.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-12-10 14:03:32 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-12-10 14:03:32 +0000
commitf4b08ff0393b431a9752023bab2509e75de022f8 (patch)
tree95f11c272f055ec76f39f4d9f7f295c078b41b02 /gst/rtpmanager/gstrtpbin.h
parent582f643ee4947de757bd8b429b521a939959a0c1 (diff)
downloadgst-plugins-bad-f4b08ff0393b431a9752023bab2509e75de022f8.tar.gz
gst-plugins-bad-f4b08ff0393b431a9752023bab2509e75de022f8.tar.bz2
gst-plugins-bad-f4b08ff0393b431a9752023bab2509e75de022f8.zip
gst/rtpmanager/gstrtpbin.*: Expose SDES items as properties and configure the session managers with them.
Original commit message from CVS: * gst/rtpmanager/gstrtpbin.c: (create_session), (gst_rtp_bin_class_init), (gst_rtp_bin_init), (sdes_type_to_name), (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string), (gst_rtp_bin_set_property), (gst_rtp_bin_get_property): * gst/rtpmanager/gstrtpbin.h: Expose SDES items as properties and configure the session managers with them. * gst/rtpmanager/rtpsource.c: (rtp_source_class_init), (rtp_source_set_property): Fix SSRC property.
Diffstat (limited to 'gst/rtpmanager/gstrtpbin.h')
-rw-r--r--gst/rtpmanager/gstrtpbin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/rtpmanager/gstrtpbin.h b/gst/rtpmanager/gstrtpbin.h
index d4fe1f03..f2349184 100644
--- a/gst/rtpmanager/gstrtpbin.h
+++ b/gst/rtpmanager/gstrtpbin.h
@@ -51,6 +51,9 @@ struct _GstRtpBin {
/* a list of clients, these are streams with the same CNAME */
GSList *clients;
+ /* the default SDES items for sessions */
+ gchar *sdes[9];
+
/*< private >*/
GstRtpBinPrivate *priv;
};