[gstreamer-bugs] [Bug 449747] New: Function parameter mismatch breaks build on Solaris.
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Thu Jun 21 03:36:17 PDT 2007
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=449747
GStreamer | gst-plugins-good | Ver: 0.10.6
Summary: Function parameter mismatch breaks build on Solaris.
Product: GStreamer
Version: 0.10.6
Platform: Other
OS/Version: Solaris
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-good
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: damien.carbery at sun.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME version: 2.19/2.20
GNOME milestone: Unspecified
In ext/gconf the parameters for gst_gconf_get_key_for_sink_profile differ in
gconf.c and gconf.h
This breaks the build on Solaris.
gconf.h:
const gchar * gst_gconf_get_key_for_sink_profile (guint profile);
gconf.c:
const gchar * gst_gconf_get_key_for_sink_profile (GstGConfProfile profile);
Attached patch changes gconf.h to use GstGConfProfile type.
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=449747.
More information about the Gstreamer-bugs
mailing list