<p>The patch which this email is a reply to is utterly wrong for several reasons:</p>
<ol style="list-style-type: decimal">
<li><p>The arguments to stream_FilterChainNew are correct, this patch should never have seen the light of day (I kept it as a reminder to always double check the implementation before writing something).</p>
<pre><code> I guess I should also try to remember to check what I am about to send</code></pre>
<p>with <code>git send-email</code>.</p></li>
<li><p>I forgot to double check that the directory which the below linked patch ended up with was actually only containing that one before hitting enter.</p>
<ul>
<li>https://mailman.videolan.org/pipermail/vlc-devel/2016-July/108824.html</li>
</ul></li>
</ol>
<p>To compensate for the noise, here’s a (sad) ascii-snail (since my mind seems very very slow this evening)!</p>
<pre><code>                / /
                L_L_
               /    \
               |00  |       _______
               |_.  |      /  ___  \
               |  \ |     /  /   \  \
               |    |_____\  \_  /  /
                \          \____/  /_____
                 \ _______________/______\............</code></pre>
<p>On 16/07/29 01:49, Filip Roséen wrote:</p>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code>  src/input/access.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 diff --git a/src/input/access.c b/src/input/access.c
 index e7df2ee..3c032d3 100644
 --- a/src/input/access.c
 +++ b/src/input/access.c
 @@ -408,7 +408,7 @@ stream_t *stream_AccessNew(vlc_object_t *parent, input_thread_t *input,
      if (sys->access->pf_read != NULL)
      {
          s->pf_read = AStreamReadStream;
 -        cachename = "prefetch,cache_read";
 +        cachename = "prefetch:cache_read";
      }
      else
      {
 -- 
 2.9.0</code></pre>
</blockquote>