m4/gst-default.m4: switch to auto* sinks for defaults RELEASE_0_10_3
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 6 Feb 2006 15:30:11 +0000 (15:30 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 6 Feb 2006 15:30:11 +0000 (15:30 +0000)
Original commit message from CVS:

* m4/gst-default.m4:
switch to auto* sinks for defaults

ChangeLog
m4/gst-default.m4

index cdfab47..10516e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * m4/gst-default.m4:
+         switch to auto* sinks for defaults
+
 2006-02-02  Wim Taymans  <wim@fluendo.com>
 
        * check.mak:
index 438f279..5002783 100644 (file)
@@ -9,8 +9,8 @@ AC_DEFUN([GST_DEFAULT_ELEMENTS],
   dnl FIXME: describe where exactly this gets used
   dnl FIXME: decide if it's a problem that this could point to sinks from
   dnl        depending plugin modules
-  DEFAULT_AUDIOSINK="alsasink"
-  DEFAULT_VIDEOSINK="xvimagesink"
+  DEFAULT_AUDIOSINK="autoaudiosink"
+  DEFAULT_VIDEOSINK="autovideosink"
   DEFAULT_AUDIOSRC="alsasrc"
   DEFAULT_VIDEOSRC="v4lsrc"
   DEFAULT_VISUALIZER="goom"