summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gstmpegvideoparse.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-07-28 00:32:58 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-07-28 00:32:58 +0200
commitafd50a79f457d7ff6a0d4c4ca6f744a8920d0b91 (patch)
tree4cfab32f4938454612592efbffe1d40cf9d8e4bd /gst/videoparsers/gstmpegvideoparse.c
parentdd3ae904f94cb1f67efd81ac881f75cf7c41d439 (diff)
downloadgstreamer-plugins-bad-afd50a79f457d7ff6a0d4c4ca6f744a8920d0b91.tar.gz
tag: Update for taglist/tag event API changes
Diffstat (limited to 'gst/videoparsers/gstmpegvideoparse.c')
-rw-r--r--gst/videoparsers/gstmpegvideoparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videoparsers/gstmpegvideoparse.c b/gst/videoparsers/gstmpegvideoparse.c
index 022016e28..7892229bf 100644
--- a/gst/videoparsers/gstmpegvideoparse.c
+++ b/gst/videoparsers/gstmpegvideoparse.c
@@ -786,7 +786,7 @@ gst_mpegv_parse_pre_push_frame (GstBaseParse * parse, GstBaseParseFrame * frame)
g_free (codec);
gst_pad_push_event (GST_BASE_PARSE_SRC_PAD (mpvparse),
- gst_event_new_tag ("GstParser", taglist));
+ gst_event_new_tag (taglist));
mpvparse->send_codec_tag = FALSE;
}