[vlc-commits] MediaPlayer: Remove deprecated *_agl methods
Hugo Beauzée-Luyssen
git at videolan.org
Thu Sep 17 15:37:33 CEST 2015
libvlcpp | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Sep 17 15:36:54 2015 +0200| [aa2e4cc3d1c4e766c5bf241b1f97655cd89d8611] | committer: Hugo Beauzée-Luyssen
MediaPlayer: Remove deprecated *_agl methods
> http://git.videolan.org/gitweb.cgi/libvlcpp.git/?a=commit;h=aa2e4cc3d1c4e766c5bf241b1f97655cd89d8611
---
vlcpp/MediaPlayer.hpp | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/vlcpp/MediaPlayer.hpp b/vlcpp/MediaPlayer.hpp
index 15a05fc..245f25a 100644
--- a/vlcpp/MediaPlayer.hpp
+++ b/vlcpp/MediaPlayer.hpp
@@ -234,27 +234,6 @@ public:
}
/**
- * Set the agl handler where the media player should render its video
- * output.
- *
- * \param drawable the agl handler
- */
- void setAgl(uint32_t drawable)
- {
- libvlc_media_player_set_agl(*this, drawable);
- }
-
- /**
- * Get the agl handler previously set with MediaPlayer::setAgl() .
- *
- * \return the agl handler or 0 if none where set
- */
- uint32_t agl()
- {
- return libvlc_media_player_get_agl(*this);
- }
-
- /**
* Set an X Window System drawable where the media player should render
* its video output. If LibVLC was built without X11 output support, then
* this has no effects.
More information about the vlc-commits
mailing list