mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
Rename vaapi_debug.h to gstvaapidebug.h.
This commit is contained in:
parent
4e2db9d8e4
commit
d6f883f73a
13 changed files with 13 additions and 13 deletions
|
@ -16,6 +16,7 @@ libgstvaapi_source_c = \
|
|||
$(NULL)
|
||||
|
||||
libgstvaapi_source_h = \
|
||||
gstvaapidebug.h \
|
||||
gstvaapidisplay.h \
|
||||
gstvaapiimage.h \
|
||||
gstvaapiimageformat.h \
|
||||
|
@ -28,7 +29,6 @@ libgstvaapi_source_h = \
|
|||
gstvaapivideopool.h \
|
||||
gstvaapivideosink.h \
|
||||
gstvaapiwindow.h \
|
||||
vaapi_debug.h \
|
||||
$(NULL)
|
||||
|
||||
libgstvaapi_@GST_MAJORMINOR@_la_SOURCES = \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* vaapi_debug.h - VA-API debugging utilities
|
||||
* gstvaapidebug.h - VA-API debugging utilities
|
||||
*
|
||||
* gstreamer-vaapi (C) 2010 Splitted-Desktop Systems
|
||||
*
|
|
@ -24,7 +24,7 @@
|
|||
#include <va/va_backend.h>
|
||||
|
||||
#define DEBUG 1
|
||||
#include "vaapi_debug.h"
|
||||
#include "gstvaapidebug.h"
|
||||
|
||||
GST_DEBUG_CATEGORY(gst_debug_vaapi);
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include "gstvaapidisplay_x11.h"
|
||||
|
||||
#define DEBUG 1
|
||||
#include "vaapi_debug.h"
|
||||
#include "gstvaapidebug.h"
|
||||
|
||||
G_DEFINE_TYPE(GstVaapiDisplayX11,
|
||||
gst_vaapi_display_x11,
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <va/va_backend.h>
|
||||
|
||||
#define DEBUG 1
|
||||
#include "vaapi_debug.h"
|
||||
#include "gstvaapidebug.h"
|
||||
|
||||
G_DEFINE_TYPE(GstVaapiImage, gst_vaapi_image, G_TYPE_OBJECT);
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include "gstvaapiimagepool.h"
|
||||
|
||||
#define DEBUG 1
|
||||
#include "vaapi_debug.h"
|
||||
#include "gstvaapidebug.h"
|
||||
|
||||
G_DEFINE_TYPE(
|
||||
GstVaapiImagePool,
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <va/va_backend.h>
|
||||
|
||||
#define DEBUG 1
|
||||
#include "vaapi_debug.h"
|
||||
#include "gstvaapidebug.h"
|
||||
|
||||
G_DEFINE_TYPE(GstVaapiSubpicture, gst_vaapi_subpicture, G_TYPE_OBJECT);
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <va/va_backend.h>
|
||||
|
||||
#define DEBUG 1
|
||||
#include "vaapi_debug.h"
|
||||
#include "gstvaapidebug.h"
|
||||
|
||||
G_DEFINE_TYPE(GstVaapiSurface, gst_vaapi_surface, G_TYPE_OBJECT);
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include "gstvaapisurfacepool.h"
|
||||
|
||||
#define DEBUG 1
|
||||
#include "vaapi_debug.h"
|
||||
#include "gstvaapidebug.h"
|
||||
|
||||
G_DEFINE_TYPE(
|
||||
GstVaapiSurfacePool,
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include "gstvaapivideobuffer.h"
|
||||
|
||||
#define DEBUG 1
|
||||
#include "vaapi_debug.h"
|
||||
#include "gstvaapidebug.h"
|
||||
|
||||
G_DEFINE_TYPE(GstVaapiVideoBuffer, gst_vaapi_video_buffer, GST_TYPE_BUFFER);
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include "gstvaapivideopool.h"
|
||||
|
||||
#define DEBUG 1
|
||||
#include "vaapi_debug.h"
|
||||
#include "gstvaapidebug.h"
|
||||
|
||||
G_DEFINE_TYPE(GstVaapiVideoPool, gst_vaapi_video_pool, G_TYPE_OBJECT);
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include "gstvaapiwindow.h"
|
||||
|
||||
#define DEBUG 1
|
||||
#include "vaapi_debug.h"
|
||||
#include "gstvaapidebug.h"
|
||||
|
||||
G_DEFINE_TYPE(GstVaapiWindow, gst_vaapi_window, G_TYPE_OBJECT);
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include "gstvaapiutils_x11.h"
|
||||
|
||||
#define DEBUG 1
|
||||
#include "vaapi_debug.h"
|
||||
#include "gstvaapidebug.h"
|
||||
|
||||
G_DEFINE_TYPE(GstVaapiWindowX11, gst_vaapi_window_x11, GST_VAAPI_TYPE_WINDOW);
|
||||
|
||||
|
|
Loading…
Reference in a new issue