diff options
-rw-r--r-- | gst/rtpmux/gstrtpdtmfmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtpmux/gstrtpdtmfmux.h b/gst/rtpmux/gstrtpdtmfmux.h index 4fdfe0c7..36fabffc 100644 --- a/gst/rtpmux/gstrtpdtmfmux.h +++ b/gst/rtpmux/gstrtpdtmfmux.h @@ -49,6 +49,7 @@ struct _GstRTPDTMFMux { GstRTPMux mux; + /* Protected by object lock */ /* our special pad */ GstPad *special_pad; }; |