mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-29 20:35:40 +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 \
|
||||
gstvaapisurface.c \
|
||||
gstvaapisurfacepool.c \
|
||||
gstvaapiutils.c \
|
||||
gstvaapivideobuffer.c \
|
||||
gstvaapivideopool.c \
|
||||
gstvaapivideosink.c \
|
||||
gstvaapiwindow.c \
|
||||
vaapi_utils.c \
|
||||
$(NULL)
|
||||
|
||||
libgstvaapi_source_h = \
|
||||
|
@ -23,12 +23,12 @@ libgstvaapi_source_h = \
|
|||
gstvaapisubpicture.h \
|
||||
gstvaapisurface.h \
|
||||
gstvaapisurfacepool.h \
|
||||
gstvaapiutils.h \
|
||||
gstvaapivideobuffer.h \
|
||||
gstvaapivideopool.h \
|
||||
gstvaapivideosink.h \
|
||||
gstvaapiwindow.h \
|
||||
vaapi_debug.h \
|
||||
vaapi_utils.h \
|
||||
$(NULL)
|
||||
|
||||
libgstvaapi_@GST_MAJORMINOR@_la_SOURCES = \
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "vaapi_utils.h"
|
||||
#include "gstvaapiutils.h"
|
||||
#include "gstvaapidisplay.h"
|
||||
#include <va/va_backend.h>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "vaapi_utils.h"
|
||||
#include "gstvaapiutils.h"
|
||||
#include "gstvaapidisplay_x11.h"
|
||||
|
||||
#define DEBUG 1
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "config.h"
|
||||
#include <string.h>
|
||||
#include "vaapi_utils.h"
|
||||
#include "gstvaapiutils.h"
|
||||
#include "gstvaapiimage.h"
|
||||
#include <va/va_backend.h>
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "config.h"
|
||||
#include <string.h>
|
||||
#include "vaapi_utils.h"
|
||||
#include "gstvaapiutils.h"
|
||||
#include "gstvaapisubpicture.h"
|
||||
#include <va/va_backend.h>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "vaapi_utils.h"
|
||||
#include "gstvaapiutils.h"
|
||||
#include "gstvaapisurface.h"
|
||||
#include <va/va_backend.h>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "vaapi_utils.h"
|
||||
#include "gstvaapiutils.h"
|
||||
#include <stdio.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
|
||||
*
|
|
@ -21,7 +21,7 @@
|
|||
#ifndef VAAPI_DEBUG_H
|
||||
#define VAAPI_DEBUG_H
|
||||
|
||||
#include "vaapi_utils.h"
|
||||
#include "gstvaapiutils.h"
|
||||
|
||||
#if DEBUG
|
||||
# define D(x) x
|
||||
|
|
Loading…
Reference in a new issue