summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-02-24 10:26:26 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2012-02-24 10:26:26 +0100
commit0ab56771072ebbe5c53d97ce327c2488a4bd1380 (patch)
treeb12491e0c3fdacbaa191fa6cc71fb12f13180ebc /sys
parent3c292543bc54008212153ac5b911df1275e47512 (diff)
update for metadata change
Diffstat (limited to 'sys')
-rw-r--r--sys/v4l2/gstv4l2bufferpool.c3
-rw-r--r--sys/ximage/ximageutil.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/v4l2/gstv4l2bufferpool.c b/sys/v4l2/gstv4l2bufferpool.c
index 4e149dd764..7f4fcb645e 100644
--- a/sys/v4l2/gstv4l2bufferpool.c
+++ b/sys/v4l2/gstv4l2bufferpool.c
@@ -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;
}
diff --git a/sys/ximage/ximageutil.c b/sys/ximage/ximageutil.c
index c221a58dc4..47d6d48570 100644
--- a/sys/ximage/ximageutil.c
+++ b/sys/ximage/ximageutil.c
@@ -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;
}