Home
last modified time | relevance | path

Searched refs:RTP_SESSION_LOCK (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpsession.c780 RTP_SESSION_LOCK (sess); in rtp_session_create_sources()
815 RTP_SESSION_LOCK (sess); in rtp_session_create_stats()
844 RTP_SESSION_LOCK (sess); in rtp_session_set_property()
853 RTP_SESSION_LOCK (sess); in rtp_session_set_property()
859 RTP_SESSION_LOCK (sess); in rtp_session_set_property()
865 RTP_SESSION_LOCK (sess); in rtp_session_set_property()
871 RTP_SESSION_LOCK (sess); in rtp_session_set_property()
890 RTP_SESSION_LOCK (sess); in rtp_session_set_property()
914 RTP_SESSION_LOCK (sess); in rtp_session_set_property()
1028 RTP_SESSION_LOCK (sess); in on_new_ssrc()
[all …]
Drtpsession.h38 #define RTP_SESSION_LOCK(sess) (g_mutex_lock (&(sess)->lock)) macro
Dgstrtpsession.c431 RTP_SESSION_LOCK (session); in on_ssrc_sdes()
/third_party/gstreamer/gstplugins_good/
DChangeLog15526 rtpsession: fix typo in a comment, s/SESSION_LOCK/RTP_SESSION_LOCK/