mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-31 20:48:56 +00:00
d3d12mipmapping: Fix debug category
Fixing copying-and-pasting mistake Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7701>
This commit is contained in:
parent
6846746a0e
commit
fb6a5c8a0c
1 changed files with 2 additions and 2 deletions
|
@ -201,8 +201,8 @@ gst_d3d12_mip_mapping_class_init (GstD3D12MipMappingClass * klass)
|
|||
gst_type_mark_as_plugin_api (GST_TYPE_D3D12_SAMPLING_METHOD,
|
||||
(GstPluginAPIFlags) 0);
|
||||
|
||||
GST_DEBUG_CATEGORY_INIT (gst_d3d12_mip_mapping_debug, "d3d12convert", 0,
|
||||
"d3d12convert");
|
||||
GST_DEBUG_CATEGORY_INIT (gst_d3d12_mip_mapping_debug, "d3d12mipmapping", 0,
|
||||
"d3d12mipmapping");
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue