[gst-devel] Request for ideas: decoupled elements
Ronald Bultje
rbultje at ronald.bitfreak.net
Wed Sep 24 07:14:11 CEST 2003
Hi Benjamin,
On Wed, 2003-09-24 at 15:29, in7y118 at public.uni-hamburg.de wrote:
> Imagine this simple pipeline:
> { filesrc } ! { queue ! filesink } (example 1)
> This should be the same in functionality as:
> { filesrc ! queue } ! { filesink } (example 2)
> or even:
> { filesrc } ! queue ! { filesink } (example 3)
> though I wouldn't try that last one...
>From what I see, each pad belongs to one scheduler, and each element
belongs to >=1 scheduler, right? So isn't that a good starting point to
implement this?
Ronald
--
Ronald Bultje <rbultje at ronald.bitfreak.net>
Linux Video/Multimedia developer
More information about the gstreamer-devel
mailing list