Changeset 30619
- Timestamp:
- 10/19/14 21:15:42 (9 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/play.h
r30556 r30619 1564 1564 if(rcret == getrcconfigint("rcstop", NULL) || rcret == getrcconfigint("rcexit", NULL)) 1565 1565 { 1566 if(status.prefillbuffer == 1) 1567 { 1568 status.prefillbuffer = 2; 1569 continue; 1570 } 1566 1571 playrcstop(playertype, flag); 1567 1572 if(startfile == NULL) -
titan/titan/player.h
r30617 r30619 998 998 999 999 } 1000 else if(status.prefillbuffer == 2) 1001 { 1002 drawscreen(skin, 0, 0); 1003 gst_element_set_state (data->pipeline, GST_STATE_PLAYING); 1004 status.prefillbuffer = 0; 1005 } 1006 1000 1007 break; 1001 1008
Note: See TracChangeset
for help on using the changeset viewer.