summaryrefslogtreecommitdiff
path: root/ext/ogg/gstoggparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ogg/gstoggparse.c')
-rw-r--r--ext/ogg/gstoggparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ogg/gstoggparse.c b/ext/ogg/gstoggparse.c
index eb8e0b988..b813520ff 100644
--- a/ext/ogg/gstoggparse.c
+++ b/ext/ogg/gstoggparse.c
@@ -700,7 +700,7 @@ gst_ogg_parse_chain (GstPad * pad, GstObject * parent, GstBuffer * buffer)
return result;
failure:
- gst_pad_push_event (GST_PAD (ogg->srcpad), gst_event_new_eos ());
+ gst_pad_push_event (GST_PAD (ogg->srcpad), gst_event_eos_new ());
return GST_FLOW_ERROR;
}