| Top |  |  |  |  | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GstObject
            ╰── GstElement
                ╰── GstAudioDecoder
                    ╰── GstFlacDec
flacdec decodes FLAC streams.
FLACis a Free Lossless Audio Codec.
| 1 | gst-launch-1.0 filesrc location=media/small/dark.441-16-s.flac ! flacparse ! flacdec ! audioconvert ! audioresample ! autoaudiosink | 
| 1 | 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 | 
| plugin | flac | 
| author | Tim-Philipp Müller <tim@centricular.net>, Wim Taymans <wim.taymans@gmail.com> | 
| class | Codec/Decoder/Audio | 
| name | sink | 
| direction | sink | 
| presence | always | 
| details | audio/x-flac, framed=(boolean)true, rate=(int)[ 1, 655350 ], channels=(int)[ 1, 8 ] | 
| name | src | 
| direction | source | 
| presence | always | 
| details | audio/x-raw, format=(string){ S8, S16LE, S24_32LE, S32LE }, layout=(string)interleaved, rate=(int)[ 1, 655350 ], channels=(int)[ 1, 8 ] |