mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
dashdemux: Correctly assign earliest pts instead of overriding it with first offset
https://bugzilla.gnome.org/show_bug.cgi?id=755824
This commit is contained in:
parent
30194cc368
commit
58cb254450
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ gst_isoff_sidx_parser_add_buffer (GstSidxParser * parser, GstBuffer * buffer,
|
|||
if (parser->sidx.version == 0) {
|
||||
parser->sidx.earliest_pts =
|
||||
gst_byte_reader_get_uint32_be_unchecked (&reader);
|
||||
parser->sidx.first_offset = parser->sidx.earliest_pts =
|
||||
parser->sidx.first_offset =
|
||||
gst_byte_reader_get_uint32_be_unchecked (&reader);
|
||||
} else {
|
||||
parser->sidx.earliest_pts =
|
||||
|
|
Loading…
Reference in a new issue