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 323200 - [API 0.11] change guchar params to gchar in gstxml code
[API 0.11] change guchar params to gchar in gstxml code
Status: RESOLVED DUPLICATE of bug 622685
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Low enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-04 16:25 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2010-06-26 00:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch that resolves FIXME's (5.41 KB, patch)
2005-12-04 16:40 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
none Details | Review

Description Stefan Sauer (gstreamer, gtkdoc dev) 2005-12-04 16:25:16 UTC
search for 'FIXME 0.9' in gstreamer/gst/gstxml.c
* in all three places the guchar is casted to gchar, so the agrguments should be
gchar
* the parameter 'root' of gst_xml_parse_doc() is always NULL and even unused
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2005-12-04 16:40:06 UTC
Created attachment 55605 [details] [review]
patch that resolves FIXME's

I've left the unused arg in there, as it looks like it is there for a purpose.
Allthough the feature the argument is meant for is unimplemented and unused.

Right now we can savely remove it, if we want. It would affect gstxml.[c,h},
gst-launch.c and in oldeamples runxml.c
Comment 2 Tim-Philipp Müller 2010-06-26 00:00:07 UTC
OBSOLETE / WONTFIX

*** This bug has been marked as a duplicate of bug 622685 ***