summaryrefslogtreecommitdiff
path: root/gst/mxf/mxfvc3.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-10-21 17:21:09 +0300
committerSebastian Dröge <sebastian@centricular.com>2015-10-21 19:54:15 +0300
commit770d94f4b51d80cfc87984ef43bfa9131493b1c0 (patch)
treefbd6a4a27ecf46088e8425c3a0adb25f2eb46217 /gst/mxf/mxfvc3.c
parent41982e6ccf0f323b9536b984e62637f598406c90 (diff)
downloadgstreamer-plugins-bad-770d94f4b51d80cfc87984ef43bfa9131493b1c0.tar.gz
mxfvc3: The wrapping is the 15th byte of the essence container UL, not the 16th
In other mappings it is the 16th though.
Diffstat (limited to 'gst/mxf/mxfvc3.c')
-rw-r--r--gst/mxf/mxfvc3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mxf/mxfvc3.c b/gst/mxf/mxfvc3.c
index bd2ca2937..2f2e5b074 100644
--- a/gst/mxf/mxfvc3.c
+++ b/gst/mxf/mxfvc3.c
@@ -120,7 +120,7 @@ mxf_vc3_get_track_wrapping (const MXFMetadataTimelineTrack * track)
parent.descriptor[i])))
continue;
- switch (track->parent.descriptor[i]->essence_container.u[15]) {
+ switch (track->parent.descriptor[i]->essence_container.u[14]) {
case 0x01:
return MXF_ESSENCE_WRAPPING_FRAME_WRAPPING;
break;