Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • videolan/npapi-vlc
  • mstorsjo/npapi-vlc
  • happychen/npapi-vlc
  • robUx4/npapi-vlc
  • chouquette/npapi-vlc
  • CymGen30/npapi-vlc
  • Ggjgg/npapi-vlc
  • dknyazev.bia/npapi-vlc
  • jfkruuse/npapi-vlc
  • jeffrey140180/npapi-vlc
  • megan30/npapi-vlc
  • gtskhadadze83/npapi-vlc
  • Mathias_Couder/npapi-vlc
  • troygallant541/npapi-vlc
  • bowtojoker02/npapi-vlc
  • tnhx/npapi-vlc
  • mfkl/npapi-vlc
  • mkutazi76/npapi-vlc
  • khoakun67/npapi-vlc
  • blackpjotr/npapi-vlc
  • tguillem/npapi-vlc
  • q.alnajem/npapi-vlc
  • alexandra.pomerleau90/npapi-vlc
  • ruanbester07/npapi-vlc
  • thembankambul977/npapi-vlc
  • lukmanaja2406/npapi-vlc
  • Ninaquinin/npapi-vlc
  • litteh82/npapi-vlc
  • ba6986che/npapi-vlc
  • mr.abakumoff2/npapi-vlc
30 results
Show changes
Commits on Source (2)
variables:
GIT_SUBMODULE_STRATEGY: normal
WIN32_IMAGE: registry.videolan.org/medialibrary-win32:20220502075714
WIN64_IMAGE: registry.videolan.org/medialibrary-win64:20220616131601
WIN32_IMAGE: registry.videolan.org/medialibrary-win32:20220620092626
WIN64_IMAGE: registry.videolan.org/medialibrary-win64:20220620085314
PKG_CONFIG_LIBDIR: /prefix/lib/pkgconfig
.common_build:
......
......@@ -57,7 +57,7 @@ int vlc_player::add_item(const char * mrl, unsigned int optc, const char **optv)
{
VLC::Media media;
try {
media = VLC::Media( _libvlc_instance, mrl, VLC::Media::FromLocation );
media = VLC::Media( mrl, VLC::Media::FromLocation );
}
catch ( std::runtime_error& ) {
return -1;
......@@ -123,7 +123,7 @@ int vlc_player::preparse_item_sync(unsigned int idx, int options, unsigned int t
SetEvent( barrier );
});
media->parseWithOptions( VLC::Media::ParseFlags( options ), timeout );
media->parseRequest( _libvlc_instance, VLC::Media::ParseFlags( options ), timeout );
DWORD waitResult = WaitForSingleObject( barrier, INFINITE );
switch ( waitResult ) {
......
Subproject commit 42b58a17ab8aa0e1d30ec358d03d5ba6ca32efb7
Subproject commit 0c7d3968010f1b27b36e78c11e07e4d7f6fe756b