Update of /cvsroot/playerstage/code/player/server/drivers/camera/1394
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10951/server/drivers/camera/1394

Modified Files:
        camera1394.cc 
Log Message:
applied patch [ 1849475 ] camera1394 DMA bus cleanup patch for libdc1394 v2.0


Index: camera1394.cc
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/camera/1394/camera1394.cc,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** camera1394.cc       1 Nov 2007 22:16:18 -0000       1.36
--- camera1394.cc       12 Dec 2007 19:15:59 -0000      1.37
***************
*** 1019,1023 ****
    // Stop transmitting camera data
  #if LIBDC1394_VERSION == 0200
!   if (DC1394_SUCCESS != dc1394_video_set_transmission(this->camera, 
DC1394_OFF))
  #else
    if (dc1394_stop_iso_transmission(this->handle, this->camera.node) != 
DC1394_SUCCESS) 
--- 1019,1024 ----
    // Stop transmitting camera data
  #if LIBDC1394_VERSION == 0200
!   if (DC1394_SUCCESS != dc1394_video_set_transmission(this->camera, 
DC1394_OFF)
!       || DC1394_SUCCESS != dc1394_capture_stop(this->camera))
  #else
    if (dc1394_stop_iso_transmission(this->handle, this->camera.node) != 
DC1394_SUCCESS) 


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to