From 4ad32506c60a5e1891235b3c20a91d4654c32233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 13 Apr 2016 13:10:12 +0300 Subject: [PATCH] applemedia: GstCoreVideoMeta in the plugin using only public API has no ctx member --- sys/applemedia/corevideobuffer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/applemedia/corevideobuffer.c b/sys/applemedia/corevideobuffer.c index a1530a170d..3075425c38 100644 --- a/sys/applemedia/corevideobuffer.c +++ b/sys/applemedia/corevideobuffer.c @@ -37,7 +37,6 @@ static gboolean gst_core_video_meta_init (GstCoreVideoMeta * meta, gpointer params, GstBuffer * buf) { - meta->ctx = NULL; meta->cvbuf = NULL; meta->pixbuf = NULL;