diff options
Diffstat (limited to 'gst/rtpmanager/gstrtpssrcdemux.h')
-rw-r--r-- | gst/rtpmanager/gstrtpssrcdemux.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/rtpmanager/gstrtpssrcdemux.h b/gst/rtpmanager/gstrtpssrcdemux.h index 88aeed80..10c569d9 100644 --- a/gst/rtpmanager/gstrtpssrcdemux.h +++ b/gst/rtpmanager/gstrtpssrcdemux.h @@ -40,6 +40,8 @@ struct _GstRtpSsrcDemux GstPad *rtp_sink; GstPad *rtcp_sink; + + GMutex *padlock; GSList *srcpads; }; |