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 615798 - [smptealpha] Need ability to reverse transition direction
[smptealpha] Need ability to reverse transition direction
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.13
Other Linux
: Normal normal
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-15 00:21 UTC by Brandon Lewis
Modified: 2010-04-29 17:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
smptealpha: Correctly detect property changes and update properties (3.17 KB, patch)
2010-04-16 07:03 UTC, Sebastian Dröge (slomo)
committed Details | Review
smpte: Add property for inverting the transition mask (11.26 KB, patch)
2010-04-16 07:03 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Brandon Lewis 2010-04-15 00:21:35 UTC
For example you can wipe from -- for example -- right to left, but not left to right. This is a problem in pitivi for a number of reasons. We need an easy way to reverse the direction of the wipe.
Comment 1 Sebastian Dröge (slomo) 2010-04-16 07:03:07 UTC
Created attachment 158870 [details] [review]
smptealpha: Correctly detect property changes and update properties
Comment 2 Sebastian Dröge (slomo) 2010-04-16 07:03:11 UTC
Created attachment 158871 [details] [review]
smpte: Add property for inverting the transition mask

This converts a left-to-right transition to right-to-left or
clock-wise to counter-clock-wise.
Comment 3 Brandon Lewis 2010-04-28 00:15:59 UTC
These patches definitely solve the issue for me. Works great. Thanks :)
Comment 4 Sebastian Dröge (slomo) 2010-04-29 17:35:53 UTC
commit 04a1b1dc48aa4b28b4bf977a451390a8b218442e
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Thu Apr 15 22:28:58 2010 +0200

    smpte: Add property for inverting the transition mask
    
    This converts a left-to-right transition to right-to-left or
    clock-wise to counter-clock-wise.