mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
ext/alsa/gstalsa.c: add debugging
Original commit message from CVS: * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait): add debugging * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop): do a wait when we enter the loop func with no data available to write instead of getting into an 100% CPU loop by just returning and being called again by the scheduler
This commit is contained in:
parent
352cb6fef9
commit
129c3df1bc
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2004-11-13 Benjamin Otte <otte@gnome.org>
|
||||
|
||||
* ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
|
||||
add debugging
|
||||
* ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
|
||||
do a wait when we enter the loop func with no data available to
|
||||
write instead of getting into an 100% CPU loop by just returning and
|
||||
being called again by the scheduler
|
||||
|
||||
2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* configure.ac:
|
||||
|
|
Loading…
Reference in a new issue