[gst-devel] Why can't multiple pipelines run in one process at the same time?

Antoine Tremblay hexa00 at gmail.com
Wed Jun 14 15:32:58 CEST 2006


It's possible , just run each pipeline in a separate thread, it should work
fine :)



On 6/14/06, zs p <paaa1976 at yahoo.com.cn> wrote:
>
> I want to playback multiple audio files in one process at the same time.
> However, when I create another pipeline after constructing a pipeline, the
> older pipeline can't work well, even if the newer pipeline is over.
>
> The following step is my experiment:
>
> 1.create pipeline1
> 2.set pipeline1 to GST_STATE_PLAYING to playback, ok
> 3.after 10 seconds , create pipeline2, but pipeline1 can't work well at
> the same time
> 4.set pipeline2 to GST_STATE_PLAYING to playback, ok
>
>
> So I want to know whether gstreamer can support multiple pipelines in one
> process at the same time, OR how to playback multiple files in one process
> synchronously?
>
> Thanks in advance.
>
> __________________________________________________
> 赶快注册雅虎超大容量免费邮箱?
> http://cn.mail.yahoo.com
>
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20060614/0c48dd7d/attachment.htm>


More information about the gstreamer-devel mailing list