Home
last modified time | relevance | path

Searched refs:sink_proxypad (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaysinkconvertbin.c272 gst_pad_add_probe (self->sink_proxypad, in block_proxypad()
281 gst_pad_remove_probe (self->sink_proxypad, self->sink_proxypad_block_id); in unblock_proxypad()
308 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()
561 gst_object_unref (self->sink_proxypad); in gst_play_sink_convert_bin_finalize()
683 self->sink_proxypad = in gst_play_sink_convert_bin_init()
Dgstplaysinkconvertbin.h67 GstPad *sinkpad, *sink_proxypad; member