mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
Actually push the event over to the next element instead of leaving it into eternity - thanks for Joshua for detecting
Original commit message from CVS: Actually push the event over to the next element instead of leaving it into eternity - thanks for Joshua for detecting
This commit is contained in:
parent
3deabb351e
commit
2a0cef0c8b
1 changed files with 1 additions and 0 deletions
|
@ -1036,6 +1036,7 @@ gst_avimux_stop_file (GstAviMux *avimux)
|
|||
gst_pad_push(avimux->srcpad, header);
|
||||
event = gst_event_new_seek (GST_FORMAT_BYTES |
|
||||
GST_SEEK_METHOD_SET, avimux->total_data);
|
||||
gst_pad_push(avimux->srcpad, header);
|
||||
|
||||
avimux->write_header = TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue