Original commit message from CVS:
* gst/gstthread.c:
fix docs
* gst/gstutils.h:
fix GST_BOILERPLATE_FULL to not throw casting errors on C++
+2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
+
+ * gst/gstthread.c:
+ fix docs
+ * gst/gstutils.h:
+ fix GST_BOILERPLATE_FULL to not throw casting errors on C++
+
2004-03-30 Benjamin Otte <otte@gnome.org>
* gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
/**
* gst_thread_get_current:
*
- * Create a new thread with the given name.
+ * Gets the current GstThread.
*
* Returns: The current GstThread or NULL if you are not running inside a
* #GstThread.
(GInstanceInitFunc) type_as_function ## _init \
}; \
object_type = g_type_register_static (parent_type_macro, #type, \
- &object_info, 0); \
+ &object_info, (GTypeFlags) 0); \
additional_initializations (object_type); \
} \
return object_type; \