[Gstreamer-bugs] [Bug 142205] New: - return type of gst_audio_clock_id_wait_async is wrong
bugzilla-daemon at widget.gnome.org
bugzilla-daemon at widget.gnome.org
Sun May 9 09:54:52 PDT 2004
http://bugzilla.gnome.org/show_bug.cgi?id=142205
GStreamer | gst-plugins | Ver: HEAD CVS
Summary: return type of gst_audio_clock_id_wait_async is wrong
Product: GStreamer
Version: HEAD CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins
AssignedTo: gstreamer-maint at bugzilla.gnome.org
ReportedBy: v.merkatz at gmx.net
QAContact: gstreamer-maint at bugzilla.gnome.org
using gcc 3.4:
in gst-plugins/gst-libs/gst/audio:
gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../gst-libs -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -pthread -I/home/arwed/gst/include/gstreamer-0.8
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2
-DGST_DISABLE_DEPRECATED -Wall -Wno-sign-compare -Werror -DG_DISABLE_DEPRECATED
-march=athlon -mmmx -m3dnow -O3 -z combreloc -MT libgstaudio_la-audioclock.lo
-MD -MP -MF .deps/libgstaudio_la-audioclock.Tpo -c audioclock.c -fPIC -DPIC -o
.libs/libgstaudio_la-audioclock.o
audioclock.c: In function `gst_audio_clock_class_init':
audioclock.c:82: warning: assignment from incompatible pointer type
make: *** [libgstaudio_la-audioclock.lo] Error 1
The return type is indeed wrong, according to gstclock.c it should be
GstClockEntryStatus, not GstClockReturn
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.
More information about the Gstreamer-bugs
mailing list