Commit d700966e authored by Jean-Paul Saman's avatar Jean-Paul Saman Committed by Ilkka Ollakka

qt4: discontinuity stats signal timeline changes in the content

Signed-off-by: default avatarIlkka Ollakka <ileoo@videolan.org>
parent fa9af46d
...@@ -575,7 +575,7 @@ InputStatsPanel::InputStatsPanel( QWidget *parent ): QWidget( parent ) ...@@ -575,7 +575,7 @@ InputStatsPanel::InputStatsPanel( QWidget *parent ): QWidget( parent )
"0", input, "kb/s" ); "0", input, "kb/s" );
CREATE_AND_ADD_TO_CAT( corrupted_stat, qtr("Discarded (corrupted)"), CREATE_AND_ADD_TO_CAT( corrupted_stat, qtr("Discarded (corrupted)"),
"0", input, "" ); "0", input, "" );
CREATE_AND_ADD_TO_CAT( discontinuity_stat, qtr("Dropped (discontinued)"), CREATE_AND_ADD_TO_CAT( discontinuity_stat, qtr("Timeline changed"),
"0", input, "" ); "0", input, "" );
CREATE_AND_ADD_TO_CAT( vdecoded_stat, qtr("Decoded"), CREATE_AND_ADD_TO_CAT( vdecoded_stat, qtr("Decoded"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment