summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-01-29 17:36:11 +0100
committerSebastian Dröge <sebastian@centricular.com>2016-01-29 17:36:11 +0100
commit070d4312a81f85059623f5c1ea892dc68599ece0 (patch)
tree772e2c2a473081ebbf50836945f57111e76c0d85 /gst
parent2f40450d8e474e7a6bf02eb36d487ddde1e3935e (diff)
downloadgstreamer-plugins-bad-070d4312a81f85059623f5c1ea892dc68599ece0.tar.gz
mxful: Add missing OperationalPattern UL, which fixes an off-by-one with the others
Diffstat (limited to 'gst')
-rw-r--r--gst/mxf/mxful.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/mxf/mxful.c b/gst/mxf/mxful.c
index c5d1934f2..d7a755b26 100644
--- a/gst/mxf/mxful.c
+++ b/gst/mxf/mxful.c
@@ -123,6 +123,9 @@ const MXFUL _mxf_ul_table[] = {
/* CONTENT_STORAGE */
{{0x06, 0x0E, 0x2B, 0x34, 0x01, 0x01, 0x01, 0x05,
0x01, 0x02, 0x02, 0x03, 0x00, 0x00, 0x00, 0x00}},
+ /* OPERATIONAL_PATTERN */
+ {{0x06, 0x0E, 0x2B, 0x34, 0x01, 0x01, 0x01, 0x05,
+ 0x01, 0x02, 0x02, 0x03, 0x00, 0x00, 0x00, 0x00}},
/* ESSENCE_CONTAINERS */
{{0x06, 0x0E, 0x2B, 0x34, 0x01, 0x01, 0x01, 0x05,
0x01, 0x02, 0x02, 0x10, 0x02, 0x01, 0x00, 0x00}},