rtpmux: Clarify locking in rtpdtmfmux
authorOlivier Crête <olivier.crete@collabora.co.uk>
Wed, 18 Feb 2009 18:56:36 +0000 (13:56 -0500)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 16 Dec 2012 16:32:50 +0000 (16:32 +0000)
gst/rtpmanager/gstrtpdtmfmux.h

index 69704f2..866704c 100644 (file)
@@ -49,6 +49,7 @@ struct _GstRTPDTMFMux
 {
   GstRTPMux mux;
 
+  /* Protected by object lock */
   /* our special pad */
   GstPad *special_pad;
 };