[gstreamer-bugs] [Bug 606688] New: Warning compiling videoutil.c on 64 bit
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Jan 11 15:44:35 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=606688
GStreamer | gst-sharp | git
Summary: Warning compiling videoutil.c on 64 bit
Classification: Desktop
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-sharp
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: gabriel.burt at gmail.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
videoutil.c: In function 'gstsharp_gst_videoutil_get_template_caps':
videoutil.c:14: warning: passing argument 2 of 'gst_caps_set_simple' makes
pointer from integer without a cast
gst_caps_set_simple (caps, fourcc, GST_TYPE_FOURCC, fourcc, NULL);
should probably be replaced with
gst_caps_set_simple (caps, "format", GST_TYPE_FOURCC, fourcc, NULL);
?
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list