Changeset 32137


Ignore:
Timestamp:
01/06/15 18:11:52 (8 years ago)
Author:
gost
Message:

[titan] deactivate fr.. gstreamer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/player.h

    r32132 r32137  
    720720                if(ostrstr(tmpfile, "file://") == NULL)
    721721                        //status.playercan = 0x7E7F;
    722                         status.playercan = 0x7FFF;
     722                        status.playercan = 0x7EFF;
    723723                else
    724724                        //status.playercan = 0x7E7F;
    725                         status.playercan = 0x7FFF;
     725                        status.playercan = 0x7EFF;
    726726       
    727727                pipeline = gst_element_factory_make("playbin2", "playbin");
Note: See TracChangeset for help on using the changeset viewer.