Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions source/linux/Foundational_Components_Multimedia_wave5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,15 @@
NV12 H264/H265 encoded stream and output raw data to display in any of the formats
mentioned above assuming the display has support.

The V4L2 gstreamer plugins are only able to handle a subset of colorimetries. If the

Check warning on line 397 in source/linux/Foundational_Components_Multimedia_wave5.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.Spelling] Verify the word 'colorimetries'. It is not in the American English spelling dictionary used by Vale. Raw Output: {"message": "[RedHat.Spelling] Verify the word 'colorimetries'. It is not in the American English spelling dictionary used by Vale.", "location": {"path": "source/linux/Foundational_Components_Multimedia_wave5.rst", "range": {"start": {"line": 397, "column": 64}}}, "severity": "WARNING"}
colorimetry is not supported, the gstreamer pipeline will fail to negotiate the format even

Check warning on line 398 in source/linux/Foundational_Components_Multimedia_wave5.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.Spelling] Verify the word 'colorimetry'. It is not in the American English spelling dictionary used by Vale. Raw Output: {"message": "[RedHat.Spelling] Verify the word 'colorimetry'. It is not in the American English spelling dictionary used by Vale.", "location": {"path": "source/linux/Foundational_Components_Multimedia_wave5.rst", "range": {"start": {"line": 398, "column": 1}}}, "severity": "WARNING"}
if the pixel formats are compatible. Wave5 supports all the colorimetries supported by the

Check warning on line 399 in source/linux/Foundational_Components_Multimedia_wave5.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.Spelling] Verify the word 'colorimetries'. It is not in the American English spelling dictionary used by Vale. Raw Output: {"message": "[RedHat.Spelling] Verify the word 'colorimetries'. It is not in the American English spelling dictionary used by Vale.", "location": {"path": "source/linux/Foundational_Components_Multimedia_wave5.rst", "range": {"start": {"line": 399, "column": 61}}}, "severity": "WARNING"}
V4L2 gstreamer elements. The supported colorimetries are:

Check warning on line 400 in source/linux/Foundational_Components_Multimedia_wave5.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [RedHat.Spelling] Verify the word 'colorimetries'. It is not in the American English spelling dictionary used by Vale. Raw Output: {"message": "[RedHat.Spelling] Verify the word 'colorimetries'. It is not in the American English spelling dictionary used by Vale.", "location": {"path": "source/linux/Foundational_Components_Multimedia_wave5.rst", "range": {"start": {"line": 400, "column": 40}}}, "severity": "WARNING"}

- V4L2_COLORIMETRY_BT601
- V4L2_COLORIMETRY_BT709
- V4L2_COLORIMETRY_BT2020

********************************
Encoder and Decoder Capabilities
********************************
Expand Down
Loading