diff options
Diffstat (limited to 'gst/mxf/mxfparse.h')
-rw-r--r-- | gst/mxf/mxfparse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/mxf/mxfparse.h b/gst/mxf/mxfparse.h index 730829fe..99295762 100644 --- a/gst/mxf/mxfparse.h +++ b/gst/mxf/mxfparse.h @@ -48,6 +48,7 @@ gboolean mxf_is_footer_partition_pack (const MXFUL *key); gboolean mxf_is_primer_pack (const MXFUL *key); gboolean mxf_is_metadata (const MXFUL *key); +gboolean mxf_is_descriptive_metadata (const MXFUL *key); gboolean mxf_is_random_index_pack (const MXFUL *key); gboolean mxf_is_index_table_segment (const MXFUL *key); |