summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins/files/patch-sys_v4l_gstv4lelement.h
blob: d2f6ac43690859ba670eac1fc88dfb6cc02b3377 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- sys/v4l/gstv4lelement.h.orig    2008-02-23 15:31:39.000000000 -0500
+++ sys/v4l/gstv4lelement.h 2008-02-23 15:32:00.000000000 -0500
@@ -91,6 +91,8 @@ struct _GstV4lElement {
   /* X-overlay */
   GstV4lXv *xv;
   gulong xwindow_id;
+
+  gboolean use_read;
 };
 
 struct _GstV4lElementClass {