audiosink,audiosrc: ref the audio ring buffer class and type in class_init
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 15 Jun 2009 14:39:09 +0000 (15:39 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 15 Jun 2009 14:39:09 +0000 (15:39 +0100)
commit3767cb60053eb12d346c815fbe695a1d2ec265b0
tree3152ba44a908d0ee06e9b7e47f2b088dfb7d080f
parenta5491ba218da73905ed7a8751dfaf419cf888026
audiosink,audiosrc: ref the audio ring buffer class and type in class_init

Hack around thread-safety issues in GObject and our racy _get_type()
functions (we could easily fix the _get_type() functions, but we still
need to hack around the GObject class races until we require a newer
GLib version, I think).
gst-libs/gst/audio/gstaudiosink.c
gst-libs/gst/audio/gstaudiosrc.c