aboutsummaryrefslogtreecommitdiff
path: root/lib/gui
diff options
context:
space:
mode:
authorFraxinas <andreas.frisch@multimedia-labs.de>2009-04-23 18:14:37 +0200
committerFraxinas <andreas.frisch@multimedia-labs.de>2009-04-23 18:14:37 +0200
commit11e416ae02c53daa3841096e9792804f3d0e51dd (patch)
tree6dc0ecc543b79959ab9e6050c56a9792c2d8052f /lib/gui
parente21cff679bb73bce310e877d5219ec29291dbe10 (diff)
downloadenigma2-11e416ae02c53daa3841096e9792804f3d0e51dd.tar.gz
enigma2-11e416ae02c53daa3841096e9792804f3d0e51dd.zip
experimentally switch to new decodebin2 gstreamer back-end for mediaplayer. requires most recent versions of glib 2, gstreamer & plugins, dvbmediasink
Diffstat (limited to 'lib/gui')
-rw-r--r--lib/gui/esubtitle.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/gui/esubtitle.h b/lib/gui/esubtitle.h
index c88df0e6..0a780ca1 100644
--- a/lib/gui/esubtitle.h
+++ b/lib/gui/esubtitle.h
@@ -18,8 +18,7 @@ struct ePangoSubtitlePageElement
struct ePangoSubtitlePage
{
- pts_t m_pts;
- int m_have_pts;
+ pts_t show_pts;
int m_timeout; /* in milliseconds */
std::vector<ePangoSubtitlePageElement> m_elements;
void clear() { m_elements.clear(); }