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 569834 - render settings are constantly reset
render settings are constantly reset
Status: VERIFIED FIXED
Product: pitivi
Classification: Other
Component: User interface
Git
Other Linux
: Normal blocker
: 0.13.1
Assigned To: Brandon Lewis
Pitivi maintainers
: 578676 (view as bug list)
Depends on:
Blocks: 578676
 
 
Reported: 2009-01-30 15:27 UTC by Jean-François Fortin Tam
Modified: 2009-05-14 18:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
debug log (285.83 KB, application/x-7z-compressed)
2009-01-30 15:30 UTC, Jean-François Fortin Tam
Details

Description Jean-François Fortin Tam 2009-01-30 15:27:34 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.
Comment 1 Jean-François Fortin Tam 2009-01-30 15:30:48 UTC
Created attachment 127543 [details]
debug log

debug log of while wrestling with the project/renderer settings, if that can be of any help
Comment 2 Edward Hervey 2009-05-05 10:02:15 UTC
*** Bug 578676 has been marked as a duplicate of this bug. ***
Comment 3 Edward Hervey 2009-05-05 16:25:14 UTC
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

Comment 4 Edward Hervey 2009-05-14 15:05:47 UTC
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