oggmux
oggmux — mux ogg streams (info about ogg: http://xiph.org)
|
|
Object Hierarchy
GObject
+----GstObject
+----GstElement
+----GstOggMux
Implemented Interfaces
GstOggMux implements
GstPreset.
Description
This element merges streams (audio and video) into ogg files.
Example pipelines
Encodes a video stream captured from a v4l2-compatible camera to Ogg/Theora
(the encoding will stop automatically after 500 frames)
Last reviewed on 2008-02-06 (0.10.17)
Details
GstOggMux
typedef struct _GstOggMux GstOggMux;
The ogg muxer object structure.
Property Details
The "max-delay"
property
"max-delay" guint64 : Read / Write
Maximum delay in multiplexing streams.
Default value: 500000000
The "max-page-delay"
property
"max-page-delay" guint64 : Read / Write
Maximum delay for sending out a page.
Default value: 500000000