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 620825 - [geometrytransform] Make properties controllable and threadsafe
[geometrytransform] Make properties controllable and threadsafe
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 0.10.20
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-07 12:12 UTC by Sebastian Dröge (slomo)
Modified: 2010-06-08 10:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
geometrictransform: Make properties controllable (28.44 KB, patch)
2010-06-08 02:00 UTC, Thiago Sousa Santos
committed Details | Review

Description Sebastian Dröge (slomo) 2010-06-07 12:12:17 UTC
See summary, this would be really nice to have ;) Take a look at one of the many other video filter elements that do this, e.g. gamma.
Comment 1 Thiago Sousa Santos 2010-06-08 02:00:01 UTC
Created attachment 162996 [details] [review]
geometrictransform: Make properties controllable

Makes all properties controllable and threadsafe
Comment 2 Sebastian Dröge (slomo) 2010-06-08 04:53:39 UTC
Looks good :)
Comment 3 Thiago Sousa Santos 2010-06-08 10:35:54 UTC
Pushed

commit 1c33b79c0ce6ff1c825cc2492e6519e16cec1f7b
Author: Thiago Santos <thiago.sousa.santos@collabora.co.uk>
Date:   Mon Jun 7 22:21:10 2010 -0300

    geometrictransform: Make properties controllable
    
    Makes the element's properties controllable and threadsafe.
    
    Fixes #620825