Top |
splitmuxsrcsplitmuxsrc — Split Demuxer bin that recombines files created by the splitmuxsink element. |
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement ╰── GstBin ╰── GstSplitMuxSrc
This element reads a set of input files created by the splitmuxsink element containing contiguous elementary streams split across multiple files.
This element is similar to splitfilesrc, except that it recombines the streams in each file part at the demuxed elementary level, rather than as a single larger bytestream.
1 |
gst-launch-1.0 splitmuxsrc location=video*.mov ! decodebin ! xvimagesink |
1 |
gst-launch-1.0 playbin uri="splitmux://path/to/foo.mp4.*" |
plugin |
multifile |
author |
Jan Schmidt <jan@centricular.com> |
class |
Generic/Bin/Demuxer |
“format-location”
signalGStrv user_function (GstSplitMuxSrc *splitmux, gpointer user_data)
splitmux |
the GstSplitMuxSrc |
|
user_data |
user data set when the signal handler was connected. |
A NULL-terminated sorted array of strings containing the
filenames of the input files. The array will be freed internally
using g_strfreev()
Flags: Run Last
Since: 1.8