summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2010-08-01 12:32:31 +0200
committerCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2010-08-02 18:25:43 +0200
commita07cee756addded29b342e306c0d89775195169f (patch)
tree19c259c5ef95b90731fc5b69d5021f03b2304e4a
parent2f1899cd31e5aa666ff31d99f1c4b2b09d927fc6 (diff)
vdpau: init debug category in gst_vdp_video_buffer_get_type
-rw-r--r--sys/vdpau/gstvdp/gstvdpvideobuffer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/vdpau/gstvdp/gstvdpvideobuffer.c b/sys/vdpau/gstvdp/gstvdpvideobuffer.c
index 4f157982f..6183ed27c 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;
}