After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 583337 - [mxfmux] Wrong layout for non-interlaced formats
[mxfmux] Wrong layout for non-interlaced formats
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal blocker
: 0.10.12
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-20 14:54 UTC by Edward Hervey
Modified: 2009-05-20 15:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
s/1/0/ (478 bytes, patch)
2009-05-20 15:00 UTC, Edward Hervey
none Details | Review
really only fix the layout (397 bytes, patch)
2009-05-20 15:02 UTC, Edward Hervey
committed Details | Review

Description Edward Hervey 2009-05-20 14:54:51 UTC
This is a regression introduced by 7a30947913c215baabaa0ae1b93b9582f82d3cd5

When the incoming video format is not interlaced, the frame_layout is set to 1 (SEPARATE_FIELDS) whereas it should be 0 (FULL_FRAME).
Comment 1 Edward Hervey 2009-05-20 15:00:23 UTC
Created attachment 135025 [details] [review]
s/1/0/
Comment 2 Edward Hervey 2009-05-20 15:02:59 UTC
Created attachment 135027 [details] [review]
really only fix the layout
Comment 3 Edward Hervey 2009-05-20 15:13:09 UTC
commit 0520a2a53b91fa58ddf605f41b916fe3ef7afb50
Author: Edward Hervey <bilboed@bilboed.com>
Date:   Wed May 20 17:10:40 2009 +0200

    mxf: Fix frame_layout for non-interlaced formats. Fixes #583337