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. _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"