mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
baseaudiodecoder: Don't call g_type_class_peek_parent() in class_init
This is already done by the boilerplate macro
This commit is contained in:
parent
affd6e2eb9
commit
6991638d72
1 changed files with 0 additions and 2 deletions
|
@ -288,8 +288,6 @@ gst_base_audio_decoder_class_init (GstBaseAudioDecoderClass * klass)
|
|||
gobject_class = G_OBJECT_CLASS (klass);
|
||||
element_class = GST_ELEMENT_CLASS (klass);
|
||||
|
||||
parent_class = g_type_class_peek_parent (klass);
|
||||
|
||||
g_type_class_add_private (klass, sizeof (GstBaseAudioDecoderPrivate));
|
||||
|
||||
GST_DEBUG_CATEGORY_INIT (baseaudiodecoder_debug, "baseaudiodecoder", 0,
|
||||
|
|
Loading…
Reference in a new issue