[gstreamer-bugs] [Bug 576234] Crash in audioresample_transform_size
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sat Jan 16 12:34:48 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=576234
GStreamer | don't know | 0.10.25
--- Comment #14 from Sebastian Dröge <slomo at circular-chaos.org> 2010-01-16 20:34:43 UTC ---
Problem is, that totem has a capsfilter which will get new caps whenever the
audio settings are changed. Capsfilter will call gst_base_transform_suggest()
with this, which will later in gst_base_transform_buffer_alloc() call
gst_base_transform_find_transform(). Unfortunately this function requires fixed
caps but totem sets unfixed caps :)
Not sure what should be done here, capsfilter should definitely accept unfixed
caps.
--
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