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
67081cdf
Kaydet (Commit)
67081cdf
authored
Eki 01, 2012
tarafından
Tor Lillqvist
Kaydeden (comit)
Tor Lillqvist
Eki 01, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use prefixes for the components here
Change-Id: I7bebc936cdb489331c82690c244f72e9c3619b10
üst
cc1a1123
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
soundhandler.cxx
avmedia/source/framework/soundhandler.cxx
+1
-1
avmediagstreamer.component
avmedia/source/gstreamer/avmediagstreamer.component
+1
-1
gstuno.cxx
avmedia/source/gstreamer/gstuno.cxx
+1
-1
avmediaQuickTime.component
avmedia/source/quicktime/avmediaQuickTime.component
+1
-1
quicktimeuno.mm
avmedia/source/quicktime/quicktimeuno.mm
+1
-1
avmediawin.component
avmedia/source/win/avmediawin.component
+1
-1
winuno.cxx
avmedia/source/win/winuno.cxx
+1
-1
avmedia.component
avmedia/util/avmedia.component
+1
-1
No files found.
avmedia/source/framework/soundhandler.cxx
Dosyayı görüntüle @
67081cdf
...
...
@@ -446,7 +446,7 @@ IMPL_LINK_NOARG(SoundHandler, implts_PlayerNotify)
}
// namespace framework
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
const
sal_Char
*
pImplementationName
,
void
*
pServiceManager
,
void
*
/*pRegistryKey*/
)
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
avmedia_
component_getFactory
(
const
sal_Char
*
pImplementationName
,
void
*
pServiceManager
,
void
*
/*pRegistryKey*/
)
{
void
*
pReturn
=
NULL
;
if
(
pServiceManager
!=
NULL
)
...
...
avmedia/source/gstreamer/avmediagstreamer.component
Dosyayı görüntüle @
67081cdf
...
...
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"avmediagst"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.media.Manager_GStreamer"
>
<service
name=
"com.sun.star.comp.avmedia.Manager_GStreamer"
/>
</implementation>
...
...
avmedia/source/gstreamer/gstuno.cxx
Dosyayı görüntüle @
67081cdf
...
...
@@ -39,7 +39,7 @@ static uno::Reference< uno::XInterface > SAL_CALL create_MediaPlayer( const uno:
return
uno
::
Reference
<
uno
::
XInterface
>
(
*
new
::
avmedia
::
gstreamer
::
Manager
(
rxFact
)
);
}
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
/*pRegistryKey*/
)
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
avmediagst_
component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
/*pRegistryKey*/
)
{
uno
::
Reference
<
lang
::
XSingleServiceFactory
>
xFactory
;
void
*
pRet
=
0
;
...
...
avmedia/source/quicktime/avmediaQuickTime.component
Dosyayı görüntüle @
67081cdf
...
...
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"avmediaQuickTime"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.avmedia.Manager_QuickTime"
>
<service
name=
"com.sun.star.media.Manager_QuickTime"
/>
...
...
avmedia/source/quicktime/quicktimeuno.mm
Dosyayı görüntüle @
67081cdf
...
...
@@ -31,7 +31,7 @@ static uno::Reference< uno::XInterface > SAL_CALL create_MediaPlayer( const uno:
return uno::Reference< uno::XInterface >( *new ::avmedia::quicktime::Manager( rxFact ) );
}
extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplName, void* pServiceManager, void* /* pRegistryKey */ )
extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL
avmediaQuickTime_
component_getFactory( const sal_Char* pImplName, void* pServiceManager, void* /* pRegistryKey */ )
{
uno::Reference< lang::XSingleServiceFactory > xFactory;
void* pRet = 0;
...
...
avmedia/source/win/avmediawin.component
Dosyayı görüntüle @
67081cdf
...
...
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"avmediawin"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.avmedia.Manager_DirectX"
>
<service
name=
"com.sun.star.media.Manager_DirectX"
/>
...
...
avmedia/source/win/winuno.cxx
Dosyayı görüntüle @
67081cdf
...
...
@@ -31,7 +31,7 @@ static uno::Reference< uno::XInterface > SAL_CALL create_MediaPlayer( const uno:
return
uno
::
Reference
<
uno
::
XInterface
>
(
*
new
::
avmedia
::
win
::
Manager
(
rxFact
)
);
}
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
)
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
avmediawin_
component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
)
{
uno
::
Reference
<
lang
::
XSingleServiceFactory
>
xFactory
;
void
*
pRet
=
0
;
...
...
avmedia/util/avmedia.component
Dosyayı görüntüle @
67081cdf
...
...
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"avmedia"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.framework.SoundHandler"
>
<service
name=
"com.sun.star.frame.ContentHandler"
/>
...
...
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