gst/gstinfo.*: Make some internal API take const gchar * instead of just gchar...
gst/gstinfo.*: Make some internal API take const gchar * instead of just gchar * to avoid compiler warnings with g++-... Original commit message from CVS: * gst/gstinfo.c: * gst/gstinfo.h: Make some internal API take const gchar * instead of just gchar * to avoid compiler warnings with g++-4.2.2 when passing string constants (partially fixes #478092).
Please register or sign in to comment