aboutsummaryrefslogtreecommitdiffstats
path: root/src/pipe.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* music_pipe: renamed ob_* functions to music_pipe_*Max Kellermann2008-11-021-20/+20
| | | | Rename all functions to the new prefix.
* music_pipe: renamed struct output_buffer to struct music_pipeMax Kellermann2008-11-021-6/+8
| | | | .. and rename ob_chunk to struct music_chunk.
* renamed outputBuffer.[ch] to pipe.[ch]Max Kellermann2008-11-021-0/+228
No CamelCase in the file name. The output_buffer struct is going to be renamed to music_pipe. There are so many buffer levels in MPD, and calling this one "output buffer" is wrong, because it's not the last buffer before the music reaches the output devices.