<div dir="ltr"><div class="gmail_quote">On Thu Feb 19 2015 at 18:06:22 Jean-Baptiste Kempf <<a href="mailto:jb@videolan.org">jb@videolan.org</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 19 Feb, Mark Lee wrote :<br>
> The OSD is now disabled by default in a LibVLC application, this API<br>
> provides a way to enable it again if an application needs it.<br>
<br>
Where do you disable it?<br></blockquote><div> </div><div><div style="font-size:13.1999998092651px">The patch adds this to lib/video.c:</div><div style="font-size:13.1999998092651px"><br></div><div style="font-size:13.1999998092651px"><span style="font-size:13.1999998092651px;line-height:19.7999992370605px">    var_Create (mp, "osd", VLC_VAR_BOOL);</span><br></div><div style="font-size:13.1999998092651px"><br></div><div style="font-size:13.1999998092651px">This creates the variable with an initial value of false and therefore the OSD is disabled.</div></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Why not disabling it in the src/libvlc-module file?<br></blockquote><div> </div><div>I don't know the criteria for deciding where those initialisations go. Is the OSD related to the media instance or the LibVLC instance, I don't know. Are you telling me it should go in src/libvlc.c ?</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
With my kindest regards,<br>
<br>
--<br>
Jean-Baptiste Kempf<br>
<a href="http://www.jbkempf.com/" target="_blank">http://www.jbkempf.com/</a> - +33 672 704 734<br>
Sent from my Electronic Device<br>
______________________________<u></u>_________________<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/<u></u>listinfo/vlc-devel</a><br>
</blockquote></div></div>