summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/gstv4l2src.h
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2006-09-27 15:14:07 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2006-09-27 15:14:07 +0000
commit0b0c7f16f849d76c033c2e37c4d40ab2be513357 (patch)
tree6a6eb7dc4b39b6db837f1d4aca16e68ba5231a54 /sys/v4l2/gstv4l2src.h
parent2b1e939991c034fb4203df40f6ea0941b2e6453d (diff)
downloadgst-plugins-bad-0b0c7f16f849d76c033c2e37c4d40ab2be513357.tar.gz
gst-plugins-bad-0b0c7f16f849d76c033c2e37c4d40ab2be513357.tar.bz2
gst-plugins-bad-0b0c7f16f849d76c033c2e37c4d40ab2be513357.zip
Some cleanups and comments.
Original commit message from CVS: Some cleanups and comments.
Diffstat (limited to 'sys/v4l2/gstv4l2src.h')
-rw-r--r--sys/v4l2/gstv4l2src.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/v4l2/gstv4l2src.h b/sys/v4l2/gstv4l2src.h
index e8622646..874fddf7 100644
--- a/sys/v4l2/gstv4l2src.h
+++ b/sys/v4l2/gstv4l2src.h
@@ -30,6 +30,7 @@ GST_DEBUG_CATEGORY_EXTERN (v4l2src_debug);
#define GST_V4L2_MAX_BUFFERS 16
#define GST_V4L2_MIN_BUFFERS 2
+#define GST_V4L2_MAX_SIZE (1<<15) /* 2^15 == 32768 */
G_BEGIN_DECLS
@@ -100,7 +101,7 @@ struct _GstV4l2Src
/* how are we going to push buffers? */
guint fps_n, fps_d;
- gboolean use_fixed_fps;
+ gboolean use_undef_fps;
};
struct _GstV4l2SrcClass