summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2021-08-17 14:04:41 +0200
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2021-08-18 14:51:01 +0200
commitdc825d6a52f674554d6ae5d6595eaaa1e7774ec5 (patch)
treea04efcf181771ec62ac494f601a831271558cef1 /sys
parente9395bbcd15f7ce7c7ba45ca0dc5f369b1ad827b (diff)
downloadgstreamer-plugins-bad-dc825d6a52f674554d6ae5d6595eaaa1e7774ec5.tar.gz
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>
Diffstat (limited to 'sys')
-rw-r--r--sys/va/gstvavpp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/va/gstvavpp.c b/sys/va/gstvavpp.c
index 2dc3bbdff..9fef7f51c 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) \