[Bug 769048] qtmux: prores-related fixes

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Aug 31 06:43:45 UTC 2016


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at coaxion.net

--- Comment #10 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
(In reply to Thiago Sousa Santos from comment #9)

> ::: gst/isomp4/gstqtmux.c
> @@ +4209,3 @@
> +        !g_strcmp0 (interlace_mode, "mixed")) {
> +      /* Assume top-fields-first if unspecified */
> +      gst_structure_get_boolean (structure, "top-field-first", &tff);
> 
> are there more types than top-field-first and bottom-field-first? Maybe it
> would be better to have a string? Does interleave/deinterleave have any caps
> for this already?

This is part of the problem :) TFF/BFF is something we don't signal in caps but
only as buffer flags. I'm thinking of making it (optionally) part of the caps
for interlace-mode=interleaved.

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