mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
applemedia: GstCoreMediaMeta in the plugin using only public API has no ctx member
This commit is contained in:
parent
6c020b7f3c
commit
d00c458592
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ static gboolean
|
||||||
gst_core_media_meta_init (GstCoreMediaMeta * meta, gpointer params,
|
gst_core_media_meta_init (GstCoreMediaMeta * meta, gpointer params,
|
||||||
GstBuffer * buf)
|
GstBuffer * buf)
|
||||||
{
|
{
|
||||||
meta->ctx = NULL;
|
|
||||||
meta->sample_buf = NULL;
|
meta->sample_buf = NULL;
|
||||||
meta->image_buf = NULL;
|
meta->image_buf = NULL;
|
||||||
meta->pixel_buf = NULL;
|
meta->pixel_buf = NULL;
|
||||||
|
|
Loading…
Reference in a new issue