From 2ca936ef5765374b40db52d447688d10a81fed68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 12 Jun 2012 18:53:13 +0100 Subject: chromaprint: update for new tag event API --- ext/chromaprint/gstchromaprint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/chromaprint') 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 -- cgit v1.2.1