[gstreamer-bugs] [Bug 352827] re-negotiation issues with dynamic pipelines and level or volume.

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Sep 8 03:45:15 PDT 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=352827
 GStreamer | gstreamer (core) | Ver: 0.10.x





------- Comment #7 from Edward Hervey  2006-09-08 10:44 UTC -------
The problem is that base_transform_buffer_alloc() is doing NO checks whatsoever
when ->have_same_caps is set to TRUE, it just blindly calls buffer_alloc() on
the src pad.

The proposed fix will, if ->have_same_caps is TRUE, check the requested caps
against the caps of the sink pad. If they are different,
base_transform_buffer_alloc() will behave as if have_same_caps() is FALSE.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list