From 3e634612f45c647bcb2f32a38eac5a7faef5d403 Mon Sep 17 00:00:00 2001 From: AngelCarpintero Date: Tue, 29 Jul 2008 12:59:29 +0000 Subject: [PATCH] Update CREDIT and CHANGELOG, a little fix in external pipe --- CHANGELOG | 2 +- CREDITS | 4 ++++ event.c | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0727cf98..f1f521e1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/CREDITS b/CREDITS index 7e5375e1..fb20b479 100644 --- a/CREDITS +++ b/CREDITS @@ -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 diff --git a/event.c b/event.c index 272431b0..ecdc1b06 100644 --- a/event.c +++ b/event.c @@ -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); } }