[Bug 771035] vaapiplugins: set updated image size to bufferpool on sink pad
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Sep 8 11:24:06 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=771035
--- Comment #3 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Review of attachment 335064:
--> (https://bugzilla.gnome.org/review?bug=771035&attachment=335064)
::: gst/vaapi/gstvaapipluginbase.c
@@ +651,3 @@
goto error_create_allocator;
+
+ gst_allocator_get_vaapi_image_size (plugin->sinkpad_allocator, &size);
Please initialize 'size' before, since gst_allocator_get_vaapi_image_size()
might fail.
size = GST_VIDEO_INFO_SIZE (&vi);
--
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