Date: Wed, 16 Jan 2013 20:56:52 +0400 From: awarecons <awarecons@gmail.com> To: ports-bugs@freebsd.org, ports@freebsd.org, kwm@FreeBSD.org Subject: audio/gstreamer-plugins-soundtouch ISSUE when integer_sample_format chosen in config of audio/soundtouch Message-ID: <CACGq7x31WhZMc_U-FgVVgkeNvxgqwoUVTdw%2BUzT0PnFgM497bg@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
audio/gstreamer-plugins-soundtouch ISSUE when integer_sample_format chosen in config of audio/soundtouch INTEGER_SAMPLES Use integer sample format ... ===> Building for gstreamer-plugins-soundtouch-0.10.23,3 CC libgstsoundtouch_la-plugin.lo CXX libgstsoundtouch_la-gstpitch.lo gstpitch.cc: In function 'GstBuffer* gst_pitch_prepare_buffer(GstPitch*)': gstpitch.cc:384:77: error: no matching function for call to 'soundtouch::SoundTouch::receiveSamples(gfloat*, guint&)' gstpitch.cc:384:77: note: candidates are: /usr/local/include/soundtouch/FIFOSamplePipe.h:190:18: note: virtual uint soundtouch::FIFOProcessor::receiveSamples(soundtouch::SAMPLETYPE*, uint) /usr/local/include/soundtouch/FIFOSamplePipe.h:190:18: note: no known conversion for argument 1 from 'gfloat* {aka float*}' to 'soundtouch::SAMPLETYPE* {aka short int*}' /usr/local/include/soundtouch/FIFOSamplePipe.h:203:18: note: virtual uint soundtouch::FIFOProcessor::receiveSamples(uint) /usr/local/include/soundtouch/FIFOSamplePipe.h:203:18: note: candidate expects 1 argument, 2 provided gstpitch.cc: In function 'GstFlowReturn gst_pitch_chain(GstPad*, GstBuffer*)': gstpitch.cc:902:52: error: no matching function for call to 'soundtouch::SoundTouch::putSamples(gfloat*, guint)' gstpitch.cc:902:52: note: candidate is: /usr/local/include/soundtouch/SoundTouch.h:236:18: note: virtual void soundtouch::SoundTouch::putSamples(const SAMPLETYPE*, uint) /usr/local/include/soundtouch/SoundTouch.h:236:18: note: no known conversion for argument 1 from 'gfloat* {aka float*}' to 'const SAMPLETYPE* {aka const short int*}' gmake: *** [libgstsoundtouch_la-gstpitch.lo] Error 1 *** Error code 2 Stop in /usr/ports/audio/gstreamer-plugins-soundtouch.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACGq7x31WhZMc_U-FgVVgkeNvxgqwoUVTdw%2BUzT0PnFgM497bg>