]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc_media_player.h
libvlc: nsobject is void *.
[vlc] / include / vlc / libvlc_media_player.h
index 3f73ea854740311d8121e01546c1748777bca5ea..4694698088d030f953363baeb4a6465e114e4d26 100644 (file)
@@ -191,7 +191,7 @@ VLC_PUBLIC_API void libvlc_media_player_set_nsobject ( libvlc_media_player_t *p_
  *
  * \return the agl handler or 0 if none where set
  */
-VLC_PUBLIC_API uint32_t libvlc_media_player_get_nsobject ( libvlc_media_player_t *p_mi );
+VLC_PUBLIC_API void * libvlc_media_player_get_nsobject ( libvlc_media_player_t *p_mi );
        
 /**
  * Set the agl handler where the media player should render its video output.