Jump to content

LibMISB/Examples/GStreamer Application: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
 
Line 17: Line 17:
}}
}}


<syntaxhighlight lang="C">
<syntaxhighlight lang="c">
/* Copyright (C) 2022 RidgeRun, LLC (http://www.ridgerun.com)
/* Copyright (C) 2022 RidgeRun, LLC (http://www.ridgerun.com)
  * All Rights Reserved.
  * All Rights Reserved.
Line 263: Line 263:
To build the application, copy the example into a file called '''main.c''' and build using the following command:
To build the application, copy the example into a file called '''main.c''' and build using the following command:


<syntaxhighlight lang=c>
<syntaxhighlight lang="c">
gcc -Wall main.c -o main `pkg-config --cflags --libs gstreamer-1.0`
gcc -Wall main.c -o main `pkg-config --cflags --libs gstreamer-1.0`
</syntaxhighlight>
</syntaxhighlight>
Line 273: Line 273:
Execute the application with the following command:
Execute the application with the following command:


<syntaxhighlight lang=c>
<syntaxhighlight lang="c">
./main
./main
</syntaxhighlight>
</syntaxhighlight>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.