GStreamer Pipelines - GStreamer Pipelines - 3.0 English - PG447

H.264/H.265/JPEG Video Codec Unit 2 (VCU2) Solutions LogiCORE IP Product Guide (PG447)

Document ID
PG447
Release Date
2026-03-06
Version
3.0 English

Examples of GStreamer pipelines are listed in the following sections.

Examples of running GStreamer from the Linux command line are as follows. To see the description of GStreamer elements and properties used in each of them, use the gst-inspect-1.0 command.

For example, to get the description of each parameter for the omxh264dec element, enter the following at the command prompt:

gst-inspect-1.0 omxh264dec

Add the no-colors option or set GST_INSPECT_NO_COLORS to any value to avoid garbled characters.