From b392b28179839ce9391b1c0483f952cdc8ab5915 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 23 Jul 2012 16:52:33 +0200 Subject: [PATCH] orc: rename to video-orc* --- gst-libs/gst/video/Makefile.am | 2 +- gst-libs/gst/video/video-blend.c | 2 +- gst-libs/gst/video/video-format.c | 2 +- .../gst/video/{videoblendorc-dist.c => video-orc-dist.c} | 2 +- .../gst/video/{videoblendorc-dist.h => video-orc-dist.h} | 6 +++--- gst-libs/gst/video/{videoblendorc.orc => video-orc.orc} | 0 6 files changed, 7 insertions(+), 7 deletions(-) rename gst-libs/gst/video/{videoblendorc-dist.c => video-orc-dist.c} (99%) rename gst-libs/gst/video/{videoblendorc-dist.h => video-orc-dist.h} (98%) rename gst-libs/gst/video/{videoblendorc.orc => video-orc.orc} (100%) diff --git a/gst-libs/gst/video/Makefile.am b/gst-libs/gst/video/Makefile.am index ddaceb6457..0c8dfa7082 100644 --- a/gst-libs/gst/video/Makefile.am +++ b/gst-libs/gst/video/Makefile.am @@ -1,5 +1,5 @@ # variables used for enum generation -ORC_SOURCE=videoblendorc +ORC_SOURCE=video-orc include $(top_srcdir)/common/orc.mak glib_enum_headers = video.h video-format.h video-color.h video-info.h \ diff --git a/gst-libs/gst/video/video-blend.c b/gst-libs/gst/video/video-blend.c index 7eb1d874c4..6f2183677c 100644 --- a/gst-libs/gst/video/video-blend.c +++ b/gst-libs/gst/video/video-blend.c @@ -28,7 +28,7 @@ #endif #include "video-blend.h" -#include "videoblendorc.h" +#include "video-orc.h" #include diff --git a/gst-libs/gst/video/video-format.c b/gst-libs/gst/video/video-format.c index 7088c529ef..e11baff3b9 100644 --- a/gst-libs/gst/video/video-format.c +++ b/gst-libs/gst/video/video-format.c @@ -40,7 +40,7 @@ * */ -#include "videoblendorc.h" +#include "video-orc.h" /* Line conversion to AYUV */ diff --git a/gst-libs/gst/video/videoblendorc-dist.c b/gst-libs/gst/video/video-orc-dist.c similarity index 99% rename from gst-libs/gst/video/videoblendorc-dist.c rename to gst-libs/gst/video/video-orc-dist.c index e80d543b11..ae8e987ce1 100644 --- a/gst-libs/gst/video/videoblendorc-dist.c +++ b/gst-libs/gst/video/video-orc-dist.c @@ -1,5 +1,5 @@ -/* autogenerated from videoblendorc.orc */ +/* autogenerated from video-orc.orc */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/gst-libs/gst/video/videoblendorc-dist.h b/gst-libs/gst/video/video-orc-dist.h similarity index 98% rename from gst-libs/gst/video/videoblendorc-dist.h rename to gst-libs/gst/video/video-orc-dist.h index f6f4637cee..5a73b47822 100644 --- a/gst-libs/gst/video/videoblendorc-dist.h +++ b/gst-libs/gst/video/video-orc-dist.h @@ -1,8 +1,8 @@ -/* autogenerated from videoblendorc.orc */ +/* autogenerated from video-orc.orc */ -#ifndef _VIDEOBLENDORC_H_ -#define _VIDEOBLENDORC_H_ +#ifndef _VIDEO_ORC_H_ +#define _VIDEO_ORC_H_ #include diff --git a/gst-libs/gst/video/videoblendorc.orc b/gst-libs/gst/video/video-orc.orc similarity index 100% rename from gst-libs/gst/video/videoblendorc.orc rename to gst-libs/gst/video/video-orc.orc