summaryrefslogtreecommitdiff
path: root/ext/ogg/gstoggparse.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-11-16 02:25:26 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2011-11-23 06:19:32 +0100
commitaed7f2aeee24ee2b9d92718fd90013054cdaed25 (patch)
tree7e2e770360de21b934350aee493aca0878b838d1 /ext/ogg/gstoggparse.c
parente8fb8cb52351b0acea2c022a9397da9748daa336 (diff)
rename eventsrename-events
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;
}