summaryrefslogtreecommitdiffstats
path: root/gst/mxf/mxfparse.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-02-07 09:27:13 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-02-07 09:27:13 +0100
commit6e392318c01394667578a09ba894184d356d9960 (patch)
tree1e63d76f2ea6f06754b17bc32dc92a8385064fa6 /gst/mxf/mxfparse.h
parent1822dc99d3ca39f8ca1f273aeb225687a7705406 (diff)
downloadgst-plugins-bad-6e392318c01394667578a09ba894184d356d9960.tar.gz
gst-plugins-bad-6e392318c01394667578a09ba894184d356d9960.tar.bz2
gst-plugins-bad-6e392318c01394667578a09ba894184d356d9960.zip
mxfdemux: Add support for non-standard Avid MXF files containing DV essence
Avid usually uses a custom essence container label for the essence descriptors and stores the actual codec that is used inside the picture essence coding field (and for sound probably in the sound essence coding field but I have no sample files with sound). Partially fixes bug #561922.
Diffstat (limited to 'gst/mxf/mxfparse.h')
-rw-r--r--gst/mxf/mxfparse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/mxf/mxfparse.h b/gst/mxf/mxfparse.h
index 9c024803..b4e4cc26 100644
--- a/gst/mxf/mxfparse.h
+++ b/gst/mxf/mxfparse.h
@@ -63,6 +63,7 @@ gboolean mxf_is_generic_container_system_item (const MXFUL *key);
gboolean mxf_is_generic_container_essence_element (const MXFUL *key);
gboolean mxf_is_generic_container_essence_container_label (const MXFUL *key);
+gboolean mxf_is_avid_essence_container_label (const MXFUL *key);
gboolean mxf_is_fill (const MXFUL *key);