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/gstv4l2tuner.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'sys/v4l2/gstv4l2tuner.h') diff --git a/sys/v4l2/gstv4l2tuner.h b/sys/v4l2/gstv4l2tuner.h index a7a5f435..ede9ab2d 100644 --- a/sys/v4l2/gstv4l2tuner.h +++ b/sys/v4l2/gstv4l2tuner.h @@ -1,5 +1,6 @@ /* G-Streamer generic V4L2 element - Tuner interface implementation * Copyright (C) 2003 Ronald Bultje + * Copyright (C) 2006 Edgard Lima * * gstv4l2tuner.h: tuner interface implementation for V4L2 * @@ -82,4 +83,14 @@ GType gst_v4l2_tuner_norm_get_type (void); void gst_v4l2_tuner_interface_init (GstTunerClass *klass); +extern gboolean +gst_v4l2_tuner_set_channel (GstTuner * mixer, GstTunerChannel * channel); + +gboolean +gst_v4l2_tuner_set_norm (GstTuner * mixer, GstTunerNorm * norm); + +extern gboolean +gst_v4l2_tuner_set_frequency (GstTuner * mixer, + GstTunerChannel * channel, gulong frequency); + #endif /* __GST_V4L2_TUNER_H__ */ -- cgit v1.2.1