avfvideosrc: declare missing instance variables

Fixes build on 32-bit system.

https://bugzilla.gnome.org/show_bug.cgi?id=711844
This commit is contained in:
Matthieu Bouron 2013-11-11 13:24:08 +00:00 committed by Edward Hervey
parent a3d658915b
commit 58be5ce16d

View file

@ -100,6 +100,9 @@ G_DEFINE_TYPE (GstAVFVideoSrc, gst_avf_video_src, GST_TYPE_PUSH_SRC);
GstClockTime lastSampling; GstClockTime lastSampling;
guint count; guint count;
gint fps; gint fps;
BOOL captureScreen;
BOOL captureScreenCursor;
BOOL captureScreenMouseClicks;
} }
- (id)init; - (id)init;