From a52483e59e7f3c3b2b2392358318e3985ad565ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 5 Oct 2009 00:33:32 +0100 Subject: [PATCH] docs: clarify GstTuner docs in two places --- gst-libs/gst/interfaces/tuner.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/interfaces/tuner.c b/gst-libs/gst/interfaces/tuner.c index dbefde1faa..a7ba61a8f7 100644 --- a/gst-libs/gst/interfaces/tuner.c +++ b/gst-libs/gst/interfaces/tuner.c @@ -221,7 +221,8 @@ gst_tuner_list_channels (GstTuner * tuner) * @tuner: the #GstTuner (a #GstElement) that owns the channel. * @channel: the channel to tune to. * - * Tunes the object to the given channel. + * Tunes the object to the given channel, which should be one of the + * channels returned by gst_tuner_list_channels(). */ void @@ -293,7 +294,8 @@ gst_tuner_list_norms (GstTuner * tuner) * @tuner: the #GstTuner (a #GstElement) to set the norm on. * @norm: the norm to use for the current channel. * - * Changes the video norm on this tuner to the given norm. + * Changes the video norm on this tuner to the given norm, which should be + * one of the norms returned by gst_tuner_list_norms(). */ void