[Bug 692953] alsasink does not work at all with default value "sync=true" when used with live source that needs synchronization

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Sep 12 17:51:21 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=692953
  GStreamer | gst-plugins-base | 1.0.10

--- Comment #158 from Thomas DEBESSE <thomas.debesse at rcf.fr> 2013-09-13 00:46:08 UTC ---
Yes, when other module than alsasink are used with alsasink, I have tested
other modules in many combinations.

pipeline example:

jackaudiosrc ! audioresample ! alsasink

* testing the absence of each other module (removing or replacing one module at
a time):

jackaudiosrc ! alsasink
(testing audioresample absence)

alsasrc ! audioresample ! alsasink
(testing jackaudiosrc absence)

* testing the presence of each other module without alsasink (one module at a
time):

jackaudiosrc ! jackaudiosink
(testing jackaudiosrc without alsasink)

alsasrc ! audioresample ! jackaudiosink
(testing audioresample witrout alsasink)

* testing the presence of each other modules used together without alsasink:

jackaudiosrc ! audioresample ! jackaudiosink
(testing the whole pipeline without alsasink)

It appears than no module or any combination of modules does not cause or
prevent the problem by its absence or presence.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list