matroskademux

matroskademux — Demuxes Matroska/WebM streams into video/audio/subtitles

Synopsis

                    GstMatroskaDemux;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GstObject
               +----GstElement
                     +----GstMatroskaDemux

Properties

  "max-gap-time"             guint64               : Read / Write

Description

matroskademux demuxes a Matroska file into the different contained streams.

Example launch line

1
gst-launch-1.0 -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;

Property Details

The "max-gap-time" property

  "max-gap-time"             guint64               : Read / Write

The demuxer sends out segment events for skipping gaps longer than this (0 = disabled).

Default value: 2000000000