[gst-devel] how to loop pipelines?
Stefan Kost
ensonic at hora-obscura.de
Mon Dec 28 09:59:51 CET 2009
hi,
Am 22.12.2009 09:59, schrieb gather bzbz:
> Say, if I have a mp3 file, I can play it with "filesrc ! mad ! audioconvert ! osssink ", how can I loop it so that the same mp3 file gets played again and again? idealy, the number of loops can be controled by a number. Thanks a ton!
>
you cannot loop from gst-launch. You need to write an application. Look for
gst_element_seek and GST_SEEK_FLAG_SEGMENT.
Stefan
>
>
>
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list