diff options
Diffstat (limited to 'gst/rtpmanager/gstrtpmux.h')
-rw-r--r-- | gst/rtpmanager/gstrtpmux.h | 1 |
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 */ |