summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-05-16 02:59:14 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-05-16 02:59:14 +0100
commite22ec6235f51337083da2c534a7b7a3ddbdacd46 (patch)
treedc389e0437ad0e1f098fe6c45ae830600ccdc8aa /win32
parentbdd5f4f2d99d08587dead18da24c220a72552f22 (diff)
0.10.14.3 pre-release
Diffstat (limited to 'win32')
-rw-r--r--win32/common/config.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/win32/common/config.h b/win32/common/config.h
index 1d0f03c2..f827d180 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -15,7 +15,7 @@
#define DEFAULT_AUDIOSRC "audiotestsrc"
/* Default video sink */
-#define DEFAULT_VIDEOSINK "directdrawsink"
+#undef DEFAULT_VIDEOSINK
/* Default video source */
#define DEFAULT_VIDEOSRC "videotestsrc"
@@ -120,9 +120,6 @@
*/
#undef HAVE_DCGETTEXT
-/* Define to enable DirectDraw plug-in (used by directdrawsink). */
-#undef HAVE_DIRECTDRAW
-
/* Define to enable DirectSound plug-in (used by directsoundsink). */
#undef HAVE_DIRECTSOUND
@@ -338,13 +335,13 @@
#define PACKAGE_NAME "GStreamer Good Plug-ins"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.14.2"
+#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.14.3"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-good"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.14.2"
+#define PACKAGE_VERSION "0.10.14.3"
/* directory where plugins are located */
#ifdef _DEBUG
@@ -375,7 +372,7 @@
#undef STDC_HEADERS
/* Version number of package */
-#define VERSION "0.10.14.2"
+#define VERSION "0.10.14.3"
/* old wavpack API */
#undef WAVPACK_OLD_API