[Bug 771376] video: Add top-field-first / bottom-field-first information to raw video caps if interlaced-mode=interleaved & proxy colorimetry in compressed caps too

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Sep 29 15:38:05 UTC 2016


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

--- Comment #8 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 336514:
 --> (https://bugzilla.gnome.org/review?bug=771376&attachment=336514)

::: ext/libav/gstavcodecmap.c
@@ +2544,3 @@
+          context->field_order = AV_FIELD_TT;
+        } else if (strcmp (s, "bottom-field-first") == 0) {
+          context->field_order = AV_FIELD_TB;

Not sure if this is indeed TT and TB or anything else. Judging from the code in
ffmpeg it could be both.

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