mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
qtdemux: Properly return stream flags when parsing trex atom
https://bugzilla.gnome.org/show_bug.cgi?id=727867
This commit is contained in:
parent
7ac0204625
commit
d47806320d
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue