Changeset 2566:fbc8cca765bb in roaraudio


Ignore:
Timestamp:
09/04/09 03:39:45 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

in theory we support 32 bit, but something goes wrong

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/gstreamer0.10/roarsink.c

    r2565 r2566  
    7575        "channels = (int) [ 1, " QM(ROAR_MAX_CHANNELS) " ]; " 
    7676 
     77/* 
    7778        "audio/x-raw-int, " 
    7879        "endianness = (int) { BIG_ENDIAN, LITTLE_ENDIAN }, " 
     
    8283        "rate = (int) [ 1, MAX ], " 
    8384        "channels = (int) [ 1, " QM(ROAR_MAX_CHANNELS) " ]; " 
     85*/ 
    8486 
    8587/* 
Note: See TracChangeset for help on using the changeset viewer.