gst/gsterror.h: Remove comment. GST_TYPE_G_ERROR is here to stay,

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).
This commit is contained in:
Tim-Philipp Müller 2005-09-27 09:29:04 +00:00
parent 09de306a21
commit f9a16f0ac7
2 changed files with 7 additions and 1 deletions

View file

@ -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):

View 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 ()