From: Tim-Philipp Müller Date: Thu, 27 Jan 2011 15:26:25 +0000 (+0000) Subject: win32: fix DEFAULT_AUDIOSINK, should be direct*sound*sink X-Git-Tag: 1.19.3~511^2~6555^2~1182 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa641a1aa8f937d0f8b917e47f125966b66d19d1;p=platform%2Fupstream%2Fgstreamer.git win32: fix DEFAULT_AUDIOSINK, should be direct*sound*sink https://bugzilla.gnome.org/show_bug.cgi?id=640705 --- diff --git a/configure.ac b/configure.ac index 84664c7..b84d0c5 100644 --- a/configure.ac +++ b/configure.ac @@ -1061,7 +1061,7 @@ sed \ -e 's/.* PLUGINDIR$/#ifdef _DEBUG\n# define PLUGINDIR PREFIX "\\\\debug\\\\lib\\\\gstreamer-0.10"\n#else\n# define PLUGINDIR PREFIX "\\\\lib\\\\gstreamer-0.10"\n#endif/' \ -e 's/.* USE_BINARY_REGISTRY$/#define USE_BINARY_REGISTRY/' \ -e 's/.* VERSION$/#define VERSION "'$VERSION'"/' \ - -e "s/.* DEFAULT_AUDIOSINK$/#define DEFAULT_AUDIOSINK \"directaudiosink\"/" \ + -e "s/.* DEFAULT_AUDIOSINK$/#define DEFAULT_AUDIOSINK \"directsoundsink\"/" \ -e "s/.* DEFAULT_VIDEOSINK$/#define DEFAULT_VIDEOSINK \"directdrawsink\"/" \ -e "s/.* DEFAULT_VISUALIZER$/#define DEFAULT_VISUALIZER \"goom\"/" \ config.h.in >win32/common/config.h-new diff --git a/win32/common/config.h b/win32/common/config.h index c34d032..1b5ecec 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -20,7 +20,7 @@ #undef CDPARANOIA_HEADERS_IN_DIR /* Default audio sink */ -#define DEFAULT_AUDIOSINK "directaudiosink" +#define DEFAULT_AUDIOSINK "directsoundsink" /* Default audio source */ #undef DEFAULT_AUDIOSRC @@ -81,7 +81,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-23T23:47Z" +#define GST_PACKAGE_RELEASE_DATETIME "2011-01-27T15:23Z" /* I know the API is subject to change. */ #undef G_UDEV_API_IS_SUBJECT_TO_CHANGE