v4l2: fix typo
authorRob Clark <rob@ti.com>
Thu, 23 Dec 2010 22:42:29 +0000 (16:42 -0600)
committerRob Clark <rob@ti.com>
Thu, 23 Dec 2010 22:44:06 +0000 (16:44 -0600)
sys/v4l2/gstv4l2bufferpool.c

index b8c61ba..cf43909 100644 (file)
@@ -263,7 +263,7 @@ gst_v4l2_buffer_pool_get_type (void)
 
   if (G_UNLIKELY (_gst_v4l2_buffer_pool_type == 0)) {
     static const GTypeInfo v4l2_buffer_pool_info = {
-      sizeof (GstBufferClass),
+      sizeof (GstMiniObjectClass),
       NULL,
       NULL,
       gst_v4l2_buffer_pool_class_init,