[Bug 694068] h264parser: Parse the cropping-rectangle separately.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Dec 19 22:26:13 UTC 2017


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

--- Comment #33 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
Review of attachment 248706:
 --> (https://bugzilla.gnome.org/review?bug=694068&attachment=248706)

::: gst/videoparsers/gsth264parse.c
@@ +1730,3 @@
+    GST_INFO_OBJECT (h264parse,
+        "Added CropMeta, crop_rectangle: x=%u y=%u width=%u height=%u",
+        crop_meta->x, crop_meta->y, crop_meta->width, crop_meta->height);

We have no idea if downstream support this or not, is it what we want, best
effort ? Meanwhile, we currently read back this information from the decoder
itself in general, making this less useful, but would serve if the decoder does
not offer it.

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