diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-06-08 15:58:13 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-06-08 15:58:36 +0200 |
commit | 701da03ff945b53e0bfa9af79dd5d7e548099e59 (patch) | |
tree | a1067fc65adf66b52e0330effd9899e582e25456 /win32 | |
parent | 0aa566d91791751a098fdfc8383b9ff1e69057d7 (diff) | |
download | gstreamer-plugins-bad-701da03ff945b53e0bfa9af79dd5d7e548099e59.tar.gz |
elements: Use gst_pad_set_caps() instead of manual event fiddling
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 44c76af3a..45ad42d91 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.92" +#define VERSION "0.11.92.1" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ |