diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-04-09 08:58:04 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-04-09 08:58:48 +0200 |
commit | d47806320d13df5e2c8db7e07a87c54c75c5b6a1 (patch) | |
tree | f0d71fecd269f33cfa808181e0897c3baaed9f01 /gst/isomp4 | |
parent | 7ac0204625406c68a3b7e2748f3d40913239f3e5 (diff) |
qtdemux: Properly return stream flags when parsing trex atom
https://bugzilla.gnome.org/show_bug.cgi?id=727867
Diffstat (limited to 'gst/isomp4')
-rw-r--r-- | gst/isomp4/qtdemux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/isomp4/qtdemux.c b/gst/isomp4/qtdemux.c index fe293eef3..ce7c49526 100644 --- a/gst/isomp4/qtdemux.c +++ b/gst/isomp4/qtdemux.c @@ -2418,7 +2418,7 @@ qtdemux_parse_trex (GstQTDemux * qtdemux, QtDemuxStream * stream, *ds_duration = stream->def_sample_duration; *ds_size = stream->def_sample_size; - *ds_size = stream->def_sample_size; + *ds_flags = stream->def_sample_flags; /* even then, above values are better than random ... */ if (G_UNLIKELY (!stream->parsed_trex)) { |