applemedia: GstCoreVideoMeta in the plugin using only public API has no ctx member

This commit is contained in:
Sebastian Dröge 2016-04-13 13:10:12 +03:00
parent d00c458592
commit 4ad32506c6

View file

@ -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;