summaryrefslogtreecommitdiff
path: root/gst/rtpmanager/gstrtpmux.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2015-08-31 21:05:03 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2015-10-02 17:39:10 -0400
commit43c213fc5db75dcf570ef1c224122307a0899911 (patch)
tree99960a987a2bc795f6697d31e298892f91c41a24 /gst/rtpmanager/gstrtpmux.h
parentd5e26ab9099e5a46eda7e9b59f01c1efe463344d (diff)
downloadgstreamer-plugins-good-43c213fc5db75dcf570ef1c224122307a0899911.tar.gz
rtpmux: As 0xFFFFFFFF is a valid ssrc, check if it has been set
https://bugzilla.gnome.org/show_bug.cgi?id=752694
Diffstat (limited to 'gst/rtpmanager/gstrtpmux.h')
-rw-r--r--gst/rtpmanager/gstrtpmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtpmanager/gstrtpmux.h b/gst/rtpmanager/gstrtpmux.h
index b94d408ba..3de9f4186 100644
--- a/gst/rtpmanager/gstrtpmux.h
+++ b/gst/rtpmanager/gstrtpmux.h
@@ -72,6 +72,7 @@ struct _GstRTPMux
guint ssrc;
guint current_ssrc;
gboolean have_ssrc;
+ gboolean ssrc_random;
GstPad *last_pad; /* protected by object lock */