Show
Ignore:
Timestamp:
03/03/09 17:51:01 (4 years ago)
Author:
robert
Message:

Introduce FFmpegAudioStream implementation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegDecoderAudio.cpp

    r9827 r9847  
    107107 
    108108 
    109 void FFmpegDecoderAudio::setAudioSink(osg::ref_ptr<osg::AudioSinkInterface> audio_sink) 
     109void FFmpegDecoderAudio::setAudioSink(osg::ref_ptr<osg::AudioSink> audio_sink) 
    110110{ 
    111111    // The FFmpegDecoderAudio object takes the responsability of destroying the audio_sink. 
     112    osg::notify(osg::NOTICE)<<"Assigning "<<audio_sink<<std::endl; 
    112113    m_audio_sink = audio_sink; 
    113114}