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.