summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpbin.h
diff options
context:
space:
mode:
authorDave Robillard <dave@drobilla.net>2009-07-03 20:01:30 -0400
committerDave Robillard <dave@drobilla.net>2009-07-03 20:01:30 -0400
commitcaba48f261421d397900471b19350da2e5a4a4e5 (patch)
treeace87e1bd5c819454aefaa722203c30ed83f4ec1 /gst/rtpmanager/gstrtpbin.h
parent699e4f4d044d8111053b631baba4b324a60b1274 (diff)
parent6a763f6a471e9fbbd86358b0175498a6af78666e (diff)
downloadgst-plugins-bad-caba48f261421d397900471b19350da2e5a4a4e5.tar.gz
gst-plugins-bad-caba48f261421d397900471b19350da2e5a4a4e5.tar.bz2
gst-plugins-bad-caba48f261421d397900471b19350da2e5a4a4e5.zip
Merge branch 'master' of git://anongit.freedesktop.org/gstreamer/gst-plugins-bad into fdo
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;