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 711844 - avfvideosrc: build failure
avfvideosrc: build failure
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Mac OS
: Normal normal
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-11-11 13:19 UTC by Edward Hervey
Modified: 2013-11-11 13:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
avfvideosrc: declare missing instance variables (825 bytes, patch)
2013-11-11 13:25 UTC, Matthieu Bouron
none Details | Review

Description Edward Hervey 2013-11-11 13:19:42 UTC
on osx 10.7:

avfvideosrc.m:145: error: synthesized property 'captureScreen' must either be named the same as a compatible ivar or must explicitly name an ivar
avfvideosrc.m:145: error: synthesized property 'captureScreenCursor' must either be named the same as a compatible ivar or must explicitly name an ivar
avfvideosrc.m:145: error: synthesized property 'captureScreenMouseClicks' must either be named the same as a compatible ivar or must explicitly name an ivar


Related to this : http://stackoverflow.com/questions/7110245/error-building-32-bit-os-x-app
Comment 1 Matthieu Bouron 2013-11-11 13:25:25 UTC
Created attachment 259559 [details] [review]
avfvideosrc: declare missing instance variables
Comment 2 Edward Hervey 2013-11-11 13:53:09 UTC
commit 58be5ce16ddc3342f332e7ed4be2c198c82133f3
Author: Matthieu Bouron <matthieu.bouron@collabora.com>
Date:   Mon Nov 11 13:24:08 2013 +0000

    avfvideosrc: declare missing instance variables
    
    Fixes build on 32-bit system.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711844