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

This commit is contained in:
Sebastian Dröge 2016-04-13 13:09:05 +03:00
parent 6c020b7f3c
commit d00c458592

View file

@ -52,7 +52,6 @@ static gboolean
gst_core_media_meta_init (GstCoreMediaMeta * meta, gpointer params,
GstBuffer * buf)
{
meta->ctx = NULL;
meta->sample_buf = NULL;
meta->image_buf = NULL;
meta->pixel_buf = NULL;