summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpbin.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-06-29 16:37:54 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2009-06-29 16:37:54 +0200
commitf9cc6b7b1c0abcffd1b0b80750ab6d109cbbaafb (patch)
treedb735dab6ad3364943be73baceab917ca5301234 /gst/rtpmanager/gstrtpbin.h
parented6002ada8aa6b905abd63854709bbf0a7dd6cec (diff)
downloadgst-plugins-bad-f9cc6b7b1c0abcffd1b0b80750ab6d109cbbaafb.tar.gz
gst-plugins-bad-f9cc6b7b1c0abcffd1b0b80750ab6d109cbbaafb.tar.bz2
gst-plugins-bad-f9cc6b7b1c0abcffd1b0b80750ab6d109cbbaafb.zip
rtpbin: add SDES property
Remove all individual SDES properties and use one sdes property that takes a GstStructure instead. This will allow us to add more custom stuff to the SDES messages later.
Diffstat (limited to 'gst/rtpmanager/gstrtpbin.h')
-rw-r--r--gst/rtpmanager/gstrtpbin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtpmanager/gstrtpbin.h b/gst/rtpmanager/gstrtpbin.h
index f47048e5..bed6ad02 100644
--- a/gst/rtpmanager/gstrtpbin.h
+++ b/gst/rtpmanager/gstrtpbin.h
@@ -53,7 +53,7 @@ struct _GstRtpBin {
GSList *clients;
/* the default SDES items for sessions */
- gchar *sdes[9];
+ GstStructure *sdes;
/*< private >*/
GstRtpBinPrivate *priv;