GNOME Bugzilla – Bug 547095
[Export Settings] Filter unusable muxers
Last modified: 2008-10-11 11:53:31 UTC
When selecting a container that gives an empty audio and video codec, clicking OK results in an IndexError: Traceback (most recent call last):
+ Trace 204911
self.settings = dialog.getSettings()
self.setwidget.updateSettings()
vencoder = self.validvencoders[self.vcodeccbox.get_active()].get_name()
2008-10-11 Edward Hervey <edward.hervey@collabora.co.uk> * pitivi/settings.py: Filter out muxers for which we can't sink audio or video. Fixes #547095