vapostproc: Use vapostproc as debug category name.
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Tue, 17 Aug 2021 12:04:41 +0000 (14:04 +0200)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Wed, 18 Aug 2021 12:51:01 +0000 (14:51 +0200)
Otherwise is difficult to remember the different name.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2470>

sys/va/gstvavpp.c

index 2dc3bbd..9fef7f5 100644 (file)
@@ -1878,7 +1878,7 @@ gst_va_vpp_init (GTypeInstance * instance, gpointer g_class)
 static gpointer
 _register_debug_category (gpointer data)
 {
-  GST_DEBUG_CATEGORY_INIT (gst_va_vpp_debug, "vavpp", 0,
+  GST_DEBUG_CATEGORY_INIT (gst_va_vpp_debug, "vapostproc", 0,
       "VA Video Postprocessor");
 
 #define D(type) \