audiodecoder: register state change function

This commit is contained in:
Mark Nauwelaerts 2012-01-17 11:52:49 +01:00
parent 8d29fe8834
commit 974c678ec8

View file

@ -319,7 +319,8 @@ gst_audio_decoder_class_init (GstAudioDecoderClass * klass)
gobject_class->get_property = gst_audio_decoder_get_property;
gobject_class->finalize = gst_audio_decoder_finalize;
element_class->change_state = gst_audio_decoder_change_state;
element_class->change_state =
GST_DEBUG_FUNCPTR (gst_audio_decoder_change_state);
/* Properties */
g_object_class_install_property (gobject_class, PROP_LATENCY,