diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-09-14 16:29:23 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-09-14 16:29:23 +0200 |
commit | 0d8f8a5134c16e6bb4754a2d712a5bcad401e44d (patch) | |
tree | 7de5b47e93192c07886d0069b8eac52893ba65f5 /win32 | |
parent | 744bd3d3f249aa9ec548bbfe2371acf6bd098094 (diff) | |
download | gstreamer-plugins-bad-0d8f8a5134c16e6bb4754a2d712a5bcad401e44d.tar.gz |
rename some caps and elements in examples
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/common/config.h b/win32/common/config.h index 78932dbe8..5debb1ab1 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -24,7 +24,7 @@ #define GST_LICENSE "LGPL" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release" +#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git" /* package origin */ #define GST_PACKAGE_ORIGIN "Unknown package origin" @@ -199,7 +199,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "0.11.94" +#define VERSION "0.11.94.1" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ |