From 6e392318c01394667578a09ba894184d356d9960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 7 Feb 2009 09:27:13 +0100 Subject: 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. --- gst/mxf/mxfparse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/mxf/mxfparse.h') 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); -- cgit v1.2.1