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 712254 - multifilesrc: Implement seeking in case of multiple images
multifilesrc: Implement seeking in case of multiple images
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other All
: Normal enhancement
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-11-13 23:21 UTC by Thibault Saunier
Modified: 2014-05-23 13:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
multifilesrc: Implement seeking in case of multiple images (3.18 KB, patch)
2013-11-13 23:21 UTC, Thibault Saunier
none Details | Review
multifilesrc: Implement seeking in case of multiple images (3.46 KB, patch)
2013-11-14 00:02 UTC, Thibault Saunier
committed Details | Review

Description Thibault Saunier 2013-11-13 23:21:31 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.
Comment 1 Thibault Saunier 2013-11-13 23:21:34 UTC
Created attachment 259767 [details] [review]
multifilesrc: Implement seeking in case of multiple images
Comment 2 Tim-Philipp Müller 2013-11-13 23:35:42 UTC
-> good I guess?
Comment 3 Thibault Saunier 2013-11-14 00:02:17 UTC
Created attachment 259771 [details] [review]
multifilesrc: Implement seeking in case of multiple images
Comment 4 Thibault Saunier 2013-11-22 22:00:54 UTC
Attachment 259771 [details] pushed as 1fc5912 - multifilesrc: Implement seeking in case of multiple images
Comment 5 Nicolas Dufresne (ndufresne) 2014-05-23 13:33:16 UTC
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 ?