One by correcting the end-of-comment marker and one by making sure the function
prototype in the header is in sync with the c file and doc-blob.
* maximum debug level. Any debug statements above that level will be compiled out.
*
* Since: 1.6
- * */
+ */
#ifndef GST_LEVEL_MAX
#define GST_LEVEL_MAX GST_LEVEL_COUNT
#endif
gint line,
GObject * object,
GstDebugMessage * message,
- gpointer unused) G_GNUC_NO_INSTRUMENT;
+ gpointer user_data) G_GNUC_NO_INSTRUMENT;
const gchar * gst_debug_level_get_name (GstDebugLevel level);