vdpau: init debug category in gst_vdp_video_buffer_get_type

This commit is contained in:
Carl-Anton Ingmarsson 2010-08-01 12:32:31 +02:00
parent 2f1899cd31
commit a07cee756a

View file

@ -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;
}