]> git.sesse.net Git - vlc/commit
Reimplement libvlc_video_set_parent back-end as a plugin
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Mon, 2 Feb 2009 18:28:18 +0000 (20:28 +0200)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Mon, 2 Feb 2009 18:28:18 +0000 (20:28 +0200)
commit76fd9cb9b2efe77ea27f0f14e175f35bcdd32057
tree88170493e753d9d64badbe8e9881c7d58f629157
parent0f10d537baee7912fb6178303fd1e67cf7bc35bd
Reimplement libvlc_video_set_parent back-end as a plugin

If multiple video ouputs exist, only one will now use the drawable.
This still does not implement drawable size, window type and probably
Win64 support properly.

Also, this is not currently used by libvlc_media_player_set_drawable
although it probably should. This function looks pretty weirdly -to
stay polite- implemented.
modules/video_output/Modules.am
modules/video_output/drawable.c [new file with mode: 0644]