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 594114 - Sound curves not taken into account when rendering
Sound curves not taken into account when rendering
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: General
Git
Other Linux
: Normal blocker
: 0.13.3
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-04 09:36 UTC by Edward Hervey
Modified: 2009-09-05 17:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2009-09-04 09:36:48 UTC
Sound curves modifications aren't taken into account when rendering.

Take a file, add it to the timeline, set the volume curve to 0, render => output file has sound.
Comment 1 Edward Hervey 2009-09-05 17:20:38 UTC
commit 421b55438da3e5fb35c8c3b0d94e14daeb60d439
Author: Edward Hervey <bilboed@bilboed.com>
Date:   Sat Sep 5 19:19:41 2009 +0200

    SourecFactory: Don't remove the volume elements when a pad goes away. Fixes #594114
    
    We only need to remove those elements when the bin is released, there's code that
    takes care of that already.