summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/gstv4l2tuner.c
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/gstv4l2tuner.c
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/gstv4l2tuner.c')
-rw-r--r--sys/v4l2/gstv4l2tuner.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/v4l2/gstv4l2tuner.c b/sys/v4l2/gstv4l2tuner.c
index 3ec73a23..acc0c78b 100644
--- a/sys/v4l2/gstv4l2tuner.c
+++ b/sys/v4l2/gstv4l2tuner.c
@@ -122,16 +122,6 @@ gst_v4l2_tuner_norm_init (GstV4l2TunerNorm * norm)
norm->index = 0;
}
-#if 0 /* output not handled by now */
-static gboolean
-gst_v4l2_tuner_is_sink (GstV4l2Object * v4l2object)
-{
- GstPadDirection dir = GST_PAD_UNKNOWN;
-
- return (dir == GST_PAD_SINK);
-}
-#endif /* #if 0 - output not handled by now */
-
static G_GNUC_UNUSED gboolean
gst_v4l2_tuner_contains_channel (GstV4l2Object * v4l2object,
GstV4l2TunerChannel * v4l2channel)