vpx: Rename vp8 plugin to vpx
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 16 Sep 2012 13:33:57 +0000 (15:33 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 16 Sep 2012 13:33:57 +0000 (15:33 +0200)
This is using libvpx, which can support more codecs than just VP8
and will likely support future codecs.

ext/vpx/GstVP8Enc.prs [moved from ext/vp8/GstVP8Enc.prs with 100% similarity]
ext/vpx/Makefile.am [moved from ext/vp8/Makefile.am with 73% similarity]
ext/vpx/gstvp8dec.c [moved from ext/vp8/gstvp8dec.c with 100% similarity]
ext/vpx/gstvp8dec.h [moved from ext/vp8/gstvp8dec.h with 100% similarity]
ext/vpx/gstvp8enc.c [moved from ext/vp8/gstvp8enc.c with 100% similarity]
ext/vpx/gstvp8enc.h [moved from ext/vp8/gstvp8enc.h with 100% similarity]
ext/vpx/gstvp8utils.c [moved from ext/vp8/gstvp8utils.c with 100% similarity]
ext/vpx/gstvp8utils.h [moved from ext/vp8/gstvp8utils.h with 100% similarity]
ext/vpx/plugin.c [moved from ext/vp8/plugin.c with 99% similarity]

similarity index 100%
rename from ext/vp8/GstVP8Enc.prs
rename to ext/vpx/GstVP8Enc.prs
similarity index 73%
rename from ext/vp8/Makefile.am
rename to ext/vpx/Makefile.am
index 3b32713..f54ce1d 100644 (file)
@@ -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 \
similarity index 100%
rename from ext/vp8/gstvp8dec.c
rename to ext/vpx/gstvp8dec.c
similarity index 100%
rename from ext/vp8/gstvp8dec.h
rename to ext/vpx/gstvp8dec.h
similarity index 100%
rename from ext/vp8/gstvp8enc.c
rename to ext/vpx/gstvp8enc.c
similarity index 100%
rename from ext/vp8/gstvp8enc.h
rename to ext/vpx/gstvp8enc.h
similarity index 100%
rename from ext/vp8/gstvp8utils.c
rename to ext/vpx/gstvp8utils.c
similarity index 100%
rename from ext/vp8/gstvp8utils.h
rename to ext/vpx/gstvp8utils.h
similarity index 99%
rename from ext/vp8/plugin.c
rename to ext/vpx/plugin.c
index cceae06..363e332 100644 (file)
@@ -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)