Summary: | media-plugins/gst-plugins-v4l2-0.10.28-r1: v4l2src is not working with ffmpegcolorspace (gst-plugins-base-0.10.32) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Eddy Zavaleta <eddy> |
Component: | [OLD] GNOME | Assignee: | GStreamer package maintainers <gstreamer> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | filmor, kripton |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
gst-launch output
Output using GST_DEBUG=*:5,GST_REGISTRY:2 |
Description
Eddy Zavaleta
2011-04-27 07:19:48 UTC
Created attachment 271291 [details]
gst-launch output
Output from
$ gst-launch-0.10 -v v4l2src ! ffmpegcolorspace ! xvimagesink
I can't reproduce on my system with my gspca webcam. "WARNING: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Got unexpected frame size of 262529 instead of 614400." looks to be the suspect; perhaps xvimagesink could handle that mmap memory and ffmpegcolorspace not with your v4l2src chosen video caps or something of that sort. Maybe the output of GST_DEBUG=*:5,GST_REGISTRY:2 gst-launch-0.10 -v v4l2src num-buffers=1 ! ffmpegcolorspace ! xvimagesink could get us further? Created attachment 271495 [details]
Output using GST_DEBUG=*:5,GST_REGISTRY:2
I'm using a macbook pro with isight built-in camera.
I also have this problem on a Macbook 1,1. Substituting ffmpegcolorspace by videoscale gives the same results. According to the Ubuntu Bugtracker this is a kernel bug: https://bugzilla.kernel.org/show_bug.cgi?id=36152 Does anyone have a kernel where this setup actually works? Mine is 2.6.39. gstreamer 0.10 has been finally removed from the tree. If this is an issue with the 1.0 series too, please file a new bug against that version. |