qtdemux: Properly return stream flags when parsing trex atom

https://bugzilla.gnome.org/show_bug.cgi?id=727867
This commit is contained in:
Sebastian Dröge 2014-04-09 08:58:04 +02:00
parent 7ac0204625
commit d47806320d

View file

@ -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)) {