diff options
Diffstat (limited to 'gst/mxf/mxfdemux.h')
-rw-r--r-- | gst/mxf/mxfdemux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/mxf/mxfdemux.h b/gst/mxf/mxfdemux.h index a00eb94b..26a02d28 100644 --- a/gst/mxf/mxfdemux.h +++ b/gst/mxf/mxfdemux.h @@ -91,6 +91,7 @@ struct _GstMXFDemux GArray *file_descriptor; GArray *generic_sound_essence_descriptor; GArray *generic_picture_essence_descriptor; + GArray *generic_data_essence_descriptor; GArray *cdci_picture_essence_descriptor; GArray *rgba_picture_essence_descriptor; GArray *mpeg_video_descriptor; |