After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 673460 - Audio sinks fail with async=false sync=true
Audio sinks fail with async=false sync=true
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-04-03 21:22 UTC by Olivier Crête
Modified: 2013-07-12 17:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Olivier Crête 2012-04-03 21:22:00 UTC
Audio sinks get their timing wrong with async=false

Example: 

GST_DEBUG=2 gst-launch audiotestsrc is-live=1 ! pulsesink async=false sync=true

See all the warnings..  This one doesn't produce audible breaks, but I can easily make an example that does.
Comment 1 Luis de Bethencourt 2013-04-15 15:10:22 UTC
Olivier,

Why don't you paste the gst-debug log you generated as an attachment to the bug thread? It would be helpful :)
Comment 2 Olivier Crête 2013-07-12 17:03:09 UTC
But oh well, this isn't supposed to work at all...