Changeset 32137
- Timestamp:
- 01/06/15 18:11:52 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/player.h
r32132 r32137 720 720 if(ostrstr(tmpfile, "file://") == NULL) 721 721 //status.playercan = 0x7E7F; 722 status.playercan = 0x7 FFF;722 status.playercan = 0x7EFF; 723 723 else 724 724 //status.playercan = 0x7E7F; 725 status.playercan = 0x7 FFF;725 status.playercan = 0x7EFF; 726 726 727 727 pipeline = gst_element_factory_make("playbin2", "playbin");
Note: See TracChangeset
for help on using the changeset viewer.