mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
chromaprint: fix parent structure in boilerplate macro
This commit is contained in:
parent
da89903f81
commit
fac39bae51
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ enum
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
GST_BOILERPLATE (GstChromaprint, gst_chromaprint, GstElement,
|
GST_BOILERPLATE (GstChromaprint, gst_chromaprint, GstAudioFilter,
|
||||||
GST_TYPE_AUDIO_FILTER);
|
GST_TYPE_AUDIO_FILTER);
|
||||||
|
|
||||||
static void gst_chromaprint_finalize (GObject * object);
|
static void gst_chromaprint_finalize (GObject * object);
|
||||||
|
|
Loading…
Reference in a new issue