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 652727 - multifilesrc: add ability to loop
multifilesrc: add ability to loop
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.31
Assigned To: David Schleef
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-06-16 12:57 UTC by Jonny Lamb
Modified: 2011-07-10 08:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
multifile: add loop property to multifilesrc (3.84 KB, patch)
2011-06-16 12:58 UTC, Jonny Lamb
none Details | Review

Description Jonny Lamb 2011-06-16 12:57:57 UTC
It'd be nice to be able to go back to the beginning when EOS is hit.
Comment 1 Jonny Lamb 2011-06-16 12:58:52 UTC
Created attachment 190040 [details] [review]
multifile: add loop property to multifilesrc

My first GStreamer patch!
Comment 2 David Schleef 2011-06-17 09:04:39 UTC
Seems reasonable.  Will review patch soon hopefully.
Comment 3 David Schleef 2011-07-10 02:24:57 UTC
commit abb646dcd1920a5c2fcd49e3a76631beb3b71949
Author: David Schleef <ds@schleef.org>
Date:   Sat Jul 9 19:23:41 2011 -0700

    multifilesrc: Improve looping
    
    Add start-index and stop-index properties.

commit 9149ce8d9d576c122f7be843291f47f1807c9c80
Author: Jonny Lamb <jonnylamb@jonnylamb.com>
Date:   Thu Jun 16 13:57:03 2011 +0100

    multifile: add loop property to multifilesrc
    
    Fixes: #652727
    
    Signed-off-by: Jonny Lamb <jonnylamb@jonnylamb.com>
    Signed-off-by: David Schleef <ds@schleef.org>