summaryrefslogtreecommitdiff
path: root/ext/chromaprint
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-06-12 18:53:13 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-06-12 18:53:13 +0100
commit2ca936ef5765374b40db52d447688d10a81fed68 (patch)
treede88c731711481aea4bdb004efa45152f3ab6524 /ext/chromaprint
parent748d9f69adaf84283fabd0cb64eba760f2152171 (diff)
downloadgstreamer-plugins-bad-2ca936ef5765374b40db52d447688d10a81fed68.tar.gz
chromaprint: update for new tag event API
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 760d3ec4e..487988163 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 (tags));
+ gst_event_new_tag ("chromaprint", tags));
}
static void