[vlc-devel] [PATCH 4/6] Revert "qt4: discontinuity stats signal timeline changes in the content"

Ilkka Ollakka ileoo at videolan.org
Sat Oct 31 15:05:54 CET 2015


This reverts commit d700966ec0ab7f98ae4308cfcffe5c4d7ea66718.
---
 modules/gui/qt4/components/info_panels.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt4/components/info_panels.cpp b/modules/gui/qt4/components/info_panels.cpp
index 46ee386..a74481a 100644
--- a/modules/gui/qt4/components/info_panels.cpp
+++ b/modules/gui/qt4/components/info_panels.cpp
@@ -584,7 +584,7 @@ InputStatsPanel::InputStatsPanel( QWidget *parent ): QWidget( parent )
                            "0", input, "kb/s" );
     CREATE_AND_ADD_TO_CAT( corrupted_stat, qtr("Discarded (corrupted)"),
                            "0", input, "" );
-    CREATE_AND_ADD_TO_CAT( discontinuity_stat, qtr("Timeline changed"),
+    CREATE_AND_ADD_TO_CAT( discontinuity_stat, qtr("Dropped (discontinued)"),
                            "0", input, "" );
 
     CREATE_AND_ADD_TO_CAT( vdecoded_stat, qtr("Decoded"),
-- 
2.6.2



More information about the vlc-devel mailing list