forked from Distrotech/esound
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix filter buffer handling so filters work. Debian #202027.
* filter.c: (filter_write): * players.c: (read_player), (new_stream_player), (new_sample_player): Fix filter buffer handling so filters work. Debian #202027. svn path=/trunk/; revision=525
- Loading branch information
Josselin Mouette
committed
Nov 18, 2008
1 parent
aad470a
commit e42d52c
Showing
3 changed files
with
71 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2008-11-18 Josselin Mouette <[email protected]> | ||
|
||
Patch from Ryan Murray <[email protected]> | ||
|
||
* filter.c: (filter_write): | ||
* players.c: (read_player), (new_stream_player), | ||
(new_sample_player): | ||
Fix filter buffer handling so filters work. Debian #202027. | ||
|
||
2008-11-18 Josselin Mouette <[email protected]> | ||
|
||
Patch from Martin Pitt <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters