Ignore:
Timestamp:
Sep 21, 2006 9:06:08 AM (18 years ago)
Author:
bennylp
Message:

Fixed capture device enumeration bug in DirectSound?, and changed SDP generation to put the IP address instead of hostname in the SDP origin field since hostname may not be setup correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/dsound.c

    r648 r732  
    642642 
    643643    /* Enumerate sound capture devices */ 
    644     hr = DirectSoundEnumerate(&DSEnumCallback, (void*)1); 
     644    hr = DirectSoundCaptureEnumerate(&DSEnumCallback, (void*)1); 
    645645    if (FAILED(hr)) 
    646646        return PJ_RETURN_OS_ERROR(hr); 
Note: See TracChangeset for help on using the changeset viewer.