From a07cee756addded29b342e306c0d89775195169f Mon Sep 17 00:00:00 2001 From: Carl-Anton Ingmarsson Date: Sun, 1 Aug 2010 12:32:31 +0200 Subject: [PATCH] vdpau: init debug category in gst_vdp_video_buffer_get_type --- sys/vdpau/gstvdp/gstvdpvideobuffer.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/vdpau/gstvdp/gstvdpvideobuffer.c b/sys/vdpau/gstvdp/gstvdpvideobuffer.c index 4f157982f0..6183ed27cf 100644 --- a/sys/vdpau/gstvdp/gstvdpvideobuffer.c +++ b/sys/vdpau/gstvdp/gstvdpvideobuffer.c @@ -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; }