GNOME Bugzilla – Bug 152995
[threads/basic] NULL pointer dereference in basic scheduler, calling gst_debug_log
Last modified: 2005-06-30 15:15:02 UTC
using gnome-media 2.8.0 and gstreamer core+plugins CVS gstreamer-properties, videosrc = v4l2, clicking on test i've got 2 thing then : - v4l2src has a problem with its caps not beeing a subset of template caps (already reported in bugzilla) - segfault the only valid thing i could see in the segfault is :
+ Trace 50247
what tells me it could be a NULL pointer deref is that category & object are at 0
category or object being NULL should not cause a segfault. It's unlikely these are actually NULL, more likely that gcc is modifying their stack locations after the function call. Could you try to reproduce this and paste the complete stack trace (preferably with -O0, but no big deal)?
i no more have this device so i can't test anymore closing