apedemux

apedemux — reads tag information from APE tag data blocks and outputs them as GStreamer tag messages and events.

Synopsis




                    GstApeDemux;

Object Hierarchy


  GObject
   +----GstObject
         +----GstOsxAudioSink
               +----GstTagDemux
                     +----GstApeDemux

Description

apedemux accepts data streams with APE tags at the start or at the end (or both). The mime type of the data between the tag blocks is detected using typefind functions, and the appropriate output mime type set on outgoing buffers.

The element is only able to read APE tags at the end of a stream from a seekable stream, ie. when get_range mode is supported by the upstream elements. If get_range operation is available, apedemux makes it available downstream. This means that elements which require get_range mode, such as wavparse or musepackdec, can operate on files containing APE tag information.

Example launch line

gst-launch -t filesrc location=file.mpc ! apedemux ! fakesink

This pipeline should read any available APE tag information and output it. The contents of the file inside the APE tag regions should be detected, and the appropriate mime type set on buffers produced from apedemux.

Element Information

plugin apetag
author Ronald Bultje <rbultje@ronald.bitfreak.net>, Tim-Philipp Müller <tim centricular net>
class Codec/Demuxer/Metadata

Details

GstApeDemux

typedef struct _GstApeDemux GstApeDemux;