rtpmux: Clarify locking in rtpdtmfmux

This commit is contained in:
Olivier Crête 2009-02-18 13:56:36 -05:00 committed by Tim-Philipp Müller
parent 4b607cdda5
commit b86232d0dc

View File

@ -49,6 +49,7 @@ struct _GstRTPDTMFMux
{ {
GstRTPMux mux; GstRTPMux mux;
/* Protected by object lock */
/* our special pad */ /* our special pad */
GstPad *special_pad; GstPad *special_pad;
}; };