[Bug 721941] baseparse: do not accumulate buffers on passthrough mode

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 13 04:42:26 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=721941
  GStreamer | gstreamer (core) | unspecified

Thiago Sousa Santos <thiago.sousa.santos> changed:

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

--- Comment #4 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2014-01-13 12:42:23 UTC ---
Also pushed to 1.2

commit 3f2bea0d4734d2a7db7df092e9a1e1a5a07ae374
Author: Thiago Santos <ts.santos at sisa.samsung.com>
Date:   Mon Jan 13 08:37:37 2014 -0300

    tests: baseparse: add test for reverse playback on passthrough

    Baseparse stores buffers for reverse playback to push on the next
    DISCONT, the issue was that it wouldn't ever check for a discont
    on passthrough mode as it skips all real parsing. This test
    was create to verify this issue and prevent it from happening again

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

commit cd51c9c6d3bb35bd5e5572ab98c063b8cee675c9
Author: Thiago Santos <ts.santos at sisa.samsung.com>
Date:   Sat Jan 11 10:49:17 2014 -0300

    tests: baseparse: add basic test for baseparse

    Just a small test to check that basic playback works

commit 8f2a972071b98649a46826a479ac19c8254074d9
Author: Thiago Santos <ts.santos at sisa.samsung.com>
Date:   Fri Jan 10 09:10:06 2014 -0300

    baseparse: do not accumulate buffers on passthrough mode

    If on passthrough during reverse playback, do not accumulate buffers as
    baseparse will never check for DISCONT flag to push those buffers.
    So just push buffers downstream as if it was forward playback.

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

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