Top |
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement ╰── GstBaseParse ╰── GstFlacParse
The flacparse element will parse the header packets of the FLAC stream and put them as the streamheader in the caps. This is used in the multifdsink case where you want to stream live FLAC streams to multiple clients, each client has to receive the streamheaders first before they can consume the FLAC packets.
This element also makes sure that the buffers that it pushes out are properly timestamped and that their offset and offset_end are set. The buffers that flacparse outputs have all of the metadata that oggmux expects to receive, which allows you to (for example) remux an ogg/flac or convert a native FLAC format file to an ogg bitstream.
1 2 |
gst-launch-1.0 -v filesrc location=sine.flac ! flacparse ! identity \ ! oggmux ! filesink location=sine-remuxed.ogg |
plugin |
audioparsers |
author |
Sebastian Dröge <sebastian.droege@collabora.co.uk> |
class |
Codec/Parser/Audio |