Skip to content

Commit 810ceab

Browse files
committed
fix(D5520): fix gstreamer code block syntax
(ERROR/3) Error in "code-block" directive Signed-off-by: Randolph Sapp <[email protected]>
1 parent a0f0ce8 commit 810ceab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/linux/Foundational_Components_Multimedia_D5520_VXE384.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,8 @@ decoder driver support for it. An example of using dmabuf-import in a gstreamer
699699
pipeline:
700700

701701
.. code-block:: text
702-
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
703704
704705
With the TI V4L2 Video Decoder Driver, the best latency performance to display is achieved
705706
with "dmabuf-import" (GST_V4L2_IO_DMABUF_IMPORT). This feature provides

0 commit comments

Comments
 (0)