mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
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
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue