[gstreamer-bugs] [Bug 319795] compiling the faad plugin fails (gst-plugins-bad HEAD)

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Oct 27 04:32:08 PDT 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=319795
 GStreamer | gst-plugins-bad | Ver: HEAD CVS





------- Additional Comments From Amaury Jacquot  2005-10-27 11:32 -------
sxpert at sxpert ~/compile/gstreamer $ grep -A 4 DecInit /usr/include/faad.h
long FAADAPI faacDecInit(faacDecHandle hDecoder,
                         uint8_t *buffer,
                         uint32_t buffer_size,
                         uint32_t *samplerate,
                         uint8_t *channels);
--
int8_t FAADAPI faacDecInit2(faacDecHandle hDecoder, uint8_t *pBuffer,
                            uint32_t SizeOfDecoderSpecificInfo,
                            uint32_t *samplerate, uint8_t *channels);

/* Init the library for DRM */
int8_t FAADAPI faacDecInitDRM(faacDecHandle hDecoder, uint32_t samplerate,
                              uint8_t channels);

void FAADAPI faacDecPostSeekReset(faacDecHandle hDecoder, long frame);

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