lp://staging/~alextu/+junk/pulseaudio
Created by
Alex Tu
and last modified
- Get this branch:
- bzr branch lp://staging/~alextu/+junk/pulseaudio
Branch information
- Owner:
- Alex Tu
- Status:
- Development
Recent revisions
- 7. By Alex Tu
-
1. I beleve this is the audio player thread.
pa_alsa_sink_new
if (!(u->thread = pa_thread_new(thread_ name, thread_func, u)))
/*thread_name =alsa-sink-xxx */thread_func
1732
1733 if (u->use_mmap)
1734 work_done = mmap_write(u, &sleep_usec, revents & POLLOUT, on_timeout);
1735 else
1736 work_done = unix_write(u, &sleep_usec, revents & POLLOUT, on_timeout); - 5. By Alex Tu
-
1. my test path is /home/alextu/
tmp/pulseaudio- utils/pulseaudi o-4.0/
It seems be logged in Makefile. So, remember to put this project here. - 3. By Alex Tu
-
1. add "-rdynamic" in CFLAGS and LDFLAGS, try to used print back trace.
2. execute dh build then make clean, I think it should be the clean environment for debug.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)