From d6f883f73a725b099d7be385953e9df9297f8640 Mon Sep 17 00:00:00 2001 From: gb Date: Tue, 16 Mar 2010 09:17:41 +0000 Subject: [PATCH] Rename vaapi_debug.h to gstvaapidebug.h. --- gst-libs/gst/vaapi/Makefile.am | 2 +- gst-libs/gst/vaapi/{vaapi_debug.h => gstvaapidebug.h} | 2 +- gst-libs/gst/vaapi/gstvaapidisplay.c | 2 +- gst-libs/gst/vaapi/gstvaapidisplay_x11.c | 2 +- gst-libs/gst/vaapi/gstvaapiimage.c | 2 +- gst-libs/gst/vaapi/gstvaapiimagepool.c | 2 +- gst-libs/gst/vaapi/gstvaapisubpicture.c | 2 +- gst-libs/gst/vaapi/gstvaapisurface.c | 2 +- gst-libs/gst/vaapi/gstvaapisurfacepool.c | 2 +- gst-libs/gst/vaapi/gstvaapivideobuffer.c | 2 +- gst-libs/gst/vaapi/gstvaapivideopool.c | 2 +- gst-libs/gst/vaapi/gstvaapiwindow.c | 2 +- gst-libs/gst/vaapi/gstvaapiwindow_x11.c | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) rename gst-libs/gst/vaapi/{vaapi_debug.h => gstvaapidebug.h} (95%) diff --git a/gst-libs/gst/vaapi/Makefile.am b/gst-libs/gst/vaapi/Makefile.am index d17ca73..f539e37 100644 --- a/gst-libs/gst/vaapi/Makefile.am +++ b/gst-libs/gst/vaapi/Makefile.am @@ -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 = \ diff --git a/gst-libs/gst/vaapi/vaapi_debug.h b/gst-libs/gst/vaapi/gstvaapidebug.h similarity index 95% rename from gst-libs/gst/vaapi/vaapi_debug.h rename to gst-libs/gst/vaapi/gstvaapidebug.h index 86d0641..1430937 100644 --- a/gst-libs/gst/vaapi/vaapi_debug.h +++ b/gst-libs/gst/vaapi/gstvaapidebug.h @@ -1,5 +1,5 @@ /* - * vaapi_debug.h - VA-API debugging utilities + * gstvaapidebug.h - VA-API debugging utilities * * gstreamer-vaapi (C) 2010 Splitted-Desktop Systems * diff --git a/gst-libs/gst/vaapi/gstvaapidisplay.c b/gst-libs/gst/vaapi/gstvaapidisplay.c index 6f18961..d9feb7c 100644 --- a/gst-libs/gst/vaapi/gstvaapidisplay.c +++ b/gst-libs/gst/vaapi/gstvaapidisplay.c @@ -24,7 +24,7 @@ #include #define DEBUG 1 -#include "vaapi_debug.h" +#include "gstvaapidebug.h" GST_DEBUG_CATEGORY(gst_debug_vaapi); diff --git a/gst-libs/gst/vaapi/gstvaapidisplay_x11.c b/gst-libs/gst/vaapi/gstvaapidisplay_x11.c index 913ce97..bb7badb 100644 --- a/gst-libs/gst/vaapi/gstvaapidisplay_x11.c +++ b/gst-libs/gst/vaapi/gstvaapidisplay_x11.c @@ -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, diff --git a/gst-libs/gst/vaapi/gstvaapiimage.c b/gst-libs/gst/vaapi/gstvaapiimage.c index aa55863..032f59f 100644 --- a/gst-libs/gst/vaapi/gstvaapiimage.c +++ b/gst-libs/gst/vaapi/gstvaapiimage.c @@ -25,7 +25,7 @@ #include #define DEBUG 1 -#include "vaapi_debug.h" +#include "gstvaapidebug.h" G_DEFINE_TYPE(GstVaapiImage, gst_vaapi_image, G_TYPE_OBJECT); diff --git a/gst-libs/gst/vaapi/gstvaapiimagepool.c b/gst-libs/gst/vaapi/gstvaapiimagepool.c index 9d7170d..8a6a27c 100644 --- a/gst-libs/gst/vaapi/gstvaapiimagepool.c +++ b/gst-libs/gst/vaapi/gstvaapiimagepool.c @@ -22,7 +22,7 @@ #include "gstvaapiimagepool.h" #define DEBUG 1 -#include "vaapi_debug.h" +#include "gstvaapidebug.h" G_DEFINE_TYPE( GstVaapiImagePool, diff --git a/gst-libs/gst/vaapi/gstvaapisubpicture.c b/gst-libs/gst/vaapi/gstvaapisubpicture.c index aa70e46..df82ed3 100644 --- a/gst-libs/gst/vaapi/gstvaapisubpicture.c +++ b/gst-libs/gst/vaapi/gstvaapisubpicture.c @@ -25,7 +25,7 @@ #include #define DEBUG 1 -#include "vaapi_debug.h" +#include "gstvaapidebug.h" G_DEFINE_TYPE(GstVaapiSubpicture, gst_vaapi_subpicture, G_TYPE_OBJECT); diff --git a/gst-libs/gst/vaapi/gstvaapisurface.c b/gst-libs/gst/vaapi/gstvaapisurface.c index ef5e228..db3dd20 100644 --- a/gst-libs/gst/vaapi/gstvaapisurface.c +++ b/gst-libs/gst/vaapi/gstvaapisurface.c @@ -24,7 +24,7 @@ #include #define DEBUG 1 -#include "vaapi_debug.h" +#include "gstvaapidebug.h" G_DEFINE_TYPE(GstVaapiSurface, gst_vaapi_surface, G_TYPE_OBJECT); diff --git a/gst-libs/gst/vaapi/gstvaapisurfacepool.c b/gst-libs/gst/vaapi/gstvaapisurfacepool.c index 0c9ee5b..4fd8695 100644 --- a/gst-libs/gst/vaapi/gstvaapisurfacepool.c +++ b/gst-libs/gst/vaapi/gstvaapisurfacepool.c @@ -22,7 +22,7 @@ #include "gstvaapisurfacepool.h" #define DEBUG 1 -#include "vaapi_debug.h" +#include "gstvaapidebug.h" G_DEFINE_TYPE( GstVaapiSurfacePool, diff --git a/gst-libs/gst/vaapi/gstvaapivideobuffer.c b/gst-libs/gst/vaapi/gstvaapivideobuffer.c index 1daeb1e..a4922bc 100644 --- a/gst-libs/gst/vaapi/gstvaapivideobuffer.c +++ b/gst-libs/gst/vaapi/gstvaapivideobuffer.c @@ -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); diff --git a/gst-libs/gst/vaapi/gstvaapivideopool.c b/gst-libs/gst/vaapi/gstvaapivideopool.c index bf8d41a..5b41e42 100644 --- a/gst-libs/gst/vaapi/gstvaapivideopool.c +++ b/gst-libs/gst/vaapi/gstvaapivideopool.c @@ -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); diff --git a/gst-libs/gst/vaapi/gstvaapiwindow.c b/gst-libs/gst/vaapi/gstvaapiwindow.c index 6629564..191cbf5 100644 --- a/gst-libs/gst/vaapi/gstvaapiwindow.c +++ b/gst-libs/gst/vaapi/gstvaapiwindow.c @@ -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); diff --git a/gst-libs/gst/vaapi/gstvaapiwindow_x11.c b/gst-libs/gst/vaapi/gstvaapiwindow_x11.c index eb648d8..9f730ff 100644 --- a/gst-libs/gst/vaapi/gstvaapiwindow_x11.c +++ b/gst-libs/gst/vaapi/gstvaapiwindow_x11.c @@ -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); -- 2.7.4