/* Class method: has_threads?
 * Returns: true if GStreamer has threads enabled, false otherwise.
 */
static VALUE
rb_gst_has_threads (VALUE self)
{
    return CBOOL2RVAL (gst_has_threads ());
}