[Bug 692953] alsa modules are silent or noisy after several hours of use

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 10 12:26:07 PDT 2013


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

--- Comment #130 from Thomas DEBESSE <thomas.debesse at rcf.fr> 2013-09-10 19:26:00 UTC ---
There is so many example (too much ?) of code like that:

self.devicesink = gst.element_factory_make("alsasink", "alsasink")
self.devicesink.set_property("sync", False)

or like that:

GstElement *testsink = gst_element_factory_make("alsasink", "alsasink");
g_object_set(G_OBJECT(testsink), "sync", FALSE, NULL);

in this code search:
http://code.ohloh.net/search?s=alsasink%20sync%20false&p=2&pp=0&mp=1&ml=1&me=1&md=1&ff=1&filterChecked=true

^^

-- 
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