manpagez: man pages & more
html files: gst-plugins-good-plugins-1.0
Home | html | info | man

flacdec

flacdec

Types and Values

struct GstFlacDec

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GstObject
            ╰── GstElement
                ╰── GstAudioDecoder
                    ╰── GstFlacDec

Description

flacdec decodes FLAC streams.

FLAC

is a Free Lossless Audio Codec.

Example launch line

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

Synopsis

Element Information

plugin

flac

author

Tim-Philipp Müller <tim@centricular.net>, Wim Taymans <wim.taymans@gmail.com>

class

Codec/Decoder/Audio

Element Pads

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 ]

Functions

Types and Values

struct GstFlacDec

struct GstFlacDec;

See Also

GstFlacEnc

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.