summaryrefslogtreecommitdiff
path: root/gst/mve/gstmvemux.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/mve/gstmvemux.c')
-rw-r--r--gst/mve/gstmvemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mve/gstmvemux.c b/gst/mve/gstmvemux.c
index e6c2fcb6c..6b7f04704 100644
--- a/gst/mve/gstmvemux.c
+++ b/gst/mve/gstmvemux.c
@@ -1123,7 +1123,7 @@ gst_mve_mux_chain (GstPad * sinkpad, GstBuffer * inbuf)
if (G_UNLIKELY ((mvemux->state == MVE_MUX_STATE_EOS) && (ret == GST_FLOW_OK))) {
ret = gst_mve_mux_end_movie (mvemux);
- gst_pad_push_event (mvemux->source, gst_event_new_eos ());
+ gst_pad_push_event (mvemux->source, gst_event_eos_new ());
}
done: