summaryrefslogtreecommitdiff
path: root/ext/directfb
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-03-08 17:03:22 +0000
committerWim Taymans <wim.taymans@collabora.co.uk>2011-03-08 17:03:22 +0000
commitd0e2f7f2dc36457459cf029639d82767707cb6cb (patch)
treeaf67392583d76ad04e5ada7aaf1692350b3daed4 /ext/directfb
parent82027ebfeb6a7e254a8d52a2c2ef2a39f7f95bc1 (diff)
downloadgstreamer-plugins-bad-d0e2f7f2dc36457459cf029639d82767707cb6cb.tar.gz
meta: update for new API
Diffstat (limited to 'ext/directfb')
-rw-r--r--ext/directfb/dfbvideosink.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/directfb/dfbvideosink.c b/ext/directfb/dfbvideosink.c
index f629f97f6..3c4e2ad0e 100644
--- a/ext/directfb/dfbvideosink.c
+++ b/ext/directfb/dfbvideosink.c
@@ -1892,8 +1892,7 @@ gst_meta_dfbsurface_get_info (void)
sizeof (GstMetaDfbSurface),
(GstMetaInitFunction) NULL,
(GstMetaFreeFunction) NULL,
- (GstMetaCopyFunction) NULL,
- (GstMetaSubFunction) NULL,
+ (GstMetaTransformFunction) NULL,
(GstMetaSerializeFunction) NULL, (GstMetaDeserializeFunction) NULL);
}
return meta_info;