GNOME Bugzilla – Bug 652727
multifilesrc: add ability to loop
Last modified: 2011-07-10 08:44:39 UTC
It'd be nice to be able to go back to the beginning when EOS is hit.
Created attachment 190040 [details] [review] multifile: add loop property to multifilesrc My first GStreamer patch!
Seems reasonable. Will review patch soon hopefully.
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>