Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaysinkconvertbin.c197 GST_PLAY_SINK_CONVERT_BIN_LOCK (self); in pad_blocked_cb()
297 GST_PLAY_SINK_CONVERT_BIN_LOCK (self); in gst_play_sink_convert_bin_sink_setcaps()
361 GST_PLAY_SINK_CONVERT_BIN_LOCK (self); in gst_play_sink_convert_bin_acceptcaps()
397 GST_PLAY_SINK_CONVERT_BIN_LOCK (self); in gst_play_sink_convert_bin_getcaps()
606 GST_PLAY_SINK_CONVERT_BIN_LOCK (self); in gst_play_sink_convert_bin_change_state()
611 GST_PLAY_SINK_CONVERT_BIN_LOCK (self); in gst_play_sink_convert_bin_change_state()
626 GST_PLAY_SINK_CONVERT_BIN_LOCK (self); in gst_play_sink_convert_bin_change_state()
632 GST_PLAY_SINK_CONVERT_BIN_LOCK (self); in gst_play_sink_convert_bin_change_state()
Dgstplaysinkaudioconvert.c111 GST_PLAY_SINK_CONVERT_BIN_LOCK (self); in gst_play_sink_audio_convert_set_property()
148 GST_PLAY_SINK_CONVERT_BIN_LOCK (self); in gst_play_sink_audio_convert_get_property()
Dgstplaysinkvideoconvert.c122 GST_PLAY_SINK_CONVERT_BIN_LOCK (self); in gst_play_sink_video_convert_set_property()
159 GST_PLAY_SINK_CONVERT_BIN_LOCK (self); in gst_play_sink_video_convert_get_property()
Dgstplaysinkconvertbin.h40 #define GST_PLAY_SINK_CONVERT_BIN_LOCK(obj) G_STMT_START { \ macro