[gstreamer-bugs] [Bug 305149] faad plugin in 0.8.8.2 pre-release doesn't compile on amd64

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Thu Jun 9 03:25:56 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=305149
 GStreamer | gst-plugins | Ver: 0.8.8

Andy Neitzke changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From Andy Neitzke  2005-06-09 10:25 -------
It's libfaad2 version 2.0 -- but it turns out that the Gentoo packages for some   
reason include a patch which changes the line you listed, among others:   
   
  long FAADAPI faacDecInit(faacDecHandle hDecoder,   
-                        unsigned char *buffer,   
-                        unsigned long buffer_size,   
-                        unsigned long *samplerate,   
-                        unsigned char *channels);   
+                         uint8_t *buffer,   
+                         uint32_t buffer_size,   
+                         uint32_t *samplerate,   
+                         uint8_t *channels);   
   
So I guess this bug is invalid.  Sorry for the inconvenience.   

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list