GNOME Bugzilla – Bug 569834
render settings are constantly reset
Last modified: 2009-05-14 18:03:05 UTC
Settings such as the audio encoder, framerate, resolution, are constantly reset when: - clicking the Edit button in the render dialog (the settings are reset to 320x240 30fps and OGG everywhere). If you cancel, the settings are not put into effect, but if you OK that dialog, it's reset to whatever was in the dialog at that moment - changing the project settings; if I set the resolution to 1280x720 at 29.970 fps, those settings will never be remembered. OK'ing the dialog and opening it again shows the settings being reset The output file is never remembered either. What's more intriguing is that if I set those project settings, the main render dialog shows them correctly, but as soon as I click the Edit button to see details, you see the generic 320x240 30fps settings. Confusing at best.
Created attachment 127543 [details] debug log debug log of while wrestling with the project/renderer settings, if that can be of any help
*** Bug 578676 has been marked as a duplicate of this bug. ***
Just committed a bunch of fixes for the export settings widget. Some feedback would be welcome. commit 5c150b0f6bc6dba13258d53e8feadabb94a71242 Author: Edward Hervey <bilboed@bilboed.com> Date: Tue May 5 17:22:19 2009 +0200 exportsettingswidget: Fix several issues related to loading/saving settings. There seems to have been some subtle changes in gtk since this code was written, causing the combobox changed callback to be called more often. This should partially fix #569834
commit 1d043c01db47b26dd2fd5dd7284cc2467d731ec0 Author: Edward Hervey <bilboed@bilboed.com> Date: Thu May 14 17:05:06 2009 +0200 ElementTreeFormatter: Store/Load container/codec settings. Fixes #569834 commit 68ce9f1370a9cb1feade021c47ee157453f5c1c9 Author: Edward Hervey <bilboed@bilboed.com> Date: Thu May 14 12:28:24 2009 +0200 ElementTreeFormatter: Save/Load project settings. Partially fixes #569834