GNOME Bugzilla – Bug 698156
souphttpsrc: proper SCHEDULING query support
Last modified: 2013-04-16 18:57:08 UTC
Commit b857cb38ddb63af8ba745c10bece8f1b528af4fe was incorrect because hijacking GstPushSrc query response for SCHEDULING. The souphttpsrc element should instead call the parent element query handler first and then add the _BANDWIDTH_LIMITED flag.
Created attachment 241675 [details] [review] souphttpsrc: proper SCHEDULING query support Chain the query up to parent before adding _BANDWIDTH_LIMITED flag. Fixes #698156
Thanks, pushed: commit d975a70f12d13ea057de1ef760a79108ead43990 Author: Philippe Normand <philn@igalia.com> Date: Tue Apr 16 20:41:10 2013 +0200 souphttpsrc: fix SCHEDULING query support Chain the query up to parent before adding _BANDWIDTH_LIMITED flag, so that all the other flags get set, and push mode gets added as supported activation mode. https://bugzilla.gnome.org/show_bug.cgi?id=693484 https://bugzilla.gnome.org/show_bug.cgi?id=698156