mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue