mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-13 23:22:54 +00:00
vabasedec: Move warning message to decoder's category.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1257>
This commit is contained in:
parent
97e3f88c20
commit
5494ec38d0
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ _decide_allocation_for_video_crop (GstVideoDecoder * decoder,
|
|||
else
|
||||
gst_query_add_allocation_pool (query, pool, size, min, max);
|
||||
|
||||
GST_WARNING_OBJECT (decoder, "We need to copy the output buffer manually "
|
||||
GST_WARNING_OBJECT (base, "We need to copy the output buffer manually "
|
||||
"because of the top/left alignment, which may have low performance. "
|
||||
"The element which supports VideoCropMeta such as 'vapostproc' can "
|
||||
"avoid this.");
|
||||
|
|
Loading…
Reference in a new issue