mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
flacenc: Properly register type
It's a subclass of GstAudioEncoder and not of GstElement
This commit is contained in:
parent
d4a2a46606
commit
1a10116bbe
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ GST_DEBUG_CATEGORY_STATIC (flacenc_debug);
|
|||
#define GST_CAT_DEFAULT flacenc_debug
|
||||
|
||||
#define gst_flac_enc_parent_class parent_class
|
||||
G_DEFINE_TYPE_WITH_CODE (GstFlacEnc, gst_flac_enc, GST_TYPE_ELEMENT,
|
||||
G_DEFINE_TYPE_WITH_CODE (GstFlacEnc, gst_flac_enc, GST_TYPE_AUDIO_ENCODER,
|
||||
G_IMPLEMENT_INTERFACE (GST_TYPE_TAG_SETTER, NULL));
|
||||
|
||||
static gboolean gst_flac_enc_start (GstAudioEncoder * enc);
|
||||
|
|
Loading…
Reference in a new issue