GNOME Bugzilla – Bug 776606
playbin3: Send SEEK event directly to adaptivedemux
Last modified: 2017-02-17 02:16:32 UTC
Similar to how decodebin2 is doing, send SEEK event directly to adaptivedemux.
Created attachment 342603 [details] [review] playbin3: Store pointer of adaptivedemux element To allow sending event and querying directly to adaptivedemux element
Created attachment 342604 [details] [review] playbin3: Send SEEK event directly to adaptivedemux Since reconfiguration of pipeline can easily happen with adaptive streaming demuxer, send SEEK event directly to adaptivedemux
Created attachment 342605 [details] [review] playbin3: Querying SEEKING/DURATION directly to adaptivedemux Similar to SEEK event, querying SEEKING/DURATION directly to adaptivedemux
One of the main goals of pb3/db3 was to not have to do such workarounds since everything should be connected/linked (as opposed to the previous case of db2 where we had hanging/pending groups). Do you have an example log and use-case where you need this ?
(In reply to Edward Hervey from comment #4) > One of the main goals of pb3/db3 was to not have to do such workarounds > since everything should be connected/linked (as opposed to the previous case > of db2 where we had hanging/pending groups). > > Do you have an example log and use-case where you need this ? Please close this bug. I'd like to solve seeking issue on bug #778763
*** This bug has been marked as a duplicate of bug 778763 ***