mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-13 03:38:55 +00:00
audioclock: No need to get the parent class in class_init, G_DEFINE_TYPE does that for us
This commit is contained in:
parent
41f1ec1c81
commit
cb70d3fdf0
1 changed files with 0 additions and 2 deletions
|
@ -59,8 +59,6 @@ gst_audio_clock_class_init (GstAudioClockClass * klass)
|
|||
gobject_class = (GObjectClass *) klass;
|
||||
gstclock_class = (GstClockClass *) klass;
|
||||
|
||||
parent_class = g_type_class_peek_parent (klass);
|
||||
|
||||
gobject_class->dispose = gst_audio_clock_dispose;
|
||||
gstclock_class->get_internal_time = gst_audio_clock_get_internal_time;
|
||||
|
||||
|
|
Loading…
Reference in a new issue