mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
vdpau: init debug category in gst_vdp_video_buffer_get_type
This commit is contained in:
parent
2f1899cd31
commit
a07cee756a
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,8 @@ gst_vdp_video_buffer_get_type (void)
|
|||
};
|
||||
_gst_vdp_video_buffer_type = g_type_register_static (GST_TYPE_VDP_BUFFER,
|
||||
"GstVdpVideoBuffer", &info, 0);
|
||||
|
||||
DEBUG_INIT ();
|
||||
}
|
||||
return _gst_vdp_video_buffer_type;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue