[Bug 777780] GstBaseParse incorrectly handles non-flush seek
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Feb 8 10:58:19 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=777780
Julien Isorce <julien.isorce at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #344643|none |committed
status| |
--- Comment #17 from Julien Isorce <julien.isorce at gmail.com> ---
Comment on attachment 344643
--> https://bugzilla.gnome.org/attachment.cgi?id=344643
tests: add 2 unit tests for non-flush seek with gstbaseparse
commit b66109abf7d4968164af30253b94582e1e835dff
Author: Julien Isorce <jisorce at oblong.com>
Date: Tue Jan 31 09:55:59 2017 +0000
tests: add 2 unit tests for non-flush seek with gstbaseparse
The unit test defines a test parse element that inherit from GstBaseParse.
The test pipeline is: fakesrc ! testparse ! fakesink sync=1
Before the fix b2c05cac8 the first new test would have fail because the
pipeline would have wait doing nothing just after proceeded the seek event.
The second new test would have fail because the pipeline would have
played the media instantly just after proceeded the seek event
(like if sync was FALSE on the sink).
https://bugzilla.gnome.org/show_bug.cgi?id=777780
--
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