[vlc-devel] [vlc-commits] [Git][videolan/libvlcpp][master] MediaPlayer: add unsetRenderer

Zhao Zhili quinkblack at foxmail.com
Sun Apr 8 14:33:51 CEST 2018



On 2018年04月08日 18:42, Martin Finkel wrote:
> Martin Finkel pushed to branch master at VideoLAN / libvlcpp
>
>
> Commits:
> b264665a by Martin Finkel at 2018-04-08T12:26:58+07:00
> MediaPlayer: add unsetRenderer
>
> - - - - -
>
>
> 1 changed file:
>
> - vlcpp/MediaPlayer.hpp
>
>
> Changes:
>
> =====================================
> vlcpp/MediaPlayer.hpp
> =====================================
> --- a/vlcpp/MediaPlayer.hpp
> +++ b/vlcpp/MediaPlayer.hpp
> @@ -1699,6 +1699,11 @@ public:
>           return libvlc_media_player_set_renderer( *this, rendererItem ) == 0;
>       }
>   
> +	void unsetRenderer()
> +	{
> +		libvlc_media_player_set_renderer(*this, nullptr);
> +	}
> +
>   #endif
>   
>   private:

It looks like the indent is inconsistent.

>
>
>
> View it on GitLab: https://code.videolan.org/videolan/libvlcpp/commit/b264665a3e9f1c38179e8c99e2ad778b696e165c
>
> ---
> View it on GitLab: https://code.videolan.org/videolan/libvlcpp/commit/b264665a3e9f1c38179e8c99e2ad778b696e165c
> You're receiving this email because of your account on code.videolan.org.
>
>
>
> _______________________________________________
> vlc-commits mailing list
> vlc-commits at videolan.org
> https://mailman.videolan.org/listinfo/vlc-commits





More information about the vlc-devel mailing list