Logging Ffmpeg Fix
Description of Patch
This patch will fix some erroneous log messages which may be emitted by the Ffmpeg handling code. There are some log entries that erroneously get ": Connection reset by peer" appended to them since the logging function is not called with "0" (sometimes it is called with "1".)
Installation of Patch
Download the patch file. If it is packed as a gz or tar.gz unpack it first. Then copy it to the motion source directory and issue the command (assuming the patch file is called filename_of_patch_file.diff)
patch < filename_of_patch_file.diff
Then re-build Motion and test the patch.
Change History of Patch
Kenneth, I'm thinking that this patch needs to be cancelled, as I mis-read the meaning of the 0 and the 1. For reasons that I can't explain, I'm seeing the "Connection reset by peer" errno, so I'll still focus on that rather than let this "patch" through--this patch is bogus, so throw it away.
--
PeterS - 10 May 2006
No problem. I just changed state to Cancelled.
Happy to see if you find out more.
--
KennethLavrsen - 10 May 2006