summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2014-12-29 11:52:22 +0100
committerStefan Sauer <ensonic@users.sf.net>2014-12-29 12:05:27 +0100
commit7326d4d71b231384acb5239423247e889489eb03 (patch)
tree67035e3ab117544d183b0cc92501b34ab46c4634 /gst
parent13f9fda2c3330b7e2bf205610b6cef37e1488680 (diff)
docs: fix two gtk-doc warnings
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.
Diffstat (limited to 'gst')
-rw-r--r--gst/gstinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstinfo.h b/gst/gstinfo.h
index a162cef9e..71cfa41ef 100644
--- a/gst/gstinfo.h
+++ b/gst/gstinfo.h
@@ -113,7 +113,7 @@ typedef enum {
* 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
@@ -354,7 +354,7 @@ void gst_debug_log_default (GstDebugCategory * category,
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);