Home
last modified time | relevance | path

Searched refs:sinkpad (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/
H A D0005-playbin3-Fix-Qt-videoplayer-cannot-change-video-stat.patch173 + GstPad *sinkpad;
193 + sinkpad = g_ptr_array_index (channels, stream);
194 + g_object_get (sinkpad, "tags", &result, NULL);
H A D0003-playbin-do-not-drain-on-first-EOS.patch162 * allow ANY caps on the sinkpad template */
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/
H A D0005-playbin3-Fix-qt-videoplayer-cannot-change-video-stat.patch173 + GstPad *sinkpad;
193 + sinkpad = g_ptr_array_index (channels, stream);
194 + g_object_get (sinkpad, "tags", &result, NULL);
H A D0003-playbin-do-not-drain-on-first-EOS.patch162 * allow ANY caps on the sinkpad template */
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/
H A D0005-playbin3-Fix-Qt-videoplayer-cannot-change-video-stat.patch173 + GstPad *sinkpad;
193 + sinkpad = g_ptr_array_index (channels, stream);
194 + g_object_get (sinkpad, "tags", &result, NULL);
H A D0003-playbin-do-not-drain-on-first-EOS.patch162 * allow ANY caps on the sinkpad template */
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vimc/
H A Dvimc-core.c20 #define VIMC_ENT_LINK(src, srcpad, sink, sinkpad, link_flags) { \ argument
24 .sink_pad = sinkpad, \
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/
H A D0002-ssaparse-enhance-SSA-text-lines-parsing.patch203 @@ -335,6 +451,7 @@ gst_ssa_parse_chain (GstPad * sinkpad, GstObject * parent, GstBuffer * buf)
211 @@ -352,13 +469,14 @@ gst_ssa_parse_chain (GstPad * sinkpad, GstObject * parent, GstBuffer * buf)
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dximagesink.c1472 gst_pad_push_event (GST_BASE_SINK (ximagesink)->sinkpad, in gst_x_image_sink_xwindow_update_geometry()