[Bug 787616] glupload: add crop meta support in dmafd uploader
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Sep 13 14:24:51 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=787616
--- Comment #2 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
Review of attachment 359694:
--> (https://bugzilla.gnome.org/review?bug=787616&attachment=359694)
::: gst-libs/gst/gl/gstglupload.c
@@ +737,3 @@
+ if (crop) {
+ in_info->width = MIN (crop->width, in_info->width);
+ in_info->height = MIN (crop->height, in_info->height);
And what if x,y is non-zero ?
--
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