vapostproc: Use vapostproc as debug category name.
Otherwise is difficult to remember the different name. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2470>
This commit is contained in:
parent
e9395bbcd1
commit
dc825d6a52
@ -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) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user