audioclock: Fix redundant definitions compiler warning
authorSebastian Dröge <sebastian@centricular.com>
Sat, 13 Dec 2014 15:14:49 +0000 (16:14 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 13 Dec 2014 15:14:49 +0000 (16:14 +0100)
commitf5cf586e7714e493480e4a1421fe6f4f8876d6c4
tree1f9a252d3d1bcdcc9ebfc5fe599af8282aa03e64
parentcb70d3fdf0bcbcee54057fcce4214bfb0dc84405
audioclock: Fix redundant definitions compiler warning

gstaudioclock.c:51:31: error: redundant redeclaration of 'gst_audio_clock_init' [-Werror=redundant-decls]
 G_DEFINE_TYPE (GstAudioClock, gst_audio_clock, GST_TYPE_SYSTEM_CLOCK);

gstaudioclock.c:51:31: error: redundant redeclaration of 'gst_audio_clock_class_init' [-Werror=redundant-decls]
 G_DEFINE_TYPE (GstAudioClock, gst_audio_clock, GST_TYPE_SYSTEM_CLOCK);
gst-libs/gst/audio/gstaudioclock.c