[vlc-commits] [Git][videolan/vlc][master] include: fix function cross-ref
Hugo Beauzée-Luyssen (@chouquette)
gitlab at videolan.org
Fri Aug 27 09:08:23 UTC 2021
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
8a0bfd13 by Rémi Denis-Courmont at 2021-08-25T19:21:08+03:00
include: fix function cross-ref
- - - - -
1 changed file:
- include/vlc/libvlc_media_player.h
Changes:
=====================================
include/vlc/libvlc_media_player.h
=====================================
@@ -432,8 +432,8 @@ typedef void (*libvlc_video_cleanup_cb)(void *opaque);
* For optimal perfomances, VLC media player renders into a custom window, and
* does not use this function and associated callbacks. It is <b>highly
* recommended</b> that other LibVLC-based application do likewise.
- * To embed video in a window, use libvlc_media_player_set_xid() or equivalent
- * depending on the operating system.
+ * To embed video in a window, use libvlc_media_player_set_xwindow() or
+ * equivalent depending on the operating system.
*
* If window embedding does not fit the application use case, then a custom
* LibVLC video output display plugin is required to maintain optimal video
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8a0bfd13bf6d82273f12163d37a3e2ce86958a0a
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8a0bfd13bf6d82273f12163d37a3e2ce86958a0a
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list