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 796845 - compositor: Crossfade property goes from -1 to 1 but -1 to 0 has no effect
compositor: Crossfade property goes from -1 to 1 but -1 to 0 has no effect
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: Normal blocker
: 1.15.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-07-20 12:53 UTC by Sebastian Dröge (slomo)
Modified: 2018-08-16 14:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2018-07-20 12:53:39 UTC
See summary. This doesn't seem to make any sense, the property should simply go from 0 to 1 :)
Comment 1 Sebastian Dröge (slomo) 2018-08-16 14:08:20 UTC
commit 2846ebfc2aedf1c6ecdb12f092585bcbe9489629 (HEAD -> master)
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Thu Aug 16 17:07:06 2018 +0300

    compositor: Define crossfade-ratio to have range [0.0,1.0]
    
    Previously negative values had the same effect as 0.0, which was
    confusing.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=796845