mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
video-chroma: fix typo
This commit is contained in:
parent
780bd1a99f
commit
6547985f27
1 changed files with 1 additions and 1 deletions
|
@ -909,7 +909,7 @@ static const VertResampler v_resamplers[] = {
|
|||
* @v_factor: vertical resampling factor
|
||||
*
|
||||
* Create a new resampler object for the given parameters. When @h_factor or
|
||||
* @v_factoris > 0, upsampling will be used, otherwise subsampling is
|
||||
* @v_factor is > 0, upsampling will be used, otherwise subsampling is
|
||||
* performed.
|
||||
*
|
||||
* Returns: a new #GstVideoChromaResample that should be freed with
|
||||
|
|
Loading…
Reference in a new issue