[gstreamer-bugs] [Bug 328824] crash reading .PNG file
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Sat Jan 28 02:21:25 PST 2006
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=328824
GStreamer | gst-plugins-good | Ver: 0.10.1
Tim-Philipp Müller changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEEDINFO
------- Comment #7 from Tim-Philipp Müller 2006-01-28 10:21 UTC -------
Seems to be a valid PNG, but of slightly unusual dimensions (5x2500). Decodes
and displays fine here with:
gst-launch-0.10 filesrc location=328824.png ! decodebin ! ffmpegcolorspace !
ximagesink audiotestsrc num-buffers=1024 ! fakesink sync=true
(the audiotestsrc ! fakesink bit is there to make the image stay visible on the
screen for a while).
Michael, does that pipeline work for you when you run it from the command line?
Can you reproduce the crash?
Might just be a smacked stack and a bad trace. gst_pngdec_get_type() isn't
called from gst_task_get_type(), which in turn probably isn't called from
g_thread_pool_free() either.
--
Configure bugmail: http://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