23,772
edits
mNo edit summary |
mNo edit summary |
||
Line 17: | Line 17: | ||
}} | }} | ||
<syntaxhighlight lang=" | <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> |