summaryrefslogtreecommitdiff
path: root/sys/v4l2/gstv4l2bufferpool.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-03-08 17:02:30 +0000
committerWim Taymans <wim.taymans@collabora.co.uk>2011-03-08 17:02:30 +0000
commitc63dc97adf1c1e49a7039ce8239791211cf5824a (patch)
treee6b78a2e71c6b52f0e3e088135adddbb3c7a44c0 /sys/v4l2/gstv4l2bufferpool.c
parenta4fdb8ee44b7300859b7852b20e4c988ee035727 (diff)
meta: update for new API
Diffstat (limited to 'sys/v4l2/gstv4l2bufferpool.c')
-rw-r--r--sys/v4l2/gstv4l2bufferpool.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/v4l2/gstv4l2bufferpool.c b/sys/v4l2/gstv4l2bufferpool.c
index 5c3f01824..e2b6de387 100644
--- a/sys/v4l2/gstv4l2bufferpool.c
+++ b/sys/v4l2/gstv4l2bufferpool.c
@@ -64,9 +64,8 @@ gst_meta_v4l2_get_info (void)
meta_info =
gst_meta_register ("GstMetaV4l2", "GstMetaV4l2",
sizeof (GstMetaV4l2), (GstMetaInitFunction) NULL,
- (GstMetaFreeFunction) NULL, (GstMetaCopyFunction) NULL,
- (GstMetaSubFunction) NULL, (GstMetaSerializeFunction) NULL,
- (GstMetaDeserializeFunction) NULL);
+ (GstMetaFreeFunction) NULL, (GstMetaTransformFunction) NULL,
+ (GstMetaSerializeFunction) NULL, (GstMetaDeserializeFunction) NULL);
}
return meta_info;
}