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 766818 - [gl] gltransformation's pivot-z property not writable
[gl] gltransformation's pivot-z property not writable
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-05-23 19:01 UTC by Arjen Veenhuizen
Modified: 2016-05-24 13:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Change pivot-z property to be READWRITE instead of READABLE (1.54 KB, patch)
2016-05-23 19:01 UTC, Arjen Veenhuizen
none Details | Review

Description Arjen Veenhuizen 2016-05-23 19:01:17 UTC
Created attachment 328401 [details] [review]
Change pivot-z property to be READWRITE instead of READABLE

It appears that the pivot-z property of gltransformation is not writable by mistake. Furthermore I fixed a couple of typos.
Comment 1 Matthew Waters (ystreet00) 2016-05-24 13:35:26 UTC
commit 113d5c143c02d46ed9199990cf40c3d4ec265211
Author: Arjen Veenhuizen <arjen.veenhuizen@tno.nl>
Date:   Tue May 24 23:30:09 2016 +1000

    gltransformation: make the pivot-z property READWRITE
    
    Instead of just being READABLE.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=766818