summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-01-27 15:35:06 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-01-27 15:35:06 +0000
commitb0b124ec902ae1c5e643726e4d68f71becc680fd (patch)
tree0b337397dd4da7c01a734130ee615f81891ee750 /win32
parent8d90dba55e8c4517e54b8ea900fee24145d75c7c (diff)
win32: fix DEFAULT_AUDIOSINK, should be direct*sound*sink
https://bugzilla.gnome.org/show_bug.cgi?id=640705
Diffstat (limited to 'win32')
-rw-r--r--win32/common/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/common/config.h b/win32/common/config.h
index d2f750cae..8abfbb58d 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -9,7 +9,7 @@
#undef AC_APPLE_UNIVERSAL_BUILD
/* Default audio sink */
-#define DEFAULT_AUDIOSINK "directaudiosink"
+#define DEFAULT_AUDIOSINK "directsoundsink"
/* Default audio source */
#define DEFAULT_AUDIOSRC "audiotestsrc"
@@ -49,7 +49,7 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
-#define GST_PACKAGE_RELEASE_DATETIME "2011-01-24T00:02Z"
+#define GST_PACKAGE_RELEASE_DATETIME "2011-01-27T15:30Z"
/* struct v4l2_buffer missing */
#undef GST_V4L2_MISSING_BUFDECL