mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
audiodecoder: register state change function
This commit is contained in:
parent
8d29fe8834
commit
974c678ec8
1 changed files with 2 additions and 1 deletions
|
@ -319,7 +319,8 @@ gst_audio_decoder_class_init (GstAudioDecoderClass * klass)
|
||||||
gobject_class->get_property = gst_audio_decoder_get_property;
|
gobject_class->get_property = gst_audio_decoder_get_property;
|
||||||
gobject_class->finalize = gst_audio_decoder_finalize;
|
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 */
|
/* Properties */
|
||||||
g_object_class_install_property (gobject_class, PROP_LATENCY,
|
g_object_class_install_property (gobject_class, PROP_LATENCY,
|
||||||
|
|
Loading…
Reference in a new issue