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
5d14f80c
Kaydet (Commit)
5d14f80c
authored
Şub 17, 2012
tarafından
Thorsten Behrens
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Make avmedia module buildable with dbglevel=3 again.
üst
1984e0b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
11 deletions
+3
-11
gstplayer.cxx
avmedia/source/gstreamer/gstplayer.cxx
+3
-11
No files found.
avmedia/source/gstreamer/gstplayer.cxx
Dosyayı görüntüle @
5d14f80c
...
@@ -230,22 +230,14 @@ GstBusSyncReply Player::processSyncMessage( GstMessage *message )
...
@@ -230,22 +230,14 @@ GstBusSyncReply Player::processSyncMessage( GstMessage *message )
}
}
}
}
#if OSL_DEBUG_LEVEL > 2
maSizeCondition
.
set
();
sal_Bool
aSuccess
=
#endif
maSizeCondition
.
set
();
DBG
(
"%p set condition result: %d"
,
this
,
aSuccess
);
}
}
}
}
}
}
}
else
if
(
GST_MESSAGE_TYPE
(
message
)
==
GST_MESSAGE_ERROR
)
{
}
else
if
(
GST_MESSAGE_TYPE
(
message
)
==
GST_MESSAGE_ERROR
)
{
if
(
mnWidth
==
0
)
{
if
(
mnWidth
==
0
)
{
// an error occurred, set condition so that OOo thread doesn't wait for us
// an error occurred, set condition so that OOo thread doesn't wait for us
#if OSL_DEBUG_LEVEL > 2
maSizeCondition
.
set
();
sal_Bool
aSuccess
=
#endif
maSizeCondition
.
set
();
DBG
(
"%p set condition result: %d"
,
this
,
aSuccess
);
}
}
}
}
...
@@ -537,7 +529,7 @@ awt::Size SAL_CALL Player::getPreferredPlayerWindowSize( )
...
@@ -537,7 +529,7 @@ awt::Size SAL_CALL Player::getPreferredPlayerWindowSize( )
TimeValue
aTimeout
=
{
10
,
0
};
TimeValue
aTimeout
=
{
10
,
0
};
#if OSL_DEBUG_LEVEL > 2
#if OSL_DEBUG_LEVEL > 2
osl
Condition
Result
aResult
=
osl
::
Condition
::
Result
aResult
=
#endif
#endif
maSizeCondition
.
wait
(
&
aTimeout
);
maSizeCondition
.
wait
(
&
aTimeout
);
...
...
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