GNOME Bugzilla – Bug 578234
[gnloperation] Implement time-shifting on sinkpad event/queries
Last modified: 2009-04-20 09:25:03 UTC
For example: - track 1, 0-10 seconds: position reported on pad is 0-10 seconds - track 2 starts, overlaps with 1 from 10-15: position reported on pad is 0-5 seconds - track 1 ends, track 2 is alone again, from 15-30: position reported on pad is 15-30
The problem is that gnloperations don't do any event/query time-shifting on their sinkpads. Changing title accordingly.
commit 8a8acad6d9a045211e3fad053c71f835e34e5dd5 Author: Edward Hervey <bilboed@bilboed.com> Date: Sun Apr 19 13:29:41 2009 +0200 gnlghostpad. Implement outgoing_{qos|position} handling. Fixes #578234
works here, thanks!