diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2006-09-15 19:11:00 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2006-09-15 19:11:00 +0000 |
commit | 346fe9f6cfed4984d8d0836ec6f0342b79748d44 (patch) | |
tree | 8013903291a3adc64a61c895374ae155b01160a6 /sys/v4l2/gstv4l2src.h | |
parent | 5b377ab1431b9dc1b63a10595d0864502dcbc473 (diff) | |
download | gst-plugins-bad-346fe9f6cfed4984d8d0836ec6f0342b79748d44.tar.gz gst-plugins-bad-346fe9f6cfed4984d8d0836ec6f0342b79748d44.tar.bz2 gst-plugins-bad-346fe9f6cfed4984d8d0836ec6f0342b79748d44.zip |
The test application and the plgind error messages has been improved.
Original commit message from CVS:
The test application and the plgind error messages has been improved.
Diffstat (limited to 'sys/v4l2/gstv4l2src.h')
-rw-r--r-- | sys/v4l2/gstv4l2src.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/v4l2/gstv4l2src.h b/sys/v4l2/gstv4l2src.h index 4445e5d4..a8edda76 100644 --- a/sys/v4l2/gstv4l2src.h +++ b/sys/v4l2/gstv4l2src.h @@ -99,7 +99,7 @@ struct _GstV4l2Src /* True if we want to stop */ gboolean quit, is_capturing; - gint offset; + guint64 offset; /* how are we going to push buffers? */ guint fps_n, fps_d; |