-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since our goal is to create a simple video filter using some random computer vision API like OpenCV is better to switch to C++ Signed-off-by: Tommaso Merciai <tomm.merciai@gmail.com>
- Loading branch information
1 parent
70009c9
commit 9e16950
Showing
6 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/* This file should be replaced by application source generated by | ||
* gst-app-maker, or by your own source code. To generate suitable | ||
* app source using gst-app-maker, run: | ||
* | ||
* gst-app-maker simplefilter | ||
* | ||
* Then copy the resulting gstsimplefilter.c file over this file. | ||
*/ | ||
/* The rest of this file is shim code to allow the project to compile */ | ||
#include <stdio.h> | ||
int main (void) { printf ("FIXME\n"); return 0; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters