GNOME Bugzilla – Bug 712254
multifilesrc: Implement seeking in case of multiple images
Last modified: 2014-05-23 13:33:16 UTC
This is just a very simplistic approche to be able to seek with images. I am wondering if we could find a general approche to implement seeking in there, with the current codebase I could not find any solution. I believe that this approche covers most of the use cases so I am proposing it, and would be happy to hear about better solution.
Created attachment 259767 [details] [review] multifilesrc: Implement seeking in case of multiple images
-> good I guess?
Created attachment 259771 [details] [review] multifilesrc: Implement seeking in case of multiple images
Attachment 259771 [details] pushed as 1fc5912 - multifilesrc: Implement seeking in case of multiple images
I'm not fully convince introducing notion of framerate in that source was right. When someone start using it for let's say audio, and add up hacks for audio seeking, it's going to be really hairy code. Can't we just work in bytes ?