Changeset 30720 for titan/titan/player.h
- Timestamp:
- 10/26/14 16:19:24 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/player.h
r30698 r30720 1955 1955 player->playback->Command(player, PLAYBACK_SWITCH_SUBTITLE, (void*)&num); 1956 1956 #endif 1957 1958 #ifdef EPLAYER4 1959 if(pipeline != NULL) 1960 g_object_set(G_OBJECT(pipeline), "current-text", num, NULL); 1961 #endif 1957 1962 } 1958 1963 … … 1973 1978 } 1974 1979 #endif 1980 1981 #ifdef EPLAYER4 1982 if(pipeline != NULL) 1983 g_object_set(G_OBJECT(pipeline), "current-text", -1, NULL); 1984 #endif 1985 1975 1986 } 1976 1987
Note: See TracChangeset
for help on using the changeset viewer.