Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaysinkconvertbin.c308 raw, self->raw, gst_pad_is_blocked (self->sink_proxypad)); in gst_play_sink_convert_bin_sink_setcaps()
311 if (!gst_pad_is_blocked (self->sink_proxypad)) { in gst_play_sink_convert_bin_sink_setcaps()
328 if (self->raw && !gst_pad_is_blocked (self->sink_proxypad)) { in gst_play_sink_convert_bin_sink_setcaps()
/third_party/gstreamer/gstreamer/gst/
Dgstpad.h1346 gboolean gst_pad_is_blocked (GstPad *pad);
Dgstpad.c1596 gst_pad_is_blocked (GstPad * pad) in gst_pad_is_blocked() function
/third_party/gstreamer/gstreamer/
DChangeLog121773 * gst/gstpad.c: (gst_pad_set_blocked_async), (gst_pad_is_blocked),