Fix header guards.
authorgb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
Tue, 16 Mar 2010 09:18:57 +0000 (09:18 +0000)
committergb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
Tue, 16 Mar 2010 09:18:57 +0000 (09:18 +0000)
gst-libs/gst/vaapi/gstvaapidebug.h
gst-libs/gst/vaapi/gstvaapiutils.c
gst-libs/gst/vaapi/gstvaapiutils.h

index 1430937..d94186a 100644 (file)
@@ -18,8 +18,8 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
  */
 
-#ifndef VAAPI_DEBUG_H
-#define VAAPI_DEBUG_H
+#ifndef GST_VAAPI_DEBUG_H
+#define GST_VAAPI_DEBUG_H
 
 #include "gstvaapiutils.h"
 
@@ -33,4 +33,4 @@
 GST_DEBUG_CATEGORY_EXTERN(gst_debug_vaapi);
 #define GST_CAT_DEFAULT gst_debug_vaapi
 
-#endif /* VAAPI_DEBUG_H */
+#endif /* GST_VAAPI_DEBUG_H */
index 608b8d5..6ed7320 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  vaapi_utils.c - VA-API utilities
+ *  gstvaapiutils.c - VA-API utilities
  *
  *  gstreamer-vaapi (C) 2010 Splitted-Desktop Systems
  *
index 3ea908e..ffdb808 100644 (file)
@@ -18,8 +18,8 @@
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
  */
 
-#ifndef VAAPI_UTILS_H
-#define VAAPI_UTILS_H
+#ifndef GST_VAAPI_UTILS_H
+#define GST_VAAPI_UTILS_H
 
 #include "config.h"
 #include <va/va.h>
@@ -45,4 +45,4 @@ const char *string_of_VAProfile(VAProfile profile)
 const char *string_of_VAEntrypoint(VAEntrypoint entrypoint)
     attribute_hidden;
 
-#endif /* VAAPI_UTILS_H */
+#endif /* GST_VAAPI_UTILS_H */