[Bug 777780] GstBaseParse incorrectly handles non-flush seek
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jan 26 14:55:20 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=777780
--- Comment #6 from Julien Isorce <julien.isorce at gmail.com> ---
Created attachment 344324
--> https://bugzilla.gnome.org/attachment.cgi?id=344324&action=edit
Minimal test that does not loop playback with big gap.
gcc -Wall -O0 main.c -o main $(pkg-config --cflags --libs gstreamer-1.0)
./main file.mp3
Without attached patch: At each end the pipeline waits for the duration of the
stream doing nothing (just a clock_wait)
With patch: it plays and restart continuously.
Should I put this test in gstreamer/tests/examples ? Or do you want something
which is run upon make check ?
--
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