After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 171423 - Erroneous GstGError datatype for "error" callback
Erroneous GstGError datatype for "error" callback
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: documentation
0.8.9
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-23 22:44 UTC by gbz
Modified: 2005-11-10 10:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description gbz 2005-03-23 22:44:51 UTC
In the Reference Manual for GstElement at
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html#GstElement-error
the datatype for the 3rd parameter is stated as GstGError but it should be GError.
As I understood it, there is no such datatype as GstGError. Still it occurs in
10 files in the gstreamer-0.8.9 tarball, including gsterror.c but I can't tell
which are just derivatives or which is the source of the error.
Comment 1 Ronald Bultje 2005-03-25 20:24:56 UTC
OK, I see, it says GstGError because we register a type for the error callback,
and we use our own prefix because of namespace concerns (we don't want to
conflict with other GError type registration).

What's the usual way to do this? gpointer? Just s/GstGError/GError/ in
gsterror.c and live with possible bad side-effects?
Comment 2 Christian Fredrik Kalager Schaller 2005-11-10 10:53:49 UTC
No update on this bug since March, and head documentation have moved to 0.9
since then. Closing.