GNOME Bugzilla – Bug 90332
gst_element_add_ghost_pad() name arg is not a const
Last modified: 2004-12-22 21:47:04 UTC
The thirg argument of the function gst_element_add_ghost_pad() is gchar*. As the name will not be modified it should be const gchar*.
fixed in cvs