From 37498e01bb29dc9ce47b6e39657f62c2bf75d985 Mon Sep 17 00:00:00 2001 From: Thijs Vermeir Date: Thu, 24 Jul 2008 17:38:43 +0000 Subject: [PATCH] gst/gstmessage.c: Fix confusing documentation. Original commit message from CVS: * gst/gstmessage.c: Fix confusing documentation. --- ChangeLog | 5 +++++ gst/gstmessage.c | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index af8cf014ce..e7e7ede0da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-24 Thijs Vermeir + + * gst/gstmessage.c: + Fix confusing documentation. + 2008-07-24 Thijs Vermeir * libs/gst/base/gstbasesrc.h: diff --git a/gst/gstmessage.c b/gst/gstmessage.c index 23389f0ed3..d443c811e3 100644 --- a/gst/gstmessage.c +++ b/gst/gstmessage.c @@ -329,7 +329,7 @@ gst_message_new_eos (GstObject * src) * gst_message_new_error: * @src: The object originating the message. * @error: The GError for this message. - * @debug: A debugging string for something or other. + * @debug: A debugging string. * * Create a new error message. The message will copy @error and * @debug. This message is posted by element when a fatal event @@ -359,7 +359,7 @@ gst_message_new_error (GstObject * src, GError * error, const gchar * debug) * gst_message_new_warning: * @src: The object originating the message. * @error: The GError for this message. - * @debug: A debugging string for something or other. + * @debug: A debugging string. * * Create a new warning message. The message will make copies of @error and * @debug. @@ -387,7 +387,7 @@ gst_message_new_warning (GstObject * src, GError * error, const gchar * debug) * gst_message_new_info: * @src: The object originating the message. * @error: The GError for this message. - * @debug: A debugging string for something or other. + * @debug: A debugging string. * * Create a new info message. The message will make copies of @error and * @debug.