[Bug 723331] a crash while trying to port from gst 0.10
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Jan 31 13:40:39 PST 2014
https://bugzilla.gnome.org/show_bug.cgi?id=723331
GStreamer | don't know | 1.2.2
--- Comment #4 from Rafał Mużyło <galtgendo at o2.pl> 2014-01-31 21:40:37 UTC ---
Created an attachment (id=267758)
View: https://bugzilla.gnome.org/attachment.cgi?id=267758
Review: https://bugzilla.gnome.org/review?bug=723331&attachment=267758
gst-plugins-good patch
OK, there's a funny thing - the crash seems to be a mistake on my part (looks
like I should have used gst_buffer_wrapped_new_full, not shorthand), but I
might have found a bug in gst-plugins-good in flac (and possibly cutter)
plugin.
It uses "S8LE" (well, NE to be exact), which some of the other plugins reject.
Here it cause a caps mismatch between "S8LE" and "S8".
I don't know much about audio formats, but does endianness make sense for 8bit
format ?
As for my zdoom patch, now I'm getting "Unhandled format: 0 bit, 1 channel"
instead of a crash, but I may manage to figure that out on my own.
--
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