[gstreamer-bugs] [Bug 612881] [utils] gst_pad_proxy_setcaps() doesn't handler iterator resyncs

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Apr 13 01:28:56 PDT 2010


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

--- Comment #8 from Sebastian Dröge <slomo at circular-chaos.org> 2010-04-13 08:28:54 UTC ---
OK means that the fold function returned FALSE, which means that setting the
caps on one of the pads has failed. And then we should simply error out IMHO,
resyncing would lead to an infinite loop in the worst case.
ERROR is returned if there was an iterator error, which should give the same
behaviour I think.


DONE will be returned if everything was handled and the func always returned
TRUE.


So your problem is, that sometimes gst_pad_set_caps() fails but on a second try
it works?

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