<div dir="ltr"><div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">> Is it possible to change "transform-type" value using var_SetString() ?<br>

<br>
Yes. <br></blockquote><br>I tried but didn't get a result. Can you please provide me more info? <br><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">
> +             config_PutPsz( p_intf, "transform-type", transform_type );<br>
> +             config_PutPsz( p_intf, "video-filter", psz_string );<br>
<br>
As pointed out previously, this would clobber the user configuration.<br>
Please stick to var_*().<br></blockquote><br></div><div>I see in file modules/gui/qt4/components/extended_panels.cpp that the "transform-type" changes by using config_PutPsz() (when user selects it from the dropdown menu in settings) but you mentioned that i shouldn't use this function. Why is it wrong to use it on the hotkey?<br>
</div><div> </div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-02-05 17:40 GMT+02:00 Rémi Denis-Courmont <span dir="ltr"><<a href="mailto:remi@remlab.net" target="_blank">remi@remlab.net</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, 5 Feb 2014 17:39:24 +0200, Stefanos Orovas <<a href="mailto:stef.orovas@gmail.com">stef.orovas@gmail.com</a>><br>

wrote:<br>
>><br>
<div class="">>> > +             config_PutPsz( p_intf, "transform-type", transform_type<br>
>> > );<br>
>> > +             config_PutPsz( p_intf, "video-filter", psz_string );<br>
>><br>
>> As pointed out previously, this would clobber the user configuration.<br>
>> Please stick to var_*().<br>
><br>
><br>
> Is it possible to change "transform-type" value using var_SetString() ?<br>
<br>
</div>Yes.<br>
<div class="im HOEnZb"><br>
--<br>
Rémi Denis-Courmont<br>
Sent from my collocated server<br>
</div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
</div></div></blockquote></div><br></div>