[Bug 789476] gdpdepay: assumes wrongly downstream allocator without custom alloc function

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jan 31 13:01:37 UTC 2018


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

--- Comment #7 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Created attachment 367691
  --> https://bugzilla.gnome.org/attachment.cgi?id=367691&action=edit
gdpdepay: don't allocation query if caps aren't fixed

When querying downstream for allocation, and the source caps hasn't
set its caps, using ANY by default, it raises a critical message in
console:

CRITICAL **: gst_video_info_from_caps: assertion 'gst_caps_is_fixed (caps)'
failed

This patch bails out decide_allocation() if the caps aren't fixed.

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