Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 310319 Details for
Bug 447543
Rhythmbox crashes.... related to pulseaudio?
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
quick dirty fix for pause and jump forth and back assertion fail
pulsepauseassertion2.patch (text/plain), 624 bytes, created by
santiago angel
on 2008-06-26 09:28:21 UTC
(
hide
)
Description:
quick dirty fix for pause and jump forth and back assertion fail
Filename:
MIME Type:
Creator:
santiago angel
Created:
2008-06-26 09:28:21 UTC
Size:
624 bytes
patch
obsolete
>--- pulseaudio-0.9.11/src/pulsecore/time-smoother.c 2008-05-15 19:04:04.000000000 -0500 >+++ pulseaudio-0.9.11.rev/src/pulsecore/time-smoother.c 2008-06-26 04:00:52.000000000 -0500 >@@ -380,7 +380,7 @@ > if (s->monotonic) { > > /* Make sure the querier doesn't jump forth and back. */ >- pa_assert(x >= s->last_x); >+ //pa_assert(x >= s->last_x); > s->last_x = x; > > if (y < s->last_y) >@@ -420,7 +420,7 @@ > if (!s->paused) > return; > >- pa_assert(x >= s->pause_time); >+ //pa_assert(x >= s->pause_time); > > /* pa_log_debug("resume(%llu)", (unsigned long long) x); */ >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 447543
:
310314
| 310319