![]() |
![]() |
![]() |
GStreamer Bad Plugins 0.10 Plugins Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
This element decodes a CELT stream to raw integer audio.
gst-launch -v filesrc location=celt.ogg ! oggdemux ! celtdec ! audioconvert ! audioresample ! alsasink
plugin |
celt |
author |
Sebastian Dröge <sebastian.droege@collabora.co.uk> |
class |
Codec/Decoder/Audio |
typedef struct { GstElement element; /* pads */ GstPad *sinkpad; GstPad *srcpad; CELTDecoder *state; CELTMode *mode; CELTHeader header; gint frame_size; GstClockTime frame_duration; guint64 packetno; GstSegment segment; /* STREAM LOCK */ gint64 granulepos; /* -1 = needs to be set from current time */ gboolean discont; } GstCeltDec;