[Bug 662199] [capsfilter] behavior has changed

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Dec 8 01:11:54 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=662199
  GStreamer | gstreamer (core) | git

--- Comment #36 from Sebastian Dröge <slomo at circular-chaos.org> 2011-12-08 09:11:49 UTC ---
Also, I forgot to mention that your patch had the problem that it takes the
sink_suggest caps as is. Which again causes the problem that buffers with
incomplete caps could be returned upstream (e.g. video/x-raw-rgb without any
fields, which was the original bug here).


I think this code here should be reorganized a bit. It should first try the
sink_suggest caps, if these are not possible it should try the caps passed to
the bufferalloc function (currently it only tries one of them) and only if this
fails it should try to guess any possible caps. Too bad that this is dead code
that is already gone in 0.11 ;)

-- 
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