Update CREDIT and CHANGELOG, a little fix in external pipe

This commit is contained in:
AngelCarpintero
2008-07-29 12:59:29 +00:00
parent a0d2151a3e
commit 3e634612f4
3 changed files with 6 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ Bugfixes
http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2008x06x19x123218 (Angel Carpintero)
* Fix round robin in BSD switching to METEOR_CAP_SINGLE. (Angel Carpintero)
* Fix rotate for v4l2 devices using JPEG / MJPEG palettes. (Angel Carpintero)
* Fix v4l2_palette http://www.lavrsen.dk/twiki/bin/view/Motion/UvcvideoMjpegPatch (Gerrit Hannaert)
3.2.10.1 Summary of Changes

View File

@@ -497,6 +497,10 @@ Andrew Hamilton
http://www.lavrsen.dk/twiki/bin/view/Motion/LosslessEncoding
* Added mov , Quicktime file format (Andrew Hamilton).
Gerrit Hannaert
* Fix v4l2_palette http://www.lavrsen.dk/twiki/bin/view/Motion/UvcvideoMjpegPatch
Peter Holik
* Netcam First Header patch. If an error with jpeg decompression occured at
connecting to a mjpeg streaming webcam, this patch skips this jpeg and tries

View File

@@ -407,7 +407,7 @@ static void event_create_extpipe(struct context *cnt, int type ATTRIBUTE_UNUSED,
"rights to target directory", __FUNCTION__, extpipefilename);
return ;
} else {
motion_log(LOG_ERR, 1, "%s: error opening file %s", __FUNCTION__, extpipefilename);
}
}