summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-06-07 00:19:56 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-06-07 00:19:56 +0000
commit2a0cef0c8be55d4990ffda7cd73c838935fac3f4 (patch)
treed706ecbb7fe6c33cce174adc9156eade07a5656c
parent3deabb351e2b86c844b161c5faa8d92e4ddf4237 (diff)
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
-rw-r--r--gst/avi/gstavimux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/avi/gstavimux.c b/gst/avi/gstavimux.c
index 6d816575..c54700b4 100644
--- a/gst/avi/gstavimux.c
+++ b/gst/avi/gstavimux.c
@@ -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;
}