summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-02-18 13:56:36 -0500
committerEdward Hervey <bilboed@bilboed.com>2009-02-21 17:48:56 +0100
commit10f623547fcbcb32007ae5aeddb179de2c36f24d (patch)
treeb44d32aae18eacd37939d706e545fe464e604a34
parent31ba19c1599466b2e0e9ecc7ba03aff3dbced927 (diff)
[MOVED FROM GST-P-FARSIGHT] Clarify locking in rtpdtmfmux
-rw-r--r--gst/rtpmux/gstrtpdtmfmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtpmux/gstrtpdtmfmux.h b/gst/rtpmux/gstrtpdtmfmux.h
index 4fdfe0c77..36fabffc4 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;
};