From d0e2f7f2dc36457459cf029639d82767707cb6cb Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 8 Mar 2011 17:03:22 +0000 Subject: [PATCH] meta: update for new API --- ext/directfb/dfbvideosink.c | 3 +-- ext/resindvd/rsnwrappedbuffer.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ext/directfb/dfbvideosink.c b/ext/directfb/dfbvideosink.c index f629f97..3c4e2ad 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; diff --git a/ext/resindvd/rsnwrappedbuffer.c b/ext/resindvd/rsnwrappedbuffer.c index e019f4d..2663550 100644 --- a/ext/resindvd/rsnwrappedbuffer.c +++ b/ext/resindvd/rsnwrappedbuffer.c @@ -113,8 +113,7 @@ rsn_meta_wrapped_get_info (void) sizeof (RsnMetaWrapped), (GstMetaInitFunction) rsn_meta_wrapped_init, (GstMetaFreeFunction) rsn_meta_wrapped_free, - (GstMetaCopyFunction) NULL, - (GstMetaSubFunction) NULL, + (GstMetaTransformFunction) NULL, (GstMetaSerializeFunction) NULL, (GstMetaDeserializeFunction) NULL); } return meta_info; -- 2.7.4