Skip to content

Commit

Permalink
Merge pull request hashicorp#33128 from gbw/b-audio_caption_selector_…
Browse files Browse the repository at this point in the history
…settings_typo_fix

medialive/channel: fix typos audio_selectors and caption_selectors.
  • Loading branch information
nam054 authored Jun 17, 2024
2 parents dffc229 + 8623310 commit fa6dd99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/33128.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_medialive_channel: fix documentation `audio_selector` and `caption_selector`.
```
4 changes: 2 additions & 2 deletions website/docs/r/medialive_channel.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ The following arguments are optional:

### Input Settings

* `audio_selectors` - (Optional) Used to select the audio stream to decode for inputs that have multiple. See [Audio Selectors](#audio-selectors) for more details.
* `caption_selectors` - (Optional) Used to select the caption input to use for inputs that have multiple available. See [Caption Selectors](#caption-selectors) for more details.
* `audio_selector` - (Optional) Used to select the audio stream to decode for inputs that have multiple. See [Audio Selectors](#audio-selectors) for more details.
* `caption_selector` - (Optional) Used to select the caption input to use for inputs that have multiple available. See [Caption Selectors](#caption-selectors) for more details.
* `deblock_filter` - (Optional) Enable or disable the deblock filter when filtering.
* `denoise_filter` - (Optional) Enable or disable the denoise filter when filtering.
* `filter_strength` - (Optional) Adjusts the magnitude of filtering from 1 (minimal) to 5 (strongest).
Expand Down

0 comments on commit fa6dd99

Please sign in to comment.