Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
ba0d1fc4
Kaydet (Commit)
ba0d1fc4
authored
Eyl 23, 2013
tarafından
Minh Ngo
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Avmedia/VLC: Adding more debug info
Change-Id: I484050575da7e09e89a10f3a4e8d5fbe95f88044
üst
ab74f61f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
mediawindow_impl.cxx
avmedia/source/viewer/mediawindow_impl.cxx
+1
-1
vlcframegrabber.cxx
avmedia/source/vlc/vlcframegrabber.cxx
+1
-1
vlcmanager.cxx
avmedia/source/vlc/vlcmanager.cxx
+1
-1
SymbolLoader.hxx
avmedia/source/vlc/wrapper/SymbolLoader.hxx
+2
-1
No files found.
avmedia/source/viewer/mediawindow_impl.cxx
Dosyayı görüntüle @
ba0d1fc4
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#include <iostream>
#include "mediawindow_impl.hxx"
#include "mediawindow_impl.hxx"
#include "mediaevent_impl.hxx"
#include "mediaevent_impl.hxx"
#include "mediamisc.hxx"
#include "mediamisc.hxx"
...
...
avmedia/source/vlc/vlcframegrabber.cxx
Dosyayı görüntüle @
ba0d1fc4
...
@@ -30,7 +30,7 @@ namespace
...
@@ -30,7 +30,7 @@ namespace
"-Vdummy"
,
"-Vdummy"
,
"--snapshot-format=png"
,
"--snapshot-format=png"
,
"--ffmpeg-threads"
,
"--ffmpeg-threads"
,
"--verbose=
-1
"
,
"--verbose=
2
"
,
"--no-audio"
"--no-audio"
};
};
}
}
...
...
avmedia/source/vlc/vlcmanager.cxx
Dosyayı görüntüle @
ba0d1fc4
...
@@ -30,7 +30,7 @@ namespace
...
@@ -30,7 +30,7 @@ namespace
const
char
*
const
VLC_ARGS
[]
=
{
const
char
*
const
VLC_ARGS
[]
=
{
"-Vdummy"
,
"-Vdummy"
,
"--verbose=
-1
"
"--verbose=
2
"
};
};
}
}
...
...
avmedia/source/vlc/wrapper/SymbolLoader.hxx
Dosyayı görüntüle @
ba0d1fc4
...
@@ -47,7 +47,7 @@ namespace
...
@@ -47,7 +47,7 @@ namespace
wchar_t
arCurrent
[
MAX_PATH
];
wchar_t
arCurrent
[
MAX_PATH
];
DWORD
dwType
,
dwCurrentSize
=
sizeof
(
arCurrent
);
DWORD
dwType
,
dwCurrentSize
=
sizeof
(
arCurrent
);
if
(
::
RegOpenKeyExW
(
HKEY_LOCAL_MACHINE
,
L"S
oftware
\\
VideoLAN
\\
VLC"
,
if
(
::
RegOpenKeyExW
(
HKEY_LOCAL_MACHINE
,
L"S
OFTWARE
\\
VideoLAN
\\
VLC"
,
0
,
KEY_READ
,
&
hKey
)
==
ERROR_SUCCESS
)
0
,
KEY_READ
,
&
hKey
)
==
ERROR_SUCCESS
)
{
{
if
(
::
RegQueryValueExW
(
hKey
,
L"InstallDir"
,
NULL
,
&
dwType
,
(
LPBYTE
)
arCurrent
,
&
dwCurrentSize
)
==
ERROR_SUCCESS
&&
if
(
::
RegQueryValueExW
(
hKey
,
L"InstallDir"
,
NULL
,
&
dwType
,
(
LPBYTE
)
arCurrent
,
&
dwCurrentSize
)
==
ERROR_SUCCESS
&&
...
@@ -95,6 +95,7 @@ namespace
...
@@ -95,6 +95,7 @@ namespace
#elif defined( WNT )
#elif defined( WNT )
const
OUString
&
fullPath
=
GetVLCPath
()
+
OUString
::
createFromAscii
(
LibName
);
const
OUString
&
fullPath
=
GetVLCPath
()
+
OUString
::
createFromAscii
(
LibName
);
#endif
#endif
SAL_INFO
(
"avmedia"
,
fullPath
);
oslModule
aModule
=
osl_loadModule
(
fullPath
.
pData
,
oslModule
aModule
=
osl_loadModule
(
fullPath
.
pData
,
SAL_LOADMODULE_DEFAULT
);
SAL_LOADMODULE_DEFAULT
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment