[Gstreamer-bugs] [Bug 135645] New - sys/cdrom/gstcdplayer_ioctl_bsd.h is broken in NetBSD

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Fri Feb 27 15:10:59 PST 2004


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=135645

Changed by jmmv at menta.net.

--- shadow/135645	Fri Feb 27 18:10:59 2004
+++ shadow/135645.tmp.10436	Fri Feb 27 18:10:59 2004
@@ -0,0 +1,30 @@
+Bug#: 135645
+Product: GStreamer
+Version: HEAD CVS
+OS: NetBSD
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gst-plugins
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: jmmv at menta.net               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL: 
+Summary: sys/cdrom/gstcdplayer_ioctl_bsd.h is broken in NetBSD
+
+The sys/cdrom/gstcdplayer_ioctl_bsd.h file is broken in NetBSD by two 
+different problems. 
+ 
+First, it uses the CDIOREADTOCHDR macro, which is not defined.  Instead, 
+its name is CDIOREADTOCHEADER.  A simple #define mapping the later name 
+to the first lets this work properly. 
+ 
+Second, it tries to use a member of a structure which does not really 
+exist, because it has a different name and is nested inside another 
+structure. 
+ 
+The attached patch fixes both problems.  It's the same patch file found 
+in NetBSD's pkgsrc, and it has been working fine for some time.




More information about the Gstreamer-bugs mailing list