Changeset 142 for smplayer/trunk/src/mplayerprocess.cpp
- Timestamp:
- May 27, 2013, 3:28:05 PM (12 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 140
- Property svn:mergeinfo changed
-
smplayer/trunk/src/mplayerprocess.cpp
r139 r142 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 2Ricardo Villalba <rvm@users.sourceforge.net>2 Copyright (C) 2006-2013 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 164 164 #endif 165 165 static QRegExp rx_cache("^Cache fill:.*"); 166 static QRegExp rx_cache_empty("^Cache empty.*|^Cache not filling.*"); 166 167 static QRegExp rx_create_index("^Generating Index:.*"); 167 168 static QRegExp rx_play("^Starting playback..."); … … 467 468 #endif 468 469 470 if (rx_cache_empty.indexIn(line) > -1) { 471 emit receivedCacheEmptyMessage(line); 472 } 473 469 474 // The following things are not sent when the file has started to play 470 475 // (or if sent, smplayer will ignore anyway...)
Note:
See TracChangeset
for help on using the changeset viewer.