[Bug 761014] File can't be played with hardware acceleration in Android gstreamer tutorial 5

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Feb 4 07:11:00 UTC 2016


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

--- Comment #69 from Matthew Waters (ystreet00) <ystreet00 at gmail.com> ---
commit 72bc7d7f736a10117fedb8e1d4013a4946cfefbc
Author: Matthew Waters <matthew at centricular.com>
Date:   Thu Feb 4 16:36:28 2016 +1100

    h264parse: increase caps equality check for no codec_data

    When converting from avc to byte-stream, there will not be any codec_data
    in the src caps.  Remove it before the equality check to avoid sending caps
    events downstream on every SPS/PPS change.

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

commit f352691a04896d0de3381fe8ee85ada948bd6337
Author: Matthew Waters <matthew at centricular.com>
Date:   Thu Feb 4 15:34:04 2016 +1100

    h264parse: try the current caps before querying downstream

    If we have a stream that contains an unchanging SPS/PPS for every video
frame,
    we don't need to to constantly query downstream for it's supported caps if
the
    current caps are compatible with the negotiated caps.

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

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