From aed7f2aeee24ee2b9d92718fd90013054cdaed25 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 16 Nov 2011 02:25:26 +0100 Subject: rename events --- ext/ogg/gstogmparse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/ogg/gstogmparse.c') diff --git a/ext/ogg/gstogmparse.c b/ext/ogg/gstogmparse.c index 6790937f7..cdfe06e50 100644 --- a/ext/ogg/gstogmparse.c +++ b/ext/ogg/gstogmparse.c @@ -657,7 +657,7 @@ gst_ogm_parse_stream_header (GstOgmParse * ogm, const guint8 * data, guint size) GstTagList *tags; tags = gst_tag_list_new (GST_TAG_SUBTITLE_CODEC, "Ogm", NULL); - gst_pad_push_event (ogm->srcpad, gst_event_new_tag (tags)); + gst_pad_push_event (ogm->srcpad, gst_event_tag_new (tags)); } } @@ -699,7 +699,7 @@ gst_ogm_parse_comment_packet (GstOgmParse * ogm, GstBuffer * buf) if (tags) { GST_DEBUG_OBJECT (ogm, "tags = %" GST_PTR_FORMAT, tags); - gst_pad_push_event (ogm->srcpad, gst_event_new_tag (tags)); + gst_pad_push_event (ogm->srcpad, gst_event_tag_new (tags)); } else { GST_DEBUG_OBJECT (ogm, "failed to extract tags from vorbis comment"); } -- cgit v1.2.3