<html><head></head><body>I also think that this should be done in the common PL code rather than Qt. Like the Trac ticket is hinting, in fact.<br>
<br>
And it probably needs an option, though I don't know what the default should be.<br><br><div class="gmail_quote">Le 15 juillet 2018 16:43:04 GMT+03:00, Marvin Scholz <epirat07@gmail.com> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">Hi, thanks for your patch.<br><br>I am not sure though if doing this in a specific interface only<br>(in this case the qt interface) is a good solution.<br><br>On 15 Jul 2018, at 15:40, Vaishnav Sivadas wrote:<br><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"> Autoplays a video upon entering full screen which enhances UX<br><br> fixes #8533<br> ---<br>  modules/gui/qt/input_manager.cpp | 6 ++++++<br>  1 file changed, 6 insertions(+)<br><br> diff --git a/modules/gui/qt/input_manager.cpp <br> b/modules/gui/qt/input_manager.cpp<br> index 4c28933395..c94cffe164 100644<br> --- a/modules/gui/qt/input_manager.cpp<br> +++ b/modules/gui/qt/input_manager.cpp<br> @@ -1287,5 +1287,11 @@ int MainInputManager::PLItemRemoved( <br> vlc_object_t *obj, const char *,<br>  void MainInputManager::changeFullscreen( bool new_val )<br>  {<br>      if ( var_GetBool( THEPL, "fullscreen" ) != new_val)<br> +    {<br>          var_SetBool( THEPL, "fullscreen", new_val );<br> +    }<br> +    if (new_val)<br> +    {<br> +        playlist_Play( THEPL );<br> +    }<br>  }<br> -- <br> 2.17.1<br><br><hr><br> vlc-devel mailing list<br> To unsubscribe or modify your subscription options:<br> <a href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a><br></blockquote><hr><br>vlc-devel mailing list<br>To unsubscribe or modify your subscription options:<br><a href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a></pre></blockquote></div><br>
-- <br>
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>