Skip to content

Commit 28b9bce

Browse files
committed
tools: add gst-vr-play template
1 parent 37e6a46 commit 28b9bce

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

tools/gst-play-vr.c

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
/* GStreamer
2+
*
3+
* Copyright (C) 2016 Lubosz Sarnecki <[email protected]>
4+
*
5+
* This library is free software; you can redistribute it and/or
6+
* modify it under the terms of the GNU Library General Public
7+
* License as published by the Free Software Foundation; either
8+
* version 2 of the License, or (at your option) any later version.
9+
*
10+
* This library is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13+
* Library General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU Library General Public
16+
* License along with this library; if not, write to the
17+
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
18+
* Boston, MA 02110-1301, USA.
19+
*/
20+
21+
/**
22+
* SECTION:gstvr
23+
* @short_description: GStreamer VR
24+
*
25+
*/
26+
27+
#include <string.h>
28+
29+
30+
int
31+
main (int argc, char *argv[])
32+
{
33+
return 0;
34+
}

0 commit comments

Comments
 (0)