GNOME Bugzilla – Bug 658307
Rendering does not work when using a render preset
Last modified: 2011-09-07 15:04:02 UTC
Steps to reproduce: 1. Click the render button to render a project, 2. Click the "HTC Desire" render preset (I also noticed it happens with the iPhone one), 3. Click the Render button, notice the "Rendering" dialog appears and shows "Estimating", but it does nothing. If I click the Render button without selecting a preset, it renders fine. The following stacktrace appears in the console: $ bin/pitivi ../tmp/Untitled2.xptv Traceback (most recent call last):
+ Trace 228345
self.startAction()
self.addAction()
self.action = self._createAction(sources)
self.have_video, self.have_audio)
astream = get_stream_for_caps(export.getAudioCaps())
log.debug("stream", "caps:%s, pad:%r" % (caps.to_string(), pad))
This is probably related to bug 658303 which is caused by unavailable codecs which are used by the render presets. So we need to figure out what to do when a render preset is selected by the user and the video or audio codecs specified by the preset are not available. *** This bug has been marked as a duplicate of bug 658303 ***