GNOME Bugzilla – Bug 753617
splitmuxsink: allow non-video streams to serve as reference
Last modified: 2015-10-02 14:45:45 UTC
Created attachment 309253 [details] [review] splitmuxsink: allow non-video streams to serve as reference splitmuxsink at the moment requires a video stream to be present. This patch lifts this restriction and allows the first available stream to be used as a reference. This works fine, although it could probably be done better, avoiding all the overhead of the GOP collecting logic. In an audio stream, every buffer is considered a "keyframe".
Review of attachment 309253 [details] [review]: Looks good, thanks!
Pushed, thanks! commit 76634e89f0ffcb63e62a83b4c1e55f106e9b7f67 Author: Ramiro Polla <ramiro.polla@collabora.co.uk> Date: Wed Apr 29 18:23:28 2015 +0100 splitmuxsink: allow non-video streams to serve as reference In the absence of a video stream, the first stream will be used as reference. https://bugzilla.gnome.org/show_bug.cgi?id=753617