Changeset 30720


Ignore:
Timestamp:
10/26/14 16:19:24 (9 years ago)
Author:
obi
Message:

[mipsel] gst enable subs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/player.h

    r30698 r30720  
    19551955                player->playback->Command(player, PLAYBACK_SWITCH_SUBTITLE, (void*)&num);
    19561956#endif
     1957
     1958#ifdef EPLAYER4
     1959        if(pipeline != NULL)
     1960                g_object_set(G_OBJECT(pipeline), "current-text", num, NULL);   
     1961#endif
    19571962}
    19581963
     
    19731978        }
    19741979#endif
     1980
     1981#ifdef EPLAYER4
     1982        if(pipeline != NULL)
     1983                g_object_set(G_OBJECT(pipeline), "current-text", -1, NULL);
     1984#endif
     1985
    19751986}
    19761987
Note: See TracChangeset for help on using the changeset viewer.