update for metadata change

This commit is contained in:
Wim Taymans 2012-02-24 10:26:26 +01:00
parent 3c292543bc
commit 0ab5677107
2 changed files with 2 additions and 4 deletions

View file

@ -66,8 +66,7 @@ gst_v4l2_meta_get_info (void)
meta_info =
gst_meta_register ("GstV4l2Meta", "GstV4l2Meta",
sizeof (GstV4l2Meta), (GstMetaInitFunction) NULL,
(GstMetaFreeFunction) NULL, (GstMetaCopyFunction) NULL,
(GstMetaTransformFunction) NULL);
(GstMetaFreeFunction) NULL, (GstMetaTransformFunction) NULL);
}
return meta_info;
}

View file

@ -32,8 +32,7 @@ gst_meta_ximage_get_info (void)
meta_ximage_info =
gst_meta_register ("GstMetaXImageSrc", "GstMetaXImageSrc",
sizeof (GstMetaXImage), (GstMetaInitFunction) NULL,
(GstMetaFreeFunction) NULL, (GstMetaCopyFunction) NULL,
(GstMetaTransformFunction) NULL);
(GstMetaFreeFunction) NULL, (GstMetaTransformFunction) NULL);
}
return meta_ximage_info;
}