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 695541 - avidemux: support raw avi with negative height
avidemux: support raw avi with negative height
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-03-10 08:54 UTC by Dirk Van Haerenborgh
Modified: 2013-03-11 14:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
avidemux negative height (898 bytes, patch)
2013-03-10 08:54 UTC, Dirk Van Haerenborgh
none Details | Review

Description Dirk Van Haerenborgh 2013-03-10 08:54:02 UTC
As mentioned in bug report 695540 (https://bugzilla.gnome.org/show_bug.cgi?id=695540), raw video may be store bottom-down (instead of topdown) when setting a negative height in the header.

This patch addresses this by not inverting the buffer when a negative height value is provided. The patch in 695540 is required, in order for caps nego to succeed
Comment 1 Dirk Van Haerenborgh 2013-03-10 08:54:55 UTC
Created attachment 238503 [details] [review]
avidemux negative height
Comment 2 Sebastian Dröge (slomo) 2013-03-11 13:24:35 UTC
commit d7743cf7c6a654276ebc00c918069b25ea1e3f89
Author: Dirk Van Haerenborgh <vhdirk@gmail.com>
Date:   Sun Mar 10 09:25:34 2013 +0100

    avidemux: support raw video with negative height
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695541