~ubuntu-branches/ubuntu/karmic/pulseaudio/karmic-updates

« back to all changes in this revision

Viewing changes to src/pulsecore/memblockq.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2009-08-19 17:43:48 UTC
  • Revision ID: james.westby@ubuntu.com-20090819174348-eb96zrmmf86w02yu
Tags: 1:0.9.16~test5-0ubuntu1
* New upstream release
* debian/patches/0050-backport-git-post-test4.patch: drop
* debian/patches/0050-revert-pacmd-poll-argv.patch: revert pacmd
  changesets due to excessive cpu usage (poll()) with resume:
  - aae7054b1c442e62cc1154d15a4b7a569d60d8f4
  - 5fcb8a3c0838a4ecdb00a0af09b6e1a358b114d0
* debian/01PulseAudio: Escape hash when passed to sudo -u
  (LP: #414385). Thanks, Christoph Kurrat and Dana Goyette!
* debian/pulseaudio.init: Add NetworkManager to
  Should-St{art,op} to fix sink/source publishing with Avahi
  (LP: #413443). Thanks, Martin-Éric Racine!

Show diffs side-by-side

added added

removed removed

Lines of Context:
692
692
    return bq->minreq;
693
693
}
694
694
 
 
695
size_t pa_memblockq_get_maxrewind(pa_memblockq *bq) {
 
696
    pa_assert(bq);
 
697
 
 
698
    return bq->maxrewind;
 
699
}
 
700
 
695
701
int64_t pa_memblockq_get_read_index(pa_memblockq *bq) {
696
702
    pa_assert(bq);
697
703