From b86232d0dcc5bcedd26748a8adb535927efdd39b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Wed, 18 Feb 2009 13:56:36 -0500 Subject: [PATCH] rtpmux: Clarify locking in rtpdtmfmux --- gst/rtpmanager/gstrtpdtmfmux.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/rtpmanager/gstrtpdtmfmux.h b/gst/rtpmanager/gstrtpdtmfmux.h index 69704f2082..866704c79f 100644 --- a/gst/rtpmanager/gstrtpdtmfmux.h +++ b/gst/rtpmanager/gstrtpdtmfmux.h @@ -49,6 +49,7 @@ struct _GstRTPDTMFMux { GstRTPMux mux; + /* Protected by object lock */ /* our special pad */ GstPad *special_pad; };