[gstreamer-bugs] [Bug 635351] gst-camera crashes trying to record video

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Dec 20 00:42:11 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=635351
  GStreamer | don't know | 0.10.29

Stefan Kost (gstreamer, gtkdoc dev) <ensonic> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #12 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2010-12-20 08:42:05 UTC ---
This looks like a different issue - "linking vorbisenc0 failed". Can run it as:
LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so GST_DEBUG="*:5" GST_DEBUG_NO_COLOR=1
gst-camera 2>debug.log
and attach the log here (gzip it if too large).

A few more questions:
What linux distro are you using?
What gstreamer versions are you using?
If you start gstreamer-properties, what is the audio-source there?

I wonder if we miss a audioconvert in the test app. Can you edit the source of
tests/examples/camerabin/gst-camera.c, line 548 and change:
  g_object_set (gst_camera_bin, "flags", 0xdf, NULL);
to
  g_object_set (gst_camera_bin, "flags", 0xff, NULL);
and retry.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list