Changeset 3963


Ignore:
Timestamp:
Mar 6, 2012 5:37:10 AM (12 years ago)
Author:
nanang
Message:

Fix #1458: removed the problematic sound device direction setting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/pjmedia/src/pjmedia/sound_port.c

    r3553 r3963  
    433433    snd_port->rec_id = prm->base.rec_id; 
    434434    snd_port->play_id = prm->base.play_id; 
    435     snd_port->dir = PJMEDIA_DIR_CAPTURE_PLAYBACK; 
    436435    snd_port->clock_rate = prm->base.clock_rate; 
    437436    snd_port->channel_count = prm->base.channel_count; 
Note: See TracChangeset for help on using the changeset viewer.