summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-01-29 18:41:52 +0100
committerSebastian Dröge <sebastian@centricular.com>2016-01-29 18:41:52 +0100
commit9c39e6769d68256b1ea0c030fecf374b0a46016c (patch)
tree40585d980a9846817ebd1c337808cd15768eff28
parente222f28bf37e220664087b37902edc682a68eb1f (diff)
mxful: Fix Content Storage UL
-rw-r--r--gst/mxf/mxful.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/mxf/mxful.c b/gst/mxf/mxful.c
index d7a755b26..3d186f915 100644
--- a/gst/mxf/mxful.c
+++ b/gst/mxf/mxful.c
@@ -121,8 +121,8 @@ const MXFUL _mxf_ul_table[] = {
{{0x06, 0x0E, 0x2B, 0x34, 0x01, 0x01, 0x01, 0x02,
0x06, 0x01, 0x01, 0x04, 0x06, 0x04, 0x00, 0x00}},
/* CONTENT_STORAGE */
- {{0x06, 0x0E, 0x2B, 0x34, 0x01, 0x01, 0x01, 0x05,
- 0x01, 0x02, 0x02, 0x03, 0x00, 0x00, 0x00, 0x00}},
+ {{0x06, 0x0E, 0x2B, 0x34, 0x01, 0x01, 0x01, 0x02,
+ 0x06, 0x01, 0x01, 0x04, 0x02, 0x01, 0x00, 0x00}},
/* OPERATIONAL_PATTERN */
{{0x06, 0x0E, 0x2B, 0x34, 0x01, 0x01, 0x01, 0x05,
0x01, 0x02, 0x02, 0x03, 0x00, 0x00, 0x00, 0x00}},