v4l2: fix typo

This commit is contained in:
Rob Clark 2010-12-23 16:42:29 -06:00
parent 02cb1dd7b5
commit 60c1a44917

View file

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