Re: [mpd-devel] [PATCH] Emit a warning if the OutputThread fails to get realtime scheduling

2015-06-22 Thread Christian Halaszovich
From 48af12433916d9f20286ec4d8f9eac069f2f04d0 Mon Sep 17 00:00:00 2001 From: Christian Halaszovich Date: Thu, 18 Jun 2015 10:38:32 +0200 Subject: [PATCH] Emit a warning if the OutputThread fails to get realtime scheduling This only applies to linux systems. Here, sched_setscheduler() is called

Re: [mpd-devel] [PATCH] Emit a warning if the OutputThread fails to get realtime scheduling

2015-06-22 Thread Christian Halaszovich
I created a new patch, against the current master branch. On 22.06.2015 18:42, Max Kellermann wrote: On 2015/06/22 16:42, Christian Halaszovich wrote: This only applies to linux systems. Here, sched_setscheduler() is called to get realtime scheduling. With this patch, the return value of this

[mpd-devel] six Debian patches

2015-06-22 Thread Florian Schlichting
Hi, in response to Debian bugs, the Debian mpd package has accumulated a number of smallish patches (mostly docmentation), which I'd like to forward for discussion and inclusion. Please see attached. Florian Description: Fix a doc typo Author: Florian Schlichting --- a/doc/user.xml +++ b/doc/us

Re: [mpd-devel] [PATCH] Emit a warning if the OutputThread fails to get realtime scheduling

2015-06-22 Thread Max Kellermann
On 2015/06/22 16:42, Christian Halaszovich wrote: > This only applies to linux systems. Here, sched_setscheduler() is > called to get realtime scheduling. With this patch, the return value > of this function is now checked and a warning / error message is > generated if it fails. git cannot apply

[mpd-devel] [PATCH] Emit a warning if the OutputThread fails to get realtime scheduling

2015-06-22 Thread Christian Halaszovich
This only applies to linux systems. Here, sched_setscheduler() is called to get realtime scheduling. With this patch, the return value of this function is now checked and a warning / error message is generated if it fails. --- src/output/OutputThread.cxx | 7 ++- src/thread/Util.hxx

Re: [mpd-devel] [PATCH] Emmit a warning if the OutputThread fails to get realtime scheduling

2015-06-22 Thread Christian Halaszovich
I see. I made the mistake of sending the patch using inbox.google.com, which apparently mangles the formatting. I will send the patch again, with the subject line corrected("Emmit" -> "Emit") 2015-06-22 8:52 GMT+02:00 Max Kellermann : > On 2015/06/18 12:02, Christian Halaszovich wrote: >> This o

Re: [mpd-devel] [PATCH 2/6] tag: Ape/Riff/Aiff/Id3 now use an InputStream

2015-06-22 Thread Max Kellermann
On 2015/06/05 16:27, Thomas Guillem wrote: > This allow to use these scanners for remote InputStream like SMB and > NFS. Fails to compile: test/dump_rva2.cxx: In function 'int main(int, char**)': dump_rva2.cxx:60:62: error: invalid initialization of non-const reference of type 'InputStream&' fr