Rename vaapi_debug.h to gstvaapidebug.h.

This commit is contained in:
gb 2010-03-16 09:17:41 +00:00
parent 4e2db9d8e4
commit d6f883f73a
13 changed files with 13 additions and 13 deletions

View file

@ -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 = \

View file

@ -1,5 +1,5 @@
/*
* vaapi_debug.h - VA-API debugging utilities
* gstvaapidebug.h - VA-API debugging utilities
*
* gstreamer-vaapi (C) 2010 Splitted-Desktop Systems
*

View file

@ -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);

View file

@ -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,

View file

@ -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);

View file

@ -22,7 +22,7 @@
#include "gstvaapiimagepool.h"
#define DEBUG 1
#include "vaapi_debug.h"
#include "gstvaapidebug.h"
G_DEFINE_TYPE(
GstVaapiImagePool,

View file

@ -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);

View file

@ -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);

View file

@ -22,7 +22,7 @@
#include "gstvaapisurfacepool.h"
#define DEBUG 1
#include "vaapi_debug.h"
#include "gstvaapidebug.h"
G_DEFINE_TYPE(
GstVaapiSurfacePool,

View file

@ -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);

View file

@ -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);

View file

@ -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);

View file

@ -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);