[vlc-commits] Revert "qt4: discontinuity stats signal timeline	changes in the content"
    Ilkka Ollakka 
    git at videolan.org
       
    Thu Nov  5 05:58:01 CET 2015
    
    
  
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Sat Oct 17 10:45:42 2015 +0300| [9668f1a0280644e12679d07deeef208951bd3f23] | committer: Ilkka Ollakka
Revert "qt4: discontinuity stats signal timeline changes in the content"
This reverts commit d700966ec0ab7f98ae4308cfcffe5c4d7ea66718.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9668f1a0280644e12679d07deeef208951bd3f23
---
 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"),
    
    
More information about the vlc-commits
mailing list