mxfvc3: The wrapping is the 15th byte of the essence container UL, not the 16th
authorSebastian Dröge <sebastian@centricular.com>
Wed, 21 Oct 2015 14:21:09 +0000 (17:21 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 21 Oct 2015 16:54:15 +0000 (19:54 +0300)
In other mappings it is the 16th though.

gst/mxf/mxfvc3.c

index bd2ca29..2f2e5b0 100644 (file)
@@ -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;