mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
qtdemux: All segment resulting from a seek should have the same seqnum
https://bugzilla.gnome.org/show_bug.cgi?id=744983
This commit is contained in:
parent
6afd1c5d57
commit
fa0870658d
1 changed files with 0 additions and 1 deletions
|
@ -3726,7 +3726,6 @@ gst_qtdemux_activate_segment (GstQTDemux * qtdemux, QtDemuxStream * stream,
|
|||
event = gst_event_new_segment (&stream->segment);
|
||||
if (stream->segment_seqnum) {
|
||||
gst_event_set_seqnum (event, stream->segment_seqnum);
|
||||
stream->segment_seqnum = 0;
|
||||
}
|
||||
gst_pad_push_event (stream->pad, event);
|
||||
/* clear to send tags on this pad now */
|
||||
|
|
Loading…
Reference in a new issue