summaryrefslogtreecommitdiff
path: root/gst/mxf/mxfquark.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-12-05 12:23:29 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-12-05 12:24:30 +0100
commit28c11b2762ddd24b79a2542ca0f3d333e7cb9560 (patch)
tree6da6cd9afe4643c69afa796d7bfb65af06af0113 /gst/mxf/mxfquark.c
parenta83b7983127d0bbd7a6ba003e43e61bcd5e0f73b (diff)
downloadgstreamer-plugins-bad-28c11b2762ddd24b79a2542ca0f3d333e7cb9560.tar.gz
mxf: Add support for parsing filler structural components
This does not add support for actually producing filler data if there's a filler component in a timeline.
Diffstat (limited to 'gst/mxf/mxfquark.c')
-rw-r--r--gst/mxf/mxfquark.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/mxf/mxfquark.c b/gst/mxf/mxfquark.c
index be12d2931..f086b3f93 100644
--- a/gst/mxf/mxfquark.c
+++ b/gst/mxf/mxfquark.c
@@ -192,6 +192,7 @@ static const gchar *_quark_strings[] = {
"b-picture-count",
"bitrate",
"profile-and-level",
+ "filler",
};
GQuark _mxf_quark_table[MXF_QUARK_MAX];