After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 513280 - Ricoh webcam on Sony Vaio VGN-FE41Z is not working with gstreamer.
Ricoh webcam on Sony Vaio VGN-FE41Z is not working with gstreamer.
Status: VERIFIED FIXED
Product: GStreamer
Classification: Platform
Component: dont know
0.10.15
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-30 21:27 UTC by Edward Karavakis
Modified: 2008-03-11 12:17 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
dbg.log (821 bytes, application/x-gzip)
2008-02-26 17:55 UTC, Edward Karavakis
Details

Description Edward Karavakis 2008-01-30 21:27:16 UTC
My webcam works with ekiga but not with gstreamer... is it unsupported?
It doesn't work with gstreamer-properties when I hit the Test button, "Video for Linux (v4l): Could not negotiate format". Tested with the build-in web camera of Sony Vaio VGN-FE41Z on Fedora 8.
# lsusb
Bus 001 Device 003: ID 05ca:1836 Ricoh Co., Ltd
# lsmod|grep r5u870
r5u870                 61508  0
video_buf              22469  1 r5u870
videodev               28097  1 r5u870
v4l2_common            18625  2 r5u870,videodev
v4l1_compat            15941  2 r5u870,videodev
Comment 1 Edward Karavakis 2008-02-26 17:17:10 UTC
anyone?
Comment 2 Tim-Philipp Müller 2008-02-26 17:27:46 UTC
Could you do this:

 $ GST_DEBUG=*v4l*:5 gst-launch-0.10 v4lsrc num-buffers=10 ! ffmpegcolorspace ! ximagesink 2>dbg.log
 $ gzip dbg.log

and attach the dbg.log.gz file?
Comment 3 Edward Karavakis 2008-02-26 17:54:47 UTC
# GST_DEBUG=*v4l*:5 gst-launch-0.10 v4lsrc num-buffers=10 ! ffmpegcolorspace ! ximagesink 2>dbg.log
ERROR: from element /pipeline0/v4lsrc0: Could not negotiate format
Additional debug info:
gstbasesrc.c(2293): gst_base_src_start (): /pipeline0/v4lsrc0:
Check your filtered caps, if any
Comment 4 Edward Karavakis 2008-02-26 17:55:35 UTC
Created attachment 106008 [details]
dbg.log

dbg.log attached
Comment 5 Edward Karavakis 2008-02-26 17:57:02 UTC
# gstreamer-properties
gstreamer-properties-Message: Skipping unavailable plugin 'artsdsink'
gstreamer-properties-Message: Skipping unavailable plugin 'esdsink'
gstreamer-properties-Message: Skipping unavailable plugin 'v4lmjpegsrc'
gstreamer-properties-Message: Skipping unavailable plugin 'qcamsrc'
gstreamer-properties-Message: Skipping unavailable plugin 'esdmon'
gstreamer-properties-Message: Error running pipeline 'Video for Linux (v4l)': Could not negotiate format [gstbasesrc.c(2293): gst_base_src_start (): /pipeline0/v4lsrc3:
Check your filtered caps, if any]
Comment 6 Edward Karavakis 2008-03-11 12:08:10 UTC
i've downloaded and installed the latest r5u870 module (version 0.11.0 http://wiki.mediati.org/R5u870#Download ) and it works fine, no crashes whatsoever.