summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/vpx/GstVP8Enc.prs (renamed from ext/vp8/GstVP8Enc.prs)0
-rw-r--r--ext/vpx/Makefile.am (renamed from ext/vp8/Makefile.am)12
-rw-r--r--ext/vpx/gstvp8dec.c (renamed from ext/vp8/gstvp8dec.c)0
-rw-r--r--ext/vpx/gstvp8dec.h (renamed from ext/vp8/gstvp8dec.h)0
-rw-r--r--ext/vpx/gstvp8enc.c (renamed from ext/vp8/gstvp8enc.c)0
-rw-r--r--ext/vpx/gstvp8enc.h (renamed from ext/vp8/gstvp8enc.h)0
-rw-r--r--ext/vpx/gstvp8utils.c (renamed from ext/vp8/gstvp8utils.c)0
-rw-r--r--ext/vpx/gstvp8utils.h (renamed from ext/vp8/gstvp8utils.h)0
-rw-r--r--ext/vpx/plugin.c (renamed from ext/vp8/plugin.c)2
9 files changed, 7 insertions, 7 deletions
diff --git a/ext/vp8/GstVP8Enc.prs b/ext/vpx/GstVP8Enc.prs
index a0139595f..a0139595f 100644
--- a/ext/vp8/GstVP8Enc.prs
+++ b/ext/vpx/GstVP8Enc.prs
diff --git a/ext/vp8/Makefile.am b/ext/vpx/Makefile.am
index 3b32713a5..f54ce1d44 100644
--- a/ext/vp8/Makefile.am
+++ b/ext/vpx/Makefile.am
@@ -1,23 +1,23 @@
plugin_LTLIBRARIES = \
- libgstvp8.la
+ libgstvpx.la
-libgstvp8_la_SOURCES = \
+libgstvpx_la_SOURCES = \
gstvp8dec.c \
gstvp8enc.c \
gstvp8utils.c \
plugin.c
-libgstvp8_la_CFLAGS = \
+libgstvpx_la_CFLAGS = \
$(GST_PLUGINS_BASE_CFLAGS) \
$(GST_BASE_CFLAGS) \
$(GST_CFLAGS) \
$(VPX_CFLAGS) \
-DGST_USE_UNSTABLE_API
-libgstvp8_la_LIBADD = \
+libgstvpx_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_API_VERSION@ -lgstvideo-@GST_API_VERSION@ \
$(GST_BASE_LIBS) $(GST_LIBS) $(VPX_LIBS)
-libgstvp8_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstvp8_la_LIBTOOLFLAGS = --tag=disable-static
+libgstvpx_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstvpx_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = \
gstvp8dec.h \
diff --git a/ext/vp8/gstvp8dec.c b/ext/vpx/gstvp8dec.c
index b03802ac3..b03802ac3 100644
--- a/ext/vp8/gstvp8dec.c
+++ b/ext/vpx/gstvp8dec.c
diff --git a/ext/vp8/gstvp8dec.h b/ext/vpx/gstvp8dec.h
index c2aaebc83..c2aaebc83 100644
--- a/ext/vp8/gstvp8dec.h
+++ b/ext/vpx/gstvp8dec.h
diff --git a/ext/vp8/gstvp8enc.c b/ext/vpx/gstvp8enc.c
index 6b122f649..6b122f649 100644
--- a/ext/vp8/gstvp8enc.c
+++ b/ext/vpx/gstvp8enc.c
diff --git a/ext/vp8/gstvp8enc.h b/ext/vpx/gstvp8enc.h
index 7338affeb..7338affeb 100644
--- a/ext/vp8/gstvp8enc.h
+++ b/ext/vpx/gstvp8enc.h
diff --git a/ext/vp8/gstvp8utils.c b/ext/vpx/gstvp8utils.c
index 90df09b0b..90df09b0b 100644
--- a/ext/vp8/gstvp8utils.c
+++ b/ext/vpx/gstvp8utils.c
diff --git a/ext/vp8/gstvp8utils.h b/ext/vpx/gstvp8utils.h
index e62ab8fc9..e62ab8fc9 100644
--- a/ext/vp8/gstvp8utils.h
+++ b/ext/vpx/gstvp8utils.h
diff --git a/ext/vp8/plugin.c b/ext/vpx/plugin.c
index cceae06af..363e3328e 100644
--- a/ext/vp8/plugin.c
+++ b/ext/vpx/plugin.c
@@ -46,6 +46,6 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
- vp8,
+ vpx,
"VP8 plugin",
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)