mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
rtpmux: Clarify locking in rtpdtmfmux
This commit is contained in:
parent
4b607cdda5
commit
b86232d0dc
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ struct _GstRTPDTMFMux
|
|||
{
|
||||
GstRTPMux mux;
|
||||
|
||||
/* Protected by object lock */
|
||||
/* our special pad */
|
||||
GstPad *special_pad;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue