<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta http-equiv="Content-Style-Type" content="text/css" />
  <meta name="generator" content="pandoc" />
  <title></title>
  <style type="text/css">code{white-space: pre;}</style>
</head>
<body>
<p>Hi Rémi,</p>
<p>On 2017-03-28 20:51, Rémi Denis-Courmont wrote:</p>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> Le perjantaina 17. maaliskuuta 2017, 3.22.31 EEST Filip Roséen a écrit :</code></pre>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> This function will be used by entities who would otherwise have to
 manually attach stream-extractors to a stream through use of
 mrl_FragmentSplit and repeated use of vlc_stream_extractor_Attach.

 As this handles both, it will be prevent reimplementing the same
 functionality for cases where this is required.
 ---
  src/input/stream.h           | 26 ++++++++++++++++++++++++++
  src/input/stream_extractor.c | 35 +++++++++++++++++++++++++++++++++++
  2 files changed, 61 insertions(+)

 diff --git a/src/input/stream.h b/src/input/stream.h
 index 5db5732f40..2f5ca8b9b7 100644
 --- a/src/input/stream.h
 +++ b/src/input/stream.h
 @@ -53,6 +53,32 @@ stream_t *stream_FilterAutoNew( stream_t *source )
 VLC_USED; */
  stream_t *stream_FilterChainNew( stream_t *p_source, const char *psz_chain
 );

 +/**
 + * This function will parse the passed data, and try to attach
 + * stream-extractors for each specified entity as per \ref mrl,</code></pre>
</blockquote>
<pre><code> For the umpteenth time, people, please check what your documentation looks 
 like in Doxygen. Such a long first paragraph is *not* good.</code></pre>
</blockquote>
<p>Oh my, and I am usually one of those who cringe a little when stumbling across (to me) weird formatting. I should have double-checked that, thanks for pointing it out.</p>
<p>Best Regards,<br />
Filip Roséen</p>
</body>
</html>