[gstreamer-bugs] [Bug 638599] New: segmentation fault when using --gst-debug=dfbvideosink:5
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Jan 3 11:42:57 PST 2011
https://bugzilla.gnome.org/show_bug.cgi?id=638599
GStreamer | gst-plugins-bad | git
Summary: segmentation fault when using
--gst-debug=dfbvideosink:5
Classification: Desktop
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-bad
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: jesse at spectronix.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
The debug output for dfbvideosink causes a segmentation fault. It seems the
format string is incorrect.
line 1224 -> GST_DEBUG_OBJECT (dfbvideosink, "returning our caps %"
GST_PTR_FORMAT, caps);
should probably be -> GST_DEBUG_OBJECT (dfbvideosink, "returning our caps %s"
GST_PTR_FORMAT, caps);
There also seems to be problems at lines 217, 901, 924, 1157, 1256, 1700, 1773,
and 1777
--
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