diff options
author | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2009-02-18 13:56:36 -0500 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2009-02-21 17:48:56 +0100 |
commit | 10f623547fcbcb32007ae5aeddb179de2c36f24d (patch) | |
tree | b44d32aae18eacd37939d706e545fe464e604a34 /gst | |
parent | 31ba19c1599466b2e0e9ecc7ba03aff3dbced927 (diff) | |
download | gst-plugins-bad-10f623547fcbcb32007ae5aeddb179de2c36f24d.tar.gz gst-plugins-bad-10f623547fcbcb32007ae5aeddb179de2c36f24d.tar.bz2 gst-plugins-bad-10f623547fcbcb32007ae5aeddb179de2c36f24d.zip |
[MOVED FROM GST-P-FARSIGHT] Clarify locking in rtpdtmfmux
Diffstat (limited to 'gst')
-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; }; |