summaryrefslogtreecommitdiff
path: root/ext/chromaprint
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 /ext/chromaprint
parentdd3ae904f94cb1f67efd81ac881f75cf7c41d439 (diff)
downloadgstreamer-plugins-bad-afd50a79f457d7ff6a0d4c4ca6f744a8920d0b91.tar.gz
tag: Update for taglist/tag event API changes
Diffstat (limited to 'ext/chromaprint')
-rw-r--r--ext/chromaprint/gstchromaprint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/chromaprint/gstchromaprint.c b/ext/chromaprint/gstchromaprint.c
index 487988163..760d3ec4e 100644
--- a/ext/chromaprint/gstchromaprint.c
+++ b/ext/chromaprint/gstchromaprint.c
@@ -151,7 +151,7 @@ gst_chromaprint_create_fingerprint (GstChromaprint * chromaprint)
chromaprint->fingerprint, NULL);
gst_pad_push_event (GST_BASE_TRANSFORM_SRC_PAD (chromaprint),
- gst_event_new_tag ("chromaprint", tags));
+ gst_event_new_tag (tags));
}
static void