[Bug 679958] oggmux unit test fails: should flag all out buffers as DELTA units except those with video key units

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Aug 10 02:51:04 PDT 2012


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|HEAD                        |0.10.37

--- Comment #5 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-08-10 09:51:00 UTC ---
commit 2720abd8b3a4a934b0e6c1ee59b718967aad23d2
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Fri Aug 10 10:45:09 2012 +0100

    oggmux: pick delta pad earlier during header parsing and based on
video/non-video

    Pick delta pad earlier during header parsing, and pick it based
    on whether it's a video stream or not rather than some rather
    byzantine signalling from theoraenc etc. which would set the delta
    flag on header packets which oggmux would then pick up and determine
    that this is a "delta-able" stream.

    Since the new videodecoder-based theoraenc didn't do that any more,
    we would only see the first delta flag on the second video packet,
    which is after we've already muxed a few audio packets flagged as
    key units, which trips up the unit test.

    Fixes pipelines/oggmux unit test.

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

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