From d3ffeea70a7a11a659e4112c4f293597871301ec Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sat, 16 Jul 2005 14:06:21 +0000 Subject: [PATCH] gst/gsterror.c (_gst_core_errors_init): Use the magic word.. Original commit message from CVS: 2005-07-16 Andy Wingo * gst/gsterror.c (_gst_core_errors_init): Use the magic word.. --- ChangeLog | 4 ++++ docs/gst/tmpl/gstcaps.sgml | 8 -------- gst/gsterror.c | 21 +++++++++++---------- 3 files changed, 15 insertions(+), 18 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3eda9bc..054ef8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-07-16 Andy Wingo + + * gst/gsterror.c (_gst_core_errors_init): Use the magic word.. + 2005-07-16 Wim Taymans * check/gst/gstbin.c: (GST_START_TEST): diff --git a/docs/gst/tmpl/gstcaps.sgml b/docs/gst/tmpl/gstcaps.sgml index 9149a47..fdc72d3 100644 --- a/docs/gst/tmpl/gstcaps.sgml +++ b/docs/gst/tmpl/gstcaps.sgml @@ -85,14 +85,6 @@ exactly one. @caps: the #GstCaps instance to check - - - - - -@caps: - - Convinience macro for prining out the contents of caps with GST_DEBUG(). diff --git a/gst/gsterror.c b/gst/gsterror.c index 72364e6..a75f6ba 100644 --- a/gst/gsterror.c +++ b/gst/gsterror.c @@ -58,25 +58,26 @@ _gst_core_errors_init (void) N_("GStreamer developers were too lazy to assign an error code " "to this error. Please file a bug.")); TABLE (t, CORE, NOT_IMPLEMENTED, - N_("Internal GStreamer error: code not implemented. File a bug.")); + N_ + ("Internal GStreamer error: code not implemented. Please file a bug.")); TABLE (t, CORE, STATE_CHANGE, - N_("Internal GStreamer error: state change failed. File a bug.")); + N_("Internal GStreamer error: state change failed. Please file a bug.")); TABLE (t, CORE, PAD, - N_("Internal GStreamer error: pad problem. File a bug.")); + N_("Internal GStreamer error: pad problem. Please file a bug.")); TABLE (t, CORE, THREAD, - N_("Internal GStreamer error: thread problem. File a bug.")); + N_("Internal GStreamer error: thread problem. Please file a bug.")); TABLE (t, CORE, SCHEDULER, - N_("Internal GStreamer error: scheduler problem. File a bug.")); + N_("Internal GStreamer error: scheduler problem. Please file a bug.")); TABLE (t, CORE, NEGOTIATION, - N_("Internal GStreamer error: negotiation problem. File a bug.")); + N_("Internal GStreamer error: negotiation problem. Please file a bug.")); TABLE (t, CORE, EVENT, - N_("Internal GStreamer error: event problem. File a bug.")); + N_("Internal GStreamer error: event problem. Please file a bug.")); TABLE (t, CORE, SEEK, - N_("Internal GStreamer error: seek problem. File a bug.")); + N_("Internal GStreamer error: seek problem. Please file a bug.")); TABLE (t, CORE, CAPS, - N_("Internal GStreamer error: caps problem. File a bug.")); + N_("Internal GStreamer error: caps problem. Please file a bug.")); TABLE (t, CORE, TAG, - N_("Internal GStreamer error: tag problem. File a bug.")); + N_("Internal GStreamer error: tag problem. Please file a bug.")); return t; } -- 2.7.4