From ab273cf9865eb03aec33024126c63aa59894e756 Mon Sep 17 00:00:00 2001 From: Martin Rubli Date: Fri, 5 May 2006 20:12:59 +0000 Subject: Some changes proposed by wingo in bug #338818 (but not everything yet). Patch from Martin Rubli to fix framerate dete... Original commit message from CVS: Some changes proposed by wingo in bug #338818 (but not everything yet). Patch from Martin Rubli to fix framerate detection. --- sys/v4l2/gstv4l2src.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/v4l2/gstv4l2src.h') diff --git a/sys/v4l2/gstv4l2src.h b/sys/v4l2/gstv4l2src.h index 3b3f96a6..58815ddd 100644 --- a/sys/v4l2/gstv4l2src.h +++ b/sys/v4l2/gstv4l2src.h @@ -3,6 +3,7 @@ * gstv4l2src.h: BT8x8/V4L2 video source element * * Copyright (C) 2001-2002 Ronald Bultje + * Copyright (C) 2006 Edgard Lima * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -97,6 +98,7 @@ struct _GstV4l2Src gint offset; /* how are we going to push buffers? */ + guint fps_n, fps_d; gboolean use_fixed_fps; }; -- cgit v1.2.1