[Gstreamer-bugs] [Bug 129299] Changed - complied errors in alsa-lib-1.0.0-0.rc2

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Mon Dec 29 06:57:33 PST 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=129299

Changed by bugs at leroutier.net.

--- shadow/129299	Sun Dec 14 04:50:09 2003
+++ shadow/129299.tmp.22160	Mon Dec 29 09:57:33 2003
@@ -10,12 +10,13 @@
 Component: gst-plugins
 AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
 ReportedBy: linux00 at kornet.net               
 QAContact: gstreamer-maint at bugzilla.gnome.org
 TargetMilestone: HEAD
 URL: 
+Cc: bugs at leroutier.net
 Summary: complied errors in alsa-lib-1.0.0-0.rc2
 
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gst-libs -D_LARGEFILE_SOURCE
 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gstreamer-0.6
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2
 -DGST_DISABLE_DEPRECATED -g -Wall -O2 -g -pipe -march=i686 -MT
@@ -40,6 +41,26 @@
 make[3]: Leaving directory `/usr/src/redhat/BUILD/gst-plugins-0.6.4/ext/alsa'
 make[2]: *** [all-recursive] error 1
 make[2]: Leaving directory `/usr/src/redhat/BUILD/gst-plugins-0.6.4/ext'
 make[1]: *** [all-recursive] error 1
 make[1]: Leaving directory `/usr/src/redhat/BUILD/gst-plugins-0.6.4'
 make: *** [all] error 2
+
+------- Additional Comments From bugs at leroutier.net  2003-12-29 09:57 -------
+this PCM API problem was introduced with ALSA v1.0.0-pre1 (so, also
+exists for pre2 => rc2) but won't change for future versions.
+
+seems gst-plugins-alsa uses the old, now deprecated, ALSA PCM API.
+
+look at this gentoo bug :
+http://bugs.gentoo.org/show_bug.cgi?id=35049#c3
+
+and the associated patch :
+http://bugs.gentoo.org/attachment.cgi?id=21842&action=view
+
+so, there are 2 solutions :
+  - the fast one : define those variables and still use old API
+  - the good one : use the new API
+
+but as 0.8.x is comming, i won't ask anyone to bother with the second
+solution
+




More information about the Gstreamer-bugs mailing list