[Bug 694230] quicktime videos have decoding issues in gst-1.x

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Feb 25 02:46:11 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=694230
  GStreamer | gst-plugins | 1.x

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.0.6

--- Comment #20 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-02-25 10:46:05 UTC ---
Thanks a lot for your help and patience.

I've pushed this to the 1.0 branch now:


commit 879052472841d584e0aad21ac220131b586c1de5
Author: Tim-Philipp Müller <tim at centricular.net>
Date:   Mon Feb 25 10:38:09 2013 +0000

    avviddec: fix H.264 decoding errors by disabling multi-threaded decoding

    Multi-threaded decoding does not work properly with the older libav 0.8
    version included in this gst-libav series, so just disable multi-threaded
    decoding again entirely for now. (We could also switch from FF_THREAD_SLICE
    to FF_THREAD_FRAME, but that may have other side-effects and just disabling
    it seems safest for now).

    This works properly in git master with more recent libav 0.9.x versions.

    Adventurous users may still re-enable this functionality by setting
    the GST_AVVIDDEC_MAX_THREADS environment variable to 'auto' or the
    max. number of threads desired.

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

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