[gstreamer-bugs] [Bug 420915] Playback problem with two alsasinks

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Mar 22 02:21:49 PDT 2007


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=420915

  GStreamer | gstreamer (core) | Ver: 0.10.11


Mathis Hofer changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |NOTABUG




------- Comment #5 from Mathis Hofer  2007-03-22 09:19 UTC -------
Problem solved:
The synchronization of the alsasink elements has to be turned off.

Here is an example:
audiotestsrc ! audioconvert ! audioresample ! tee name=t \
t.src1 ! queue ! alsasink sync=false device=hw:0 \
t.src2 ! queue ! alsasink sync=false device=hw:1

Thanks to Christophe Dehais on the mailinglist!


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list