Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 889 Bytes

File metadata and controls

37 lines (20 loc) · 889 Bytes

Sanity Pipeline

Overview

Sanity apps purpose is to help verify that all the required components have been installed successfully.

First of all, sanity_gstreamer.sh needs to be run to ensure that the image presented looks like the one that will be presented later.

Sanity GStreamer

This app should launch first.

Note

Open the source code in your preferred editor to see how simple this app is.

In order to run the app just cd to the sanity_pipeline directory and launch the app

cd $TAPPAS_WORKSPACE/apps/h8/gstreamer/general/sanity_pipeline
./sanity_gstreamer.sh

The display should look like the image below:

readme_resources/sanity_gstreamer.png

If the output is similar to the image shown above, continue to the next verification phase.