Many thanks for these answers!<br><br>I'll look at the option system. This seems definitely more flexible than the config approach.<br><br>Julien<br><br><div class="gmail_quote">2009/1/15 Christophe Mutricy <span dir="ltr"><<a href="mailto:xtophe@chewa.net">xtophe@chewa.net</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello,<br>
<div class="Ih2E3d"><br>
<br>
>   I had a similar problem a few weeks ago.<br>
>   A patch was applied to vmem.c that allows passing parameters at the<br>
> media/media_player level for the vmem plugin.<br>
<br>
</div>That's commit f2e6cfeecc416b021338a13<br>
<br>
The use of var_ instead of config_ allow you to use vlc MRL<br>
:option:value and to change the value more easily via e.g. the GUI<br>
whereas config_ are only from the --option in the command line and the<br>
preferences<br>
<br>
var_Create....(p_object, "foo") will create a foo var in p_object. the<br>
value of foo will be inherited from the parent of p_object if they<br>
have a foo variable and will inherit form the foo config variable if<br>
it exists.<br>
<br>
<br>
Hope i'm not too wrong and that it helps,<br>
<font color="#888888"><br>
--<br>
Xtophe<br>
</font><div><div></div><div class="Wj3C7c">_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</div></div></blockquote></div><br>