diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-07-28 00:19:51 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-07-28 00:19:51 +0200 |
commit | 0827f54b931919a67bb4d36a6ba42d50a3efe8a7 (patch) | |
tree | 49f0e7b02b78b38eab624bff23f65407dcadc205 /ext/flac | |
parent | dd25411161209cad99e53f271a15ca38ce604027 (diff) |
tag: Update for taglist/tag event API changes
Diffstat (limited to 'ext/flac')
-rw-r--r-- | ext/flac/gstflactag.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/flac/gstflactag.c b/ext/flac/gstflactag.c index d7455ac19..806ed8cbc 100644 --- a/ext/flac/gstflactag.c +++ b/ext/flac/gstflactag.c @@ -319,7 +319,7 @@ gst_flac_tag_chain (GstPad * pad, GstObject * parent, GstBuffer * buffer) id_data, 4, NULL); if (tag->tags != NULL) { gst_pad_push_event (tag->srcpad, - gst_event_new_tag ("GstFlacTag", gst_tag_list_copy (tag->tags))); + gst_event_new_tag (gst_tag_list_ref (tag->tags))); } gst_buffer_unref (tag->vorbiscomment); |