Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / libvlcpp

Commits:
59676a24 by Hugo Beauzée-Luyssen at 2018-11-13T08:36:48Z
Media: Fix build after minor API change

- - - - -


1 changed file:

- vlcpp/Media.hpp


Changes:

=====================================
vlcpp/Media.hpp
=====================================
@@ -757,7 +757,7 @@ public:
                                               Picture::Type type, 
libvlc_time_t timeout )
     {
         return libvlc_media_thumbnail_request_by_time( *this, time,
-                    static_cast<libvlc_thumbnailer_seek_speed>( speed ), width,
+                    static_cast<libvlc_thumbnailer_seek_speed_t>( speed ), 
width,
                     height, static_cast<libvlc_picture_type_t>( type ), 
timeout );
     }
 
@@ -766,7 +766,7 @@ public:
                                              Picture::Type type, libvlc_time_t 
timeout )
     {
         return libvlc_media_thumbnail_request_by_pos( *this, pos,
-                    static_cast<libvlc_thumbnailer_seek_speed>( speed ), width,
+                    static_cast<libvlc_thumbnailer_seek_speed_t>( speed ), 
width,
                     height, static_cast<libvlc_picture_type_t>( type ), 
timeout );
     }
 



View it on GitLab: 
https://code.videolan.org/videolan/libvlcpp/commit/59676a24aa99a606330232d21ba9df39f13119df

-- 
View it on GitLab: 
https://code.videolan.org/videolan/libvlcpp/commit/59676a24aa99a606330232d21ba9df39f13119df
You're receiving this email because of your account on code.videolan.org.
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to