Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GStreamer
gstreamer-vaapi
Commits
110c9ab4
Commit
110c9ab4
authored
Mar 20, 2013
by
Gwenole Beauchesne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: fix license templates.
parent
8088b1b2
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
16 additions
and
16 deletions
+16
-16
tests/image.c
tests/image.c
+1
-1
tests/image.h
tests/image.h
+1
-1
tests/test-decode.c
tests/test-decode.c
+1
-1
tests/test-display.c
tests/test-display.c
+1
-1
tests/test-h264.c
tests/test-h264.c
+1
-1
tests/test-h264.h
tests/test-h264.h
+1
-1
tests/test-jpeg.c
tests/test-jpeg.c
+1
-1
tests/test-jpeg.h
tests/test-jpeg.h
+1
-1
tests/test-mpeg2.c
tests/test-mpeg2.c
+1
-1
tests/test-mpeg2.h
tests/test-mpeg2.h
+1
-1
tests/test-mpeg4.c
tests/test-mpeg4.c
+1
-1
tests/test-mpeg4.h
tests/test-mpeg4.h
+1
-1
tests/test-textures.c
tests/test-textures.c
+1
-1
tests/test-vc1.c
tests/test-vc1.c
+1
-1
tests/test-vc1.h
tests/test-vc1.h
+1
-1
tests/test-windows.c
tests/test-windows.c
+1
-1
No files found.
tests/image.c
View file @
110c9ab4
...
...
@@ -17,7 +17,7 @@
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA
*/
*/
#include "image.h"
...
...
tests/image.h
View file @
110c9ab4
...
...
@@ -17,7 +17,7 @@
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA
*/
*/
#ifndef IMAGE_H
#define IMAGE_H
...
...
tests/test-decode.c
View file @
110c9ab4
...
...
@@ -18,7 +18,7 @@
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA
*/
*/
#include "gst/vaapi/sysdeps.h"
#include <string.h>
...
...
tests/test-display.c
View file @
110c9ab4
...
...
@@ -18,7 +18,7 @@
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA
*/
*/
#include "gst/vaapi/sysdeps.h"
#include <gst/video/video.h>
...
...
tests/test-h264.c
View file @
110c9ab4
...
...
@@ -17,7 +17,7 @@
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA
*/
*/
#include "test-h264.h"
...
...
tests/test-h264.h
View file @
110c9ab4
...
...
@@ -17,7 +17,7 @@
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA
*/
*/
#ifndef TEST_H264_H
#define TEST_H264_H
...
...
tests/test-jpeg.c
View file @
110c9ab4
...
...
@@ -17,7 +17,7 @@
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA
*/
*/
#include "test-jpeg.h"
...
...
tests/test-jpeg.h
View file @
110c9ab4
...
...
@@ -17,7 +17,7 @@
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA
*/
*/
#ifndef TEST_JPEG_H
#define TEST_JPEG_H
...
...
tests/test-mpeg2.c
View file @
110c9ab4
...
...
@@ -17,7 +17,7 @@
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA
*/
*/
#include "test-mpeg2.h"
...
...
tests/test-mpeg2.h
View file @
110c9ab4
...
...
@@ -17,7 +17,7 @@
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA
*/
*/
#ifndef TEST_MPEG2_H
#define TEST_MPEG2_H
...
...
tests/test-mpeg4.c
View file @
110c9ab4
...
...
@@ -17,7 +17,7 @@
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA
*/
*/
#include "test-mpeg4.h"
...
...
tests/test-mpeg4.h
View file @
110c9ab4
...
...
@@ -17,7 +17,7 @@
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA
*/
*/
#ifndef TEST_MPEG4_H
#define TEST_MPEG4_H
...
...
tests/test-textures.c
View file @
110c9ab4
...
...
@@ -17,7 +17,7 @@
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA
*/
*/
#include "gst/vaapi/sysdeps.h"
#include <gst/vaapi/gstvaapidisplay_glx.h>
...
...
tests/test-vc1.c
View file @
110c9ab4
...
...
@@ -17,7 +17,7 @@
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA
*/
*/
#include "test-vc1.h"
...
...
tests/test-vc1.h
View file @
110c9ab4
...
...
@@ -17,7 +17,7 @@
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA
*/
*/
#ifndef TEST_VC1_H
#define TEST_VC1_H
...
...
tests/test-windows.c
View file @
110c9ab4
...
...
@@ -18,7 +18,7 @@
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA
*/
*/
#include "gst/vaapi/sysdeps.h"
#include <gst/vaapi/gstvaapisurface.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment