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 406042 - [v4l2src] fails with radio chips
[v4l2src] fails with radio chips
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-09 09:34 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2007-04-17 11:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefan Sauer (gstreamer, gtkdoc dev) 2007-02-09 09:34:52 UTC
GST_DEBUG="v4l2*:4" gst-launch-0.10 v4l2src device=/dev/radio0 ! fakesink
DEBUG (0x19fd0 - 0:00:01.249908000)              v4l2src( 5893) gstv4l2src.c(570):gst_v4l2src_v4l2fourcc_to_caps: Unknown fourcc 0x31384142 BA81
DEBUG (0x19fd0 - 0:00:01.252196000)              v4l2src( 5893) gstv4l2src.c(570):gst_v4l2src_v4l2fourcc_to_caps: Unknown fourcc 0x30313953 S910
Setting pipeline to PAUSED ...
DEBUG (0x19fd0 - 0:00:01.341033000)                 v4l2( 5893) v4l2_calls.c(357):gst_v4l2_open:<v4l2src0> Trying to open device /dev/radio0
DEBUG (0x19fd0 - 0:00:01.342559000)                 v4l2( 5893) v4l2_calls.c(54):gst_v4l2_get_capabilities:<v4l2src0> getting capabilities
DEBUG (0x19fd0 - 0:00:01.345458000)                 v4l2( 5893) v4l2_calls.c(86):gst_v4l2_fill_lists:<v4l2src0> getting enumerations
DEBUG (0x19fd0 - 0:00:01.346709000)                 v4l2( 5893) v4l2_calls.c(89):gst_v4l2_fill_lists:<v4l2src0>   channels
DEBUG (0x19fd0 - 0:00:01.349547000)                 v4l2( 5893) v4l2_calls.c(150):gst_v4l2_fill_lists:<v4l2src0>   norms
DEBUG (0x19fd0 - 0:00:01.352569000)                 v4l2( 5893) v4l2_calls.c(188):gst_v4l2_fill_lists:<v4l2src0>   controls+menus
DEBUG (0x19fd0 - 0:00:01.370178000)                 v4l2( 5893) v4l2_calls.c(257):gst_v4l2_fill_lists:<v4l2src0> ControlID Mute (980909) unhandled, FIXME
DEBUG (0x19fd0 - 0:00:01.393859000)                 v4l2( 5893) v4l2_calls.c(197):gst_v4l2_fill_lists:<v4l2src0> checking private CIDs
DEBUG (0x19fd0 - 0:00:01.395110000)                 v4l2( 5893) v4l2_calls.c(323):gst_v4l2_fill_lists:<v4l2src0> done
INFO  (0x19fd0 - 0:00:01.396331000)                 v4l2( 5893) v4l2_calls.c(395):gst_v4l2_open:<v4l2src0> Opened device 'TEA5761 FM-Radio' (/dev/radio0) successfully
DEBUG (0x19fd0 - 0:00:01.397735000)                 v4l2( 5893) v4l2_calls.c(477):gst_v4l2_get_norm:<v4l2src0> getting norm
DEBUG (0x19fd0 - 0:00:01.400970000)                 v4l2( 5893) v4l2_calls.c(491):gst_v4l2_get_norm: Failed to get the current norm for device /dev/radio0
DEBUG (0x19fd0 - 0:00:01.402343000)                 v4l2( 5893) v4l2_calls.c(713):gst_v4l2_get_input:<v4l2src0> trying to get input
WARN  (0x19fd0 - 0:00:01.405517000)                 v4l2( 5893) v4l2_calls.c(730):gst_v4l2_get_input:<v4l2src0> warning: Failed to get current input on device '/dev/radio0'.
WARN  (0x19fd0 - 0:00:01.407073000)                 v4l2( 5893) v4l2_calls.c(730):gst_v4l2_get_input:<v4l2src0> warning: system error: Invalid argument
Segmentation fault
Comment 1 Tim-Philipp Müller 2007-02-09 20:54:57 UTC
> Segmentation fault
> 

... how about a stack trace?

Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2007-04-17 11:01:27 UTC
this is fixed in CVS. Radio is not supported, but atleast it does not crash.