GNOME Bugzilla – Bug 323200
[API 0.11] change guchar params to gchar in gstxml code
Last modified: 2010-06-26 00:00:07 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
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
OBSOLETE / WONTFIX *** This bug has been marked as a duplicate of bug 622685 ***