splitmuxsink: add the ability to mux auxilliary video streams
authorJan Schmidt <jan@centricular.com>
Sat, 25 May 2019 12:08:05 +0000 (22:08 +1000)
committerJan Schmidt <thaytan@noraisin.net>
Mon, 15 Jul 2019 11:46:36 +0000 (11:46 +0000)
commit436d33b2881fa82d3ba080010652e8adcc951297
tree76ddd8916abd4e33d77cf14b0686aad4215d641f
parentb5d8484b0b0a40fa945f8ed45f2d7adfbfe9c392
splitmuxsink: add the ability to mux auxilliary video streams

The primary video stream is used to select fragment cut points
at keyframe boundaries. Auxilliary video streams may be
broken up at any packet - so fragments may not start with a keyframe
for those streams.
gst/multifile/gstsplitmuxsink.c
gst/multifile/gstsplitmuxsink.h
tests/check/elements/splitmux.c