mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +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;
|
||||
guint count;
|
||||
gint fps;
|
||||
BOOL captureScreen;
|
||||
BOOL captureScreenCursor;
|
||||
BOOL captureScreenMouseClicks;
|
||||
}
|
||||
|
||||
- (id)init;
|
||||
|
|
Loading…
Reference in a new issue