Changeset 46348


Ignore:
Timestamp:
11/13/22 21:40:42 (17 months ago)
Author:
obi
Message:

fix gst

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/play.h

    r46345 r46348  
    20282028                playwritevfd(file, showname);
    20292029                printf("player--> playertype: %i\n", playertype);
     2030
    20302031                if(playertype == 1)
    20312032                        rcret = playerstartts(file, 0);
     
    20562057#if defined (EXTGST)
    20572058                        }
     2059                        else
     2060                                rcret = playerstart(file);
    20582061#endif
    2059 
    2060                 }
     2062                }
     2063
    20612064#ifndef SIMULATE
    20622065                if(rcret != 0)
  • titan/titan/player.h

    r46345 r46348  
    14091409int playerstart(char* file)
    14101410{
     1411printf("playerstart111111\n");
    14111412        char * tmpfile = NULL;
    14121413        status.prefillbuffer = 0;
     
    14171418        free(status.actplay);
    14181419        status.actplay = ostrcat(file, NULL, 0, 0);
     1420printf("playerstart222222\n");
    14191421       
    14201422        if(status.actplay != NULL && getconfigint("showlastpos", NULL) == 1)
     
    14571459        {
    14581460#endif 
    1459 #ifdef EPLAYER4
     1461
     1462        #ifdef EPLAYER4
    14601463                status.prefillbuffercount = 0;
    14611464                status.bufferpercent = 0;
    1462 #endif 
    1463 #if defined (EXTGST)
    1464         }
    1465 #endif
    1466 
     1465        #endif
     1466
     1467#if defined (EXTGST)
     1468        }
     1469#endif
    14671470        if(file != NULL)
    14681471        {
Note: See TracChangeset for help on using the changeset viewer.