Changeset 322

Show
Ignore:
Timestamp:
11/11/06 03:03:53 (17 years ago)
Author:
wagi
Message:

2006-11-11 Daniel Wagner <wagi@newton.monom.org>

  • src/bebob/bebob_avdevice.cpp (setSamplingFrequencyPlug): copy past
    error fixed. Reported by Jamie Gennis jgennis at gmail dot com
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/libfreebob-1.0/ChangeLog

    r313 r322  
     12006-11-11  Daniel Wagner  <wagi@newton.monom.org> 
     2 
     3        * src/bebob/bebob_avdevice.cpp (setSamplingFrequencyPlug): copy past 
     4        error fixed. Reported by Jamie Gennis jgennis at gmail dot com 
     5 
    162006-10-07  Daniel Wagner  <wagi@newton.monom.org> 
    27 
  • branches/libfreebob-1.0/src/bebob/bebob_avdevice.cpp

    r241 r322  
    699699                foundFreq = 
    700700                    static_cast<ESamplingFrequency>( 
    701                         compoundStream->m_samplingFrequency ); 
     701                        syncStream->m_samplingFrequency ); 
    702702            } 
    703703