[MOVED FROM GST-P-FARSIGHT] Clarify locking in rtpdtmfmux

This commit is contained in:
Olivier Crête 2009-02-18 13:56:36 -05:00 committed by Edward Hervey
parent 31ba19c159
commit 10f623547f

View file

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