From dcbc01c6c15d90fde103b8ddcd5331d8bfb738f5 Mon Sep 17 00:00:00 2001 From: Andreana <13005993+xxt12138@user.noreply.gitee.com> Date: Sat, 6 Jan 2024 12:34:22 +0000 Subject: [PATCH] update gst/mxf/mxfdemux.h. Signed-off-by: Andreana <13005993+xxt12138@user.noreply.gitee.com> --- gst/mxf/mxfdemux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/mxf/mxfdemux.h b/gst/mxf/mxfdemux.h index aac3e67..a452980 100644 --- a/gst/mxf/mxfdemux.h +++ b/gst/mxf/mxfdemux.h @@ -182,7 +182,7 @@ struct _GstMXFDemux GList *partitions; GstMXFDemuxPartition *current_partition; - GArray *essence_tracks; + GPtrArray *essence_tracks; GList *pending_index_table_segments; GList *index_tables; /* one per BodySID / IndexSID */ -- Gitee