After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 547095 - [Export Settings] Filter unusable muxers
[Export Settings] Filter unusable muxers
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: General
0.11.1
Other Linux
: Normal major
: 0.11.2
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2008-08-09 19:31 UTC by denkpadje
Modified: 2008-10-11 11:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description denkpadje 2008-08-09 19:31:38 UTC
When selecting a container that gives an empty audio and video codec, clicking OK results in an IndexError:

Traceback (most recent call last):
  • File "/usr/lib/pitivi/python/pitivi/ui/mainwindow.py", line 571 in _settingsButtonClickedCb
    self.settings = dialog.getSettings()
  • File "/usr/lib/pitivi/python/pitivi/ui/exportsettingswidget.py", line 341 in getSettings
    self.setwidget.updateSettings()
  • File "/usr/lib/pitivi/python/pitivi/ui/exportsettingswidget.py", line 315 in updateSettings
    vencoder = self.validvencoders[self.vcodeccbox.get_active()].get_name()
IndexError: list index out of range

Comment 1 Edward Hervey 2008-10-11 11:53:31 UTC
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