vdpau: init debug category in gst_vdp_video_buffer_get_type
This commit is contained in:
parent
2f1899cd31
commit
a07cee756a
@ -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…
x
Reference in New Issue
Block a user