vabasedec: Move warning message to decoder's category.
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Tue, 26 Oct 2021 07:41:53 +0000 (09:41 +0200)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Fri, 29 Oct 2021 16:06:52 +0000 (16:06 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1257>

subprojects/gst-plugins-bad/sys/va/gstvabasedec.c

index 09a3bd6a791e002fe0d44f5db4ac341959096ca9..8414ecb2ee3d8d2dfc54fe6d99c66eb650b6f990 100644 (file)
@@ -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.");