chiark / gitweb /
server/gstdecode.c: Produce the configured sample format directly.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 23 May 2013 02:41:30 +0000 (03:41 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 25 May 2013 13:25:10 +0000 (14:25 +0100)
commitc915f0d41493974c90ded1255e1137e997cdcddb
tree4573d433124d763439e36cb1ad5742a913638cb8
parentf5ebedb0f0079c29c1d8d16bdad2b65868be6cfc
server/gstdecode.c: Produce the configured sample format directly.

Introduce a GStreamer resampler, which is benign (and fast) if it has
nothing to do, and set the sink caps to match the configured audio
format.  Hopefully, the normalizer is now trivial.

This means that we must fetch the configuration file, which involves
adding gcrypt to the link.
server/Makefile.am
server/gstdecode.c