flacdec
flacdec decodes FLAC streams. FLAC is a Free Lossless Audio Codec.
Example launch line
 gst-launch-1.0 filesrc location=media/small/dark.441-16-s.flac ! flacparse ! flacdec ! audioconvert ! audioresample ! autoaudiosink
 gst-launch-1.0 souphttpsrc location=http://gstreamer.freedesktop.org/media/small/dark.441-16-s.flac ! flacparse ! flacdec ! audioconvert ! audioresample ! queue min-threshold-buffers=10 ! autoaudiosink
Hierarchy
GObject ╰──GInitiallyUnowned ╰──GstObject ╰──GstElement ╰──GstAudioDecoder ╰──flacdec
Factory details
Authors: – Tim-Philipp Müller 
Classification: – Codec/Decoder/Audio
Rank – primary
Plugin – flac
Package – GStreamer Good Plug-ins
Pad Templates
sink
        audio/x-flac:
         framed: true
           rate: [ 1, 655350 ]
       channels: [ 1, 8 ]
src
        audio/x-raw:
         format: { S8, S16LE, S24_32LE, S32LE }
         layout: interleaved
           rate: [ 1, 655350 ]
       channels: [ 1, 8 ]
The results of the search are