Rewind in filesrc
Tim-Philipp Müller
t.i.m at zen.co.uk
Thu Jan 24 09:47:22 PST 2013
On Thu, 2013-01-24 at 12:33 -0500, Olivier Crête wrote:
> > Perfect. multifilesrc works like a charm. When loop=1 it does exactly what I
> > want
> >
> > Only thing is I'm unable to run the following pipeline in loop
> >
> > gst-launch multifilesrc location="/mnt/test/youtube/apple_1.mp4" loop=1 !
> > decodebin ! mp2_encoder ! filesink location=/mnt/test/multiout.mpeg2
> >
> > This is due to the fact that *mp4* and *flv* returns *EOS* which terminates
> > the pipeline. Ofcourse this has nothing do with multifilesrc element
>
> Put a pad probe and drop the EOS event ?
I don't think the demuxer will be able to deal with this ..
Cheers
-Tim
More information about the gstreamer-devel
mailing list