[Bug 730758] tee: Handle ALLOCATION query

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Sep 4 12:04:12 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=730758

--- Comment #11 from Guillaume Desmottes <gdesmott at gnome.org> ---
Review of attachment 357284:
 --> (https://bugzilla.gnome.org/review?bug=730758&attachment=357284)

::: plugins/elements/gsttee.c
@@ +592,3 @@
+  gst_query_parse_allocation (ctx->query, &caps, NULL);
+
+ * allocation would otherwise make dynamic pipelines much more complicated as

Shouldn't we pass the need_pool from ctx->query as well?
Currently by always passing need_pool=FALSE kmssink doesn't return its buffers
requirements, see
https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/sys/kms/gstkmssink.c#n979

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