[Bug 673898] [avidemux] Regression: some DIB videos play upside down

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 24 06:51:50 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=673898
  GStreamer | gst-plugins-good | git

Mark Nauwelaerts <mnauw> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |mnauw at users.sourceforge.net
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.31

--- Comment #3 from Mark Nauwelaerts <mnauw at users.sourceforge.net> 2012-07-24 13:51:44 UTC ---
Makes sense to revert the original one if everything worked before (give or
take some extra GStreamer warning caused by the additional checks).

Since it worked before, the caps must have been created correctly.  Since the
caps should be correct anyway (or more problems arise), use the fourcc for the
caps to determine (un)compressedness.

So following commits should sort this out:

commit 15ddde6ef606f4c001c9632446eeb47e2838787f
Author: Mark Nauwelaerts <mark.nauwelaerts at collabora.co.uk>
Date:   Tue Jul 24 15:36:54 2012 +0200

    Revert "avidemux: Don't consider 0 fcc_handler as uncompressed."

    This reverts commit c6b9f5b25ab435669816a07049b0e5a8f01e09ca.

    fourcc GST_RIFF_rgb = 0 still leads to raw uncompressed rgb caps.

    See also https://bugzilla.gnome.org/show_bug.cgi?id=673898

commit adac94e23432ac7448ca3c1247eb9bff22b20b9e
Author: Mark Nauwelaerts <mark.nauwelaerts at collabora.co.uk>
Date:   Tue Jul 24 15:38:24 2012 +0200

    avidemux: use same fourcc to determine caps in determining
uncompressed-ness

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

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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