mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Move vaapi_utils.* to gstvaapiutils.*
This commit is contained in:
parent
506122d970
commit
4e2db9d8e4
9 changed files with 10 additions and 10 deletions
|
@ -8,11 +8,11 @@ libgstvaapi_source_c = \
|
||||||
gstvaapisubpicture.c \
|
gstvaapisubpicture.c \
|
||||||
gstvaapisurface.c \
|
gstvaapisurface.c \
|
||||||
gstvaapisurfacepool.c \
|
gstvaapisurfacepool.c \
|
||||||
|
gstvaapiutils.c \
|
||||||
gstvaapivideobuffer.c \
|
gstvaapivideobuffer.c \
|
||||||
gstvaapivideopool.c \
|
gstvaapivideopool.c \
|
||||||
gstvaapivideosink.c \
|
gstvaapivideosink.c \
|
||||||
gstvaapiwindow.c \
|
gstvaapiwindow.c \
|
||||||
vaapi_utils.c \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
libgstvaapi_source_h = \
|
libgstvaapi_source_h = \
|
||||||
|
@ -23,12 +23,12 @@ libgstvaapi_source_h = \
|
||||||
gstvaapisubpicture.h \
|
gstvaapisubpicture.h \
|
||||||
gstvaapisurface.h \
|
gstvaapisurface.h \
|
||||||
gstvaapisurfacepool.h \
|
gstvaapisurfacepool.h \
|
||||||
|
gstvaapiutils.h \
|
||||||
gstvaapivideobuffer.h \
|
gstvaapivideobuffer.h \
|
||||||
gstvaapivideopool.h \
|
gstvaapivideopool.h \
|
||||||
gstvaapivideosink.h \
|
gstvaapivideosink.h \
|
||||||
gstvaapiwindow.h \
|
gstvaapiwindow.h \
|
||||||
vaapi_debug.h \
|
vaapi_debug.h \
|
||||||
vaapi_utils.h \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
libgstvaapi_@GST_MAJORMINOR@_la_SOURCES = \
|
libgstvaapi_@GST_MAJORMINOR@_la_SOURCES = \
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "vaapi_utils.h"
|
#include "gstvaapiutils.h"
|
||||||
#include "gstvaapidisplay.h"
|
#include "gstvaapidisplay.h"
|
||||||
#include <va/va_backend.h>
|
#include <va/va_backend.h>
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "vaapi_utils.h"
|
#include "gstvaapiutils.h"
|
||||||
#include "gstvaapidisplay_x11.h"
|
#include "gstvaapidisplay_x11.h"
|
||||||
|
|
||||||
#define DEBUG 1
|
#define DEBUG 1
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "vaapi_utils.h"
|
#include "gstvaapiutils.h"
|
||||||
#include "gstvaapiimage.h"
|
#include "gstvaapiimage.h"
|
||||||
#include <va/va_backend.h>
|
#include <va/va_backend.h>
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "vaapi_utils.h"
|
#include "gstvaapiutils.h"
|
||||||
#include "gstvaapisubpicture.h"
|
#include "gstvaapisubpicture.h"
|
||||||
#include <va/va_backend.h>
|
#include <va/va_backend.h>
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "vaapi_utils.h"
|
#include "gstvaapiutils.h"
|
||||||
#include "gstvaapisurface.h"
|
#include "gstvaapisurface.h"
|
||||||
#include <va/va_backend.h>
|
#include <va/va_backend.h>
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "vaapi_utils.h"
|
#include "gstvaapiutils.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* vaapi_utils.h - VA-API utilities
|
* gstvaapiutils.h - VA-API utilities
|
||||||
*
|
*
|
||||||
* gstreamer-vaapi (C) 2010 Splitted-Desktop Systems
|
* gstreamer-vaapi (C) 2010 Splitted-Desktop Systems
|
||||||
*
|
*
|
|
@ -21,7 +21,7 @@
|
||||||
#ifndef VAAPI_DEBUG_H
|
#ifndef VAAPI_DEBUG_H
|
||||||
#define VAAPI_DEBUG_H
|
#define VAAPI_DEBUG_H
|
||||||
|
|
||||||
#include "vaapi_utils.h"
|
#include "gstvaapiutils.h"
|
||||||
|
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
# define D(x) x
|
# define D(x) x
|
||||||
|
|
Loading…
Reference in a new issue