Rename vaapi_debug.h to gstvaapidebug.h.
authorgb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
Tue, 16 Mar 2010 09:17:41 +0000 (09:17 +0000)
committergb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
Tue, 16 Mar 2010 09:17:41 +0000 (09:17 +0000)
13 files changed:
gst-libs/gst/vaapi/Makefile.am
gst-libs/gst/vaapi/gstvaapidebug.h [moved from gst-libs/gst/vaapi/vaapi_debug.h with 95% similarity]
gst-libs/gst/vaapi/gstvaapidisplay.c
gst-libs/gst/vaapi/gstvaapidisplay_x11.c
gst-libs/gst/vaapi/gstvaapiimage.c
gst-libs/gst/vaapi/gstvaapiimagepool.c
gst-libs/gst/vaapi/gstvaapisubpicture.c
gst-libs/gst/vaapi/gstvaapisurface.c
gst-libs/gst/vaapi/gstvaapisurfacepool.c
gst-libs/gst/vaapi/gstvaapivideobuffer.c
gst-libs/gst/vaapi/gstvaapivideopool.c
gst-libs/gst/vaapi/gstvaapiwindow.c
gst-libs/gst/vaapi/gstvaapiwindow_x11.c

index d17ca73..f539e37 100644 (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 =      \
similarity index 95%
rename from gst-libs/gst/vaapi/vaapi_debug.h
rename to gst-libs/gst/vaapi/gstvaapidebug.h
index 86d0641..1430937 100644 (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
  *
index 6f18961..d9feb7c 100644 (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);
 
index 913ce97..bb7badb 100644 (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,
index aa55863..032f59f 100644 (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);
 
index 9d7170d..8a6a27c 100644 (file)
@@ -22,7 +22,7 @@
 #include "gstvaapiimagepool.h"
 
 #define DEBUG 1
-#include "vaapi_debug.h"
+#include "gstvaapidebug.h"
 
 G_DEFINE_TYPE(
     GstVaapiImagePool,
index aa70e46..df82ed3 100644 (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);
 
index ef5e228..db3dd20 100644 (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);
 
index 0c9ee5b..4fd8695 100644 (file)
@@ -22,7 +22,7 @@
 #include "gstvaapisurfacepool.h"
 
 #define DEBUG 1
-#include "vaapi_debug.h"
+#include "gstvaapidebug.h"
 
 G_DEFINE_TYPE(
     GstVaapiSurfacePool,
index 1daeb1e..a4922bc 100644 (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);
 
index bf8d41a..5b41e42 100644 (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);
 
index 6629564..191cbf5 100644 (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);
 
index eb648d8..9f730ff 100644 (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);