Skip to content

Commit 0330678

Browse files
authored
Merge pull request #22 from StaticRocket/bugfix/syntax
Bugfix/syntax
2 parents 06356b4 + 810ceab commit 0330678

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

source/linux/Foundational_Components_Multimedia_D5520_VXE384.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,10 @@ Software Stack of Accelerated Codec Encoding/Decoding
9292
As shown in the figures below, the software stack of the accelerated
9393
encoding and decoding has two parts:
9494

95-
- A V4L2 (Video4Linux version 2) software driver running as part of Linux
96-
on the A72 MPU subsystem
97-
- The firmware running on the DECODER and ENCODER
95+
- A V4L2 (Video4Linux version 2) software driver running as part of Linux on
96+
the A72 MPU subsystem
97+
98+
- The firmware running on the DECODER and ENCODER
9899

99100
The driver communicates with the firmware running on the ENCODER/DECODER
100101
through its own IPC (inter-processor communication).
@@ -698,7 +699,8 @@ decoder driver support for it. An example of using dmabuf-import in a gstreamer
698699
pipeline:
699700

700701
.. code-block:: text
701-
gst-launch-1.0 filesrc location=<file_location> ! h264parse ! v4l2h264dec capture-io-mode=5 ! kmssink driver-name=tidss
702+
703+
gst-launch-1.0 filesrc location=<file_location> ! h264parse ! v4l2h264dec capture-io-mode=5 ! kmssink driver-name=tidss
702704
703705
With the TI V4L2 Video Decoder Driver, the best latency performance to display is achieved
704706
with "dmabuf-import" (GST_V4L2_IO_DMABUF_IMPORT). This feature provides

source/linux/Release_Specific_CoreSDK_Release_Notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Released August 2024
5050
* SYSFW: v10.00.08
5151
* DM: 10.00.00.08
5252
* Important Bug and Stability fixes on top of 9.2 Release
53-
** Review Issue Tracker Section for the new fixes.
53+
* Review Issue Tracker Section for the new fixes.
5454

5555

5656
Build Information

source/rtos/PDK_Platform_Software/Boot_Board_and_EVM_Abstractions/_BOOT_K2G.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ Booting via SD Card
140140

141141
| Below is an example of K2G SBL successfully booting the diagnostic
142142
application:
143+
143144
.. Image:: ../images/K2g_boot_diag.jpg
144145

145146
QSPI Boot Mode

source/rtos/PDK_Platform_Software/IPC/_Use_Cases_for_IPC.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ In the following sections, figures show modules used by each scenario.
2525

2626
.. role:: raw-html(raw)
2727
:format: html
28+
2829
- :raw-html:`<font color="blue">Blue boxes,</font>` identify modules for which your application will call C API functions other than those used to dynamically create objects.
2930
- :raw-html:`<font color="red">Red boxes,</font>` identify modules that require only configuration by your application. Static configuration is performed in an XDCtools configuration script (.cfg). Dynamic configuration is performed in C code.
3031
- :raw-html:`<font color="grey">Grey boxes,</font>` identify modules that are used internally but do not need to be configured or have their APIs called.

0 commit comments

Comments
 (0)