[Bug 712645] Quering basesink with negative rate less then -1.0 returns invalid value
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Nov 27 16:50:16 PST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=712645
GStreamer | gstreamer (core) | 0.10.36
--- Comment #2 from Dmitri Toubelis <dmitri at toubelis.org> 2013-11-28 00:50:10 UTC ---
I haven't checked it with 1.x. The code that I have uses some proprietary
components, so I cannot use it as a sample without major reworking.
The simplest way to reproduce it is to use a seekable source connected directly
to fakesink, and then do the following:
- play pipeline forward for let's say 10 seconds
- pause and query position (in time units of course)
- play backwards for 3 seconds
- pause and query position
If my assumptions are correct then second time will be around 17 instead of 7.
I think it should be reproducible in python as well. I never used python with
GStreamer myself but it looks like a good way to do this test. Unfortunately I
will not be able to produce this test myself, so if someone could take a shot
at it that would be awesome.
--
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