summaryrefslogtreecommitdiff
path: root/ext/chromaprint
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-02-01 19:38:59 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-02-01 19:38:59 +0000
commitfac39bae51008b00f5b03990ccfca0007ca653d4 (patch)
treea0ad24620cb3847bd0185ab70ec25f6587238c42 /ext/chromaprint
parentda89903f81849fa61e0224d50c214ff3140cd9fc (diff)
chromaprint: fix parent structure in boilerplate macro
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 c0a129301..66347d974 100644
--- a/ext/chromaprint/gstchromaprint.c
+++ b/ext/chromaprint/gstchromaprint.c
@@ -64,7 +64,7 @@ enum
};
-GST_BOILERPLATE (GstChromaprint, gst_chromaprint, GstElement,
+GST_BOILERPLATE (GstChromaprint, gst_chromaprint, GstAudioFilter,
GST_TYPE_AUDIO_FILTER);
static void gst_chromaprint_finalize (GObject * object);