From: Víctor Manuel Jáquez Leal Date: Tue, 17 Aug 2021 12:04:41 +0000 (+0200) Subject: vapostproc: Use vapostproc as debug category name. X-Git-Tag: 1.19.3~507^2~105 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc825d6a52f674554d6ae5d6595eaaa1e7774ec5;p=platform%2Fupstream%2Fgstreamer.git vapostproc: Use vapostproc as debug category name. Otherwise is difficult to remember the different name. Part-of: --- diff --git a/sys/va/gstvavpp.c b/sys/va/gstvavpp.c index 2dc3bbd..9fef7f5 100644 --- a/sys/va/gstvavpp.c +++ b/sys/va/gstvavpp.c @@ -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) \