After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 578234 - [gnloperation] Implement time-shifting on sinkpad event/queries
[gnloperation] Implement time-shifting on sinkpad event/queries
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gnonlin
git master
Other Linux
: Normal normal
: 0.10.11
Assigned To: GStreamer Maintainers
Edward Hervey
Depends on:
Blocks:
 
 
Reported: 2009-04-07 13:11 UTC by Thomas Vander Stichele
Modified: 2009-04-20 09:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thomas Vander Stichele 2009-04-07 13:11:09 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
Comment 1 Edward Hervey 2009-04-19 06:34:33 UTC
The problem is that gnloperations don't do any event/query time-shifting on their sinkpads.

Changing title accordingly.
Comment 2 Edward Hervey 2009-04-19 11:33:14 UTC
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

Comment 3 Thomas Vander Stichele 2009-04-20 09:25:03 UTC
works here, thanks!