Home
last modified time | relevance | path

Searched refs:bsink (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0033-waylandsink-Parse-video-size-in-propose_allocation.patch17 @@ -766,11 +766,10 @@ gst_wayland_sink_get_caps (GstBaseSink * bsink, GstCaps * filter)
30 @@ -819,7 +818,7 @@ gst_wayland_sink_set_caps (GstBaseSink * bsink, GstCaps * caps)
39 @@ -858,10 +857,15 @@ gst_wayland_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
55 @@ -870,9 +874,9 @@ gst_wayland_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
67 @@ -883,6 +887,16 @@ gst_wayland_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
73 + GST_DEBUG_OBJECT (bsink, "no caps specified");
78 + GST_DEBUG_OBJECT (bsink, "invalid caps specified");
H A D0025-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch221 @@ -1532,11 +1632,23 @@ gst_kms_sink_set_caps (GstBaseSink * bsink, GstCaps * caps)
228 self = GST_KMS_SINK (bsink);
245 @@ -1611,7 +1723,9 @@ gst_kms_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
253 self = GST_KMS_SINK (bsink);
255 @@ -1623,6 +1737,10 @@ gst_kms_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
267 GST_DEBUG_OBJECT (bsink, "invalid caps specified");
272 + GST_DEBUG_OBJECT (bsink, "no allocation for AFBC");
H A D0026-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch36 @@ -647,6 +647,53 @@ gst_wayland_sink_event (GstBaseSink * bsink, GstEvent * event)
88 gst_wayland_sink_get_caps (GstBaseSink * bsink, GstCaps * filter)
90 @@ -699,6 +746,8 @@ gst_wayland_sink_get_caps (GstBaseSink * bsink, GstCaps * filter)
99 @@ -746,6 +795,8 @@ gst_wayland_sink_set_caps (GstBaseSink * bsink, GstCaps * caps)
100 GstWaylandSink *self = GST_WAYLAND_SINK (bsink);;
108 @@ -753,6 +804,15 @@ gst_wayland_sink_set_caps (GstBaseSink * bsink, GstCaps * caps)
124 @@ -798,9 +858,17 @@ gst_wayland_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
142 @@ -811,6 +879,7 @@ gst_wayland_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
H A D0005-kmssink-Request-window-handle.patch39 @@ -1475,6 +1486,8 @@ gst_kms_sink_set_caps (GstBaseSink * bsink, GstCaps * caps)
43 + gst_video_overlay_prepare_window_handle (GST_VIDEO_OVERLAY (bsink));
H A D0043-waylandsink-Support-force-trying-dmabuf.patch88 @@ -823,6 +834,9 @@ gst_wayland_sink_set_caps (GstBaseSink * bsink, GstCaps * caps)
98 @@ -831,8 +845,6 @@ gst_wayland_sink_set_caps (GstBaseSink * bsink, GstCaps * caps)
H A D0008-kmssink-Support-setting-plane-zpos.patch97 gst_kms_sink_start (GstBaseSink * bsink)
108 @@ -1246,6 +1318,11 @@ gst_kms_sink_stop (GstBaseSink * bsink)
H A D0038-kmssink-Improve-monitor-and-plane-selection.patch127 @@ -1215,7 +1278,12 @@ gst_kms_sink_start (GstBaseSink * bsink)
130 self = GST_KMS_SINK (bsink);
H A D0022-HACK-kmssink-Open-drm-devnode-directly.patch23 @@ -1126,6 +1127,9 @@ gst_kms_sink_start (GstBaseSink * bsink)
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0033-waylandsink-Parse-video-size-in-propose_allocation.patch17 @@ -766,11 +766,10 @@ gst_wayland_sink_get_caps (GstBaseSink * bsink, GstCaps * filter)
30 @@ -819,7 +818,7 @@ gst_wayland_sink_set_caps (GstBaseSink * bsink, GstCaps * caps)
39 @@ -858,10 +857,15 @@ gst_wayland_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
55 @@ -870,9 +874,9 @@ gst_wayland_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
67 @@ -883,6 +887,16 @@ gst_wayland_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
73 + GST_DEBUG_OBJECT (bsink, "no caps specified");
78 + GST_DEBUG_OBJECT (bsink, "invalid caps specified");
H A D0025-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch221 @@ -1532,11 +1632,23 @@ gst_kms_sink_set_caps (GstBaseSink * bsink, GstCaps * caps)
228 self = GST_KMS_SINK (bsink);
245 @@ -1611,7 +1723,9 @@ gst_kms_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
253 self = GST_KMS_SINK (bsink);
255 @@ -1623,6 +1737,10 @@ gst_kms_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
267 GST_DEBUG_OBJECT (bsink, "invalid caps specified");
272 + GST_DEBUG_OBJECT (bsink, "no allocation for AFBC");
H A D0026-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch36 @@ -647,6 +647,53 @@ gst_wayland_sink_event (GstBaseSink * bsink, GstEvent * event)
88 gst_wayland_sink_get_caps (GstBaseSink * bsink, GstCaps * filter)
90 @@ -699,6 +746,8 @@ gst_wayland_sink_get_caps (GstBaseSink * bsink, GstCaps * filter)
99 @@ -746,6 +795,8 @@ gst_wayland_sink_set_caps (GstBaseSink * bsink, GstCaps * caps)
100 GstWaylandSink *self = GST_WAYLAND_SINK (bsink);;
108 @@ -753,6 +804,15 @@ gst_wayland_sink_set_caps (GstBaseSink * bsink, GstCaps * caps)
124 @@ -798,9 +858,17 @@ gst_wayland_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
142 @@ -811,6 +879,7 @@ gst_wayland_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
H A D0005-kmssink-Request-window-handle.patch39 @@ -1475,6 +1486,8 @@ gst_kms_sink_set_caps (GstBaseSink * bsink, GstCaps * caps)
43 + gst_video_overlay_prepare_window_handle (GST_VIDEO_OVERLAY (bsink));
H A D0008-kmssink-Support-setting-plane-zpos.patch97 gst_kms_sink_start (GstBaseSink * bsink)
108 @@ -1246,6 +1318,11 @@ gst_kms_sink_stop (GstBaseSink * bsink)
H A D0038-kmssink-Improve-monitor-and-plane-selection.patch127 @@ -1215,7 +1278,12 @@ gst_kms_sink_start (GstBaseSink * bsink)
130 self = GST_KMS_SINK (bsink);
H A D0022-HACK-kmssink-Open-drm-devnode-directly.patch23 @@ -1126,6 +1127,9 @@ gst_kms_sink_start (GstBaseSink * bsink)
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0032-waylandsink-Parse-video-size-in-propose_allocation.patch17 @@ -724,11 +724,10 @@ gst_wayland_sink_get_caps (GstBaseSink * bsink, GstCaps * filter)
30 @@ -779,7 +778,7 @@ gst_wayland_sink_set_caps (GstBaseSink * bsink, GstCaps * caps)
39 @@ -818,10 +817,15 @@ gst_wayland_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
55 @@ -830,9 +834,9 @@ gst_wayland_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
67 @@ -843,6 +847,16 @@ gst_wayland_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
73 + GST_DEBUG_OBJECT (bsink, "no caps specified");
78 + GST_DEBUG_OBJECT (bsink, "invalid caps specified");
H A D0024-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch229 @@ -1222,11 +1322,23 @@ gst_kms_sink_set_caps (GstBaseSink * bsink, GstCaps * caps)
236 self = GST_KMS_SINK (bsink);
253 @@ -1297,7 +1409,9 @@ gst_kms_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
261 self = GST_KMS_SINK (bsink);
263 @@ -1309,6 +1423,10 @@ gst_kms_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
275 GST_DEBUG_OBJECT (bsink, "invalid caps specified");
280 + GST_DEBUG_OBJECT (bsink, "no allocation for AFBC");
H A D0005-kmssink-Request-window-handle.patch39 @@ -1160,6 +1171,8 @@ gst_kms_sink_set_caps (GstBaseSink * bsink, GstCaps * caps)
43 + gst_video_overlay_prepare_window_handle (GST_VIDEO_OVERLAY (bsink));
H A D0025-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch88 gst_wayland_sink_get_caps (GstBaseSink * bsink, GstCaps * filter)
90 @@ -657,6 +704,8 @@ gst_wayland_sink_get_caps (GstBaseSink * bsink, GstCaps * filter)
99 @@ -704,6 +753,8 @@ gst_wayland_sink_set_caps (GstBaseSink * bsink, GstCaps * caps)
106 sink = GST_WAYLAND_SINK (bsink);
108 @@ -713,6 +764,15 @@ gst_wayland_sink_set_caps (GstBaseSink * bsink, GstCaps * caps)
124 @@ -758,9 +818,17 @@ gst_wayland_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
142 @@ -771,6 +839,7 @@ gst_wayland_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
H A D0037-kmssink-Improve-monitor-and-plane-selection.patch127 @@ -910,7 +973,12 @@ gst_kms_sink_start (GstBaseSink * bsink)
130 self = GST_KMS_SINK (bsink);
H A D0008-kmssink-Support-setting-plane-zpos.patch97 gst_kms_sink_start (GstBaseSink * bsink)
108 @@ -936,6 +1008,11 @@ gst_kms_sink_stop (GstBaseSink * bsink)
H A D0021-HACK-kmssink-Open-drm-devnode-directly.patch23 @@ -817,6 +818,10 @@ gst_kms_sink_start (GstBaseSink * bsink)
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dximagesink.c618 gst_kms_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query) in gst_kms_sink_propose_allocation() argument
629 self = GST_X_IMAGE_SINK (bsink); in gst_kms_sink_propose_allocation()
671 GST_DEBUG_OBJECT (bsink, "no caps specified"); in gst_kms_sink_propose_allocation()
676 GST_DEBUG_OBJECT (bsink, "invalid caps specified"); in gst_kms_sink_propose_allocation()
681 GST_DEBUG_OBJECT (bsink, "no allocation for AFBC"); in gst_kms_sink_propose_allocation()
972 gst_kms_sink_query (GstBaseSink * bsink, GstQuery * query) in gst_kms_sink_query() argument
974 GstRkXImageSink *self = GST_X_IMAGE_SINK (bsink); in gst_kms_sink_query()
987 return GST_BASE_SINK_CLASS (parent_class)->query (bsink, query); in gst_kms_sink_query()
1874 gst_x_image_sink_getcaps (GstBaseSink * bsink, GstCaps * filter) in gst_x_image_sink_getcaps() argument
1879 ximagesink = GST_X_IMAGE_SINK (bsink); in gst_x_image_sink_getcaps()
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/
H A D0007-HACK-xvimagesink-Support-dma-buffer-rendering.patch449 gst_xv_image_sink_setcaps (GstBaseSink * bsink, GstCaps * caps)
451 @@ -721,7 +922,7 @@ gst_xv_image_sink_setcaps (GstBaseSink * bsink, GstCaps * caps)
460 @@ -831,6 +1032,20 @@ gst_xv_image_sink_setcaps (GstBaseSink * bsink, GstCaps * caps)
548 @@ -1097,7 +1345,7 @@ gst_xv_image_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/
H A D0007-HACK-xvimagesink-Support-dma-buffer-rendering.patch449 gst_xv_image_sink_setcaps (GstBaseSink * bsink, GstCaps * caps)
451 @@ -866,7 +1067,7 @@ gst_xv_image_sink_setcaps (GstBaseSink * bsink, GstCaps * caps)
460 @@ -976,6 +1177,20 @@ gst_xv_image_sink_setcaps (GstBaseSink * bsink, GstCaps * caps)
548 @@ -1242,7 +1490,7 @@ gst_xv_image_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query)

12