[gstreamer-bugs] [Bug 152995] New: - NULL pointer dereference in basic scheduler, calling gst_debug_log
bugzilla-daemon at bugzilla.gnome.org
bugzilla-daemon at bugzilla.gnome.org
Sat Sep 18 04:14:49 PDT 2004
http://bugzilla.gnome.org/show_bug.cgi?id=152995
GStreamer | gstreamer (core) | Ver: HEAD CVS
Summary: NULL pointer dereference in basic scheduler, calling
gst_debug_log
Product: GStreamer
Version: HEAD CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: bugs at leroutier.net
QAContact: gstreamer-bugs at lists.sourceforge.net
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 :
#20 0xb774a272 in gst_debug_log (category=0x0, level=134749344, file=0xb677fd68
"gstbasicscheduler.c",
function=0xb677ffc0 "gst_basic_scheduler_chainhandler_proxy", line=488,
object=0x0, format=0xb67800bc "switching to %p to consume buffer %p")
at gstinfo.c:310
what tells me it could be a NULL pointer deref is that category & object are at 0
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.
More information about the Gstreamer-bugs
mailing list