gst/gsterror.h: Remove comment. GST_TYPE_G_ERROR is here to stay,
authorTim-Philipp Müller <tim@centricular.net>
Tue, 27 Sep 2005 09:29:04 +0000 (09:29 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 27 Sep 2005 09:29:04 +0000 (09:29 +0000)
Original commit message from CVS:
* gst/gsterror.h:
Remove comment. GST_TYPE_G_ERROR is here to stay,
G_TYPE_ERROR has been WONTFIX'ed by the GLib folks
(#316961, #300610).

ChangeLog
gst/gsterror.h

index 0914ee0..d970eac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * gst/gsterror.h:
+         Remove comment. GST_TYPE_G_ERROR is here to stay,
+         G_TYPE_ERROR has been WONTFIX'ed by the GLib folks
+         (#316961, #300610).
+
 2005-09-26  Wim Taymans  <wim@fluendo.com>
 
        * check/gst/gstbin.c: (GST_START_TEST), (gst_bin_suite):
index 319f174..2b282f6 100644 (file)
@@ -185,7 +185,6 @@ typedef enum
   GST_STREAM_ERROR_NUM_ERRORS
 } GstStreamError;
 
-/* This should go away once we convinced glib people to register GError */
 #define GST_TYPE_G_ERROR    (gst_g_error_get_type ())
 
 #define GST_LIBRARY_ERROR   gst_library_error_quark ()