GNOME Bugzilla – Bug 573897
Single-stream encoding doesn't work
Last modified: 2009-03-03 15:45:02 UTC
When the timeline only has audio OR video, rendering doesn't work. The easy fix would be, when putting the settings on a RenderAction to check which streams are actually available. The longer term fix is to fix the UI to figure that out (the UI still uses the old code, and we just have a function that converts from old-style settings (used by the UI) to new-style settings (used by the core)).
commit 39e4f573789fddb24626d3a9902059fea95af23d Author: Alessandro Decina <alessandro.decina@collabora.co.uk> Date: Tue Mar 3 16:42:45 2009 +0100 Fix single stream encoding. Fixes #573897.