diff options
Diffstat (limited to 'gst/rtpmanager/gstrtpbin.h')
-rw-r--r-- | gst/rtpmanager/gstrtpbin.h | 3 |
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; }; |