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:
parent
a3d658915b
commit
58be5ce16d
@ -100,6 +100,9 @@ G_DEFINE_TYPE (GstAVFVideoSrc, gst_avf_video_src, GST_TYPE_PUSH_SRC);
|
||||
GstClockTime lastSampling;
|
||||
guint count;
|
||||
gint fps;
|
||||
BOOL captureScreen;
|
||||
BOOL captureScreenCursor;
|
||||
BOOL captureScreenMouseClicks;
|
||||
}
|
||||
|
||||
- (id)init;
|
||||
|
Loading…
x
Reference in New Issue
Block a user