summaryrefslogtreecommitdiff
path: root/gst/isomp4/atoms.h
diff options
context:
space:
mode:
authorThiago Santos <thiagoss@osg.samsung.com>2015-07-26 02:09:24 -0300
committerThiago Santos <thiagoss@osg.samsung.com>2015-08-05 18:12:45 -0300
commitbb336840c0b0b02fa18dc4437ce0ded3d9142801 (patch)
treed184c93cc7919eedf8ceb8f94352b169181d7cae /gst/isomp4/atoms.h
parentcd57697a2cb81cd04fd1b32e9b91032b6c7d8012 (diff)
downloadgstreamer-plugins-good-bb336840c0b0b02fa18dc4437ce0ded3d9142801.tar.gz
qtdemux: handle default-base-is-moof flag
Handle the flag from the tfhd that signals the base offset to start from the moof atom https://bugzilla.gnome.org/show_bug.cgi?id=752603
Diffstat (limited to 'gst/isomp4/atoms.h')
-rw-r--r--gst/isomp4/atoms.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/isomp4/atoms.h b/gst/isomp4/atoms.h
index 1f0c59d1d..f8789e470 100644
--- a/gst/isomp4/atoms.h
+++ b/gst/isomp4/atoms.h
@@ -612,7 +612,8 @@ enum TfFlags
TF_DEFAULT_SAMPLE_DURATION = 0x08, /* default-sample-duration-present */
TF_DEFAULT_SAMPLE_SIZE = 0x010, /* default-sample-size-present */
TF_DEFAULT_SAMPLE_FLAGS = 0x020, /* default-sample-flags-present */
- TF_DURATION_IS_EMPTY = 0x010000 /* sample-composition-time-offsets-presents */
+ TF_DURATION_IS_EMPTY = 0x010000, /* sample-composition-time-offsets-presents */
+ TF_DEFAULT_BASE_IS_MOOF = 0x020000 /* default-base-is-moof */
};
typedef struct _AtomTRAK