sorta solved: "AVC Status: Unknown state" on recent kernels
Michael Shigorin <[email protected]> Sun, 30 Oct 2011 18:15:31 +0200
| Newsgroups | gmane.comp.video.kino.devel |
|---|---|
| Message-ID | <[email protected]> |
--ZGiS0Q5IWpPtfppv
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Hello,
just for the record: kino-1.3.4 rebuilt against libdc1394 at
least fix the tape rewinding in capture mode -- this message
on console log still stays:
AVC Status: Unknown state
as well as somewhat weird control buttons behaviour (sort of
blinking and sporadic timer resets)
*but*
at least the "rewind all the way back" works for me again :)
The breakage came after updating from a distribution branch
with 2.6.32 based kernel to the current one with 3.0.[68]
(there was at least one 2.6.32 out there packaged using the
former IEEE1394 stack back then).
Just in case, attaching the Gentoo patch for the bundled ffmpeg
to be built with v4l2 (since 2.6.38, see also debian #621996).
I'm considering re-training parents to use kdenlive but that's
rather a winter project, and legacy SMIL files are to be still
processable somehow...
--
---- WBR, Michael Shigorin <[email protected]>
------ Linux.Kiev http://www.linux.kiev.ua/
--ZGiS0Q5IWpPtfppv
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="kino-1.3.4-v4l1.patch"
--- kino-1.3.3.orig/ffmpeg/libavdevice/v4l.c 2011-05-17 02:20:37.161004916 +0400
+++ kino-1.3.3.orig/ffmpeg/libavdevice/v4l.c 2011-05-17 02:21:57.302377529 +0400
@@ -26,7 +26,7 @@
#include <sys/mman.h>
#include <sys/time.h>
#define _LINUX_TIME_H 1
-#include <linux/videodev.h>
+#include <libv4l1-videodev.h>
#include <time.h>
typedef struct {
--- kino-1.3.3.orig/src/v4l.h 2011-05-17 02:20:38.896969666 +0400
+++ kino-1.3.3.orig/src/v4l.h 2011-05-17 02:21:39.922730395 +0400
@@ -40,7 +40,7 @@
#define _DEVICE_H_
#define _LINUX_TIME_H
-#include <linux/videodev.h>
+#include <libv4l1-videodev.h>
#include "displayer.h"
--ZGiS0Q5IWpPtfppv
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook
in minutes. BlackBerry App World™ now supports Android™ Apps
for the BlackBerry® PlayBook™. Discover just how easy and simple
it is! http://p.sf.net/sfu/android-dev2dev
--ZGiS0Q5IWpPtfppv
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Kino-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kino-dev
--ZGiS0Q5IWpPtfppv--