Show
Ignore:
Timestamp:
11/29/07 14:26:52 (15 years ago)
Author:
ppalmers
Message:

try to reorganize things such that less information is duplicated

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/src/genericavc/avc_avdevice.cpp

    r745 r748  
    418418        return false; 
    419419    } 
    420     p=new Streaming::AmdtpReceiveStreamProcessor( 
    421                              get1394Service().getPort(), 
     420    p=new Streaming::AmdtpReceiveStreamProcessor(*this, 
    422421                             outputPlug->getNrOfChannels()); 
    423422 
     
    442441    if (snoopMode) { 
    443442        // we are snooping, so this is receive too. 
    444         p=new Streaming::AmdtpReceiveStreamProcessor( 
    445                                   get1394Service().getPort(), 
     443        p=new Streaming::AmdtpReceiveStreamProcessor(*this, 
    446444                                  inputPlug->getNrOfChannels()); 
    447445    } else { 
    448         p=new Streaming::AmdtpTransmitStreamProcessor( 
    449                                 get1394Service().getPort(), 
     446        p=new Streaming::AmdtpTransmitStreamProcessor(*this, 
    450447                                inputPlug->getNrOfChannels()); 
    451448    }