mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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,
|
_gst_vdp_video_buffer_type = g_type_register_static (GST_TYPE_VDP_BUFFER,
|
||||||
"GstVdpVideoBuffer", &info, 0);
|
"GstVdpVideoBuffer", &info, 0);
|
||||||
|
|
||||||
|
DEBUG_INIT ();
|
||||||
}
|
}
|
||||||
return _gst_vdp_video_buffer_type;
|
return _gst_vdp_video_buffer_type;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue