GNOME Bugzilla – Bug 634598
playsink: Add a property to forward seek events to all pads
Last modified: 2011-05-09 10:36:01 UTC
When using playsink with un-related incoming streams (like for example two gnlcompositions), we need to make sure the seek events are forwarded to all incoming streams (as opposed to just one)
Created attachment 174260 [details] [review] playsink: Add a property to forward seek events to all pads In the case where we use playsink with un-related incoming streams (like two gnlcompositions), the seek events need to be forwarded to all incoming streams.
I remember adding something to playbin2 for this too already for external subtitle files. I'm not sure if the property in playsink is the correct way to do it though, it might be better to handle this in the application/element using playsink because only there you know which streams belong together and which streams should get the seek event.
Is this still needed? Do you agree with my comment? ;)
I circumvented the issue by directly handling playsink in the GESTimelinePipeline as you mentionned. Sorry for the delay in replying :)