<!DOCTYPE html><html><head><title></title><style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style></head><body><div><br></div><div>On Mon, Feb 3, 2020, at 17:31, Akshay V wrote:<br></div><blockquote type="cite" id="qt"><div dir="ltr"><div dir="ltr"><br></div><div><br></div><div class="qt-gmail_quote"><div class="qt-gmail_attr" dir="ltr">On Mon, Jan 20, 2020 at 1:06 PM Thomas Guillem <<a href="mailto:thomas@gllm.fr">thomas@gllm.fr</a>> wrote:<br></div><blockquote style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-color:rgb(204, 204, 204);border-left-style:solid;border-left-width:1px;padding-left:1ex;" class="qt-gmail_quote"><div>Better commit message indeed ;)<br></div><div> LGTM<br></div><div> <br></div></blockquote><div>Hey,<br></div><div>Wondering why is this patch not merged.<br></div></div></div></blockquote><div><br></div><div>Sorry I forgot, it is merged now.<br></div><div><br></div><blockquote type="cite" id="qt"><div dir="ltr"><div class="qt-gmail_quote"><div><br></div><div><br></div><blockquote style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-color:rgb(204, 204, 204);border-left-style:solid;border-left-width:1px;padding-left:1ex;" class="qt-gmail_quote"><div>On Thu, Jan 16, 2020, at 17:51, <a href="mailto:vvaakshay@gmail.com">vvaakshay@gmail.com</a> wrote:<br></div><div> > From: Akshay V <<a href="mailto:vvaakshay@gmail.com">vvaakshay@gmail.com</a>><br></div><div> > <br></div><div> > This commit adds the state of wallpaper mode in the debug message along <br></div><div> > with "wallpaper mode changed" message like in the case of fullscreen <br></div><div> > mode<br></div><div> > ---<br></div><div> >  modules/gui/qt/player/player_controller.cpp | 2 +-<br></div><div> >  1 file changed, 1 insertion(+), 1 deletion(-)<br></div><div> > <br></div><div> > diff --git a/modules/gui/qt/player/player_controller.cpp <br></div><div> > b/modules/gui/qt/player/player_controller.cpp<br></div><div> > index 3dfb375724..83b97dc662 100644<br></div><div> > --- a/modules/gui/qt/player/player_controller.cpp<br></div><div> > +++ b/modules/gui/qt/player/player_controller.cpp<br></div><div> > @@ -797,7 +797,7 @@ static void <br></div><div> > on_player_vout_fullscreen_changed(vout_thread_t* vout, bool is_fulls<br></div><div> >  static void on_player_vout_wallpaper_mode_changed(vout_thread_t* vout, <br></div><div> > bool enabled, void *data)<br></div><div> >  {<br></div><div> >      PlayerControllerPrivate* that = <br></div><div> > static_cast<PlayerControllerPrivate*>(data);<br></div><div> > -    msg_Dbg( that->p_intf, "on_player_vout_wallpaper_mode_changed");<br></div><div> > +    msg_Dbg( that->p_intf, "on_player_vout_wallpaper_mode_changed %s", <br></div><div> > enabled ? "enabled" : "disabled");<br></div><div> >  <br></div><div> >      PlayerController::VoutPtr voutPtr = PlayerController::VoutPtr(vout);<br></div><div> >      that->callAsync([that,voutPtr, enabled] () {<br></div><div> > -- <br></div><div> > 2.17.1<br></div><div> > <br></div><div> > _______________________________________________<br></div><div> > vlc-devel mailing list<br></div><div> > To unsubscribe or modify your subscription options:<br></div><div> > <a rel="noreferrer" href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a><br></div><div> _______________________________________________<br></div><div> vlc-devel mailing list<br></div><div> To unsubscribe or modify your subscription options:<br></div><div> <a rel="noreferrer" href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a><br></div></blockquote></div><div><br></div><div><br></div><div>-- <br></div><div class="qt-gmail_signature" dir="ltr"><div dir="ltr"><div><div dir="ltr"><div>Regards,<br></div><div>Akshay V<br></div><div><a href="http://github.com/akshayaky">GitHub</a> | Amrita Vishwa Vidyapeetham<br></div></div></div></div></div></div><div>_______________________________________________<br></div><div>vlc-devel mailing list<br></div><div>To unsubscribe or modify your subscription options:<br></div><div>https://mailman.videolan.org/listinfo/vlc-devel<br></div></blockquote><div><br></div></body></html>