mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 11:15:31 +00:00
docs: clarify GstTuner docs in two places
This commit is contained in:
parent
a039d3a1a6
commit
a52483e59e
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue