mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
win32: fix DEFAULT_AUDIOSINK, should be direct*sound*sink
https://bugzilla.gnome.org/show_bug.cgi?id=640705
This commit is contained in:
parent
749f541cc4
commit
aa641a1aa8
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue