matroskademux

matroskademux — Demuxes a Matroska Stream into video/audio/subtitles

Synopsis

                    GstMatroskaDemux;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstEbmlRead
                     +----GstMatroskaDemux

Description

matroskademux demuxes a Matroska file into the different contained streams.

Example launch line

gst-launch -v filesrc location=/path/to/mkv ! matroskademux ! vorbisdec ! audioconvert ! audioresample ! autoaudiosink
This pipeline demuxes a Matroska file and outputs the contained Vorbis audio.

Details

GstMatroskaDemux

typedef struct _GstMatroskaDemux GstMatroskaDemux;