Query for scheduling
AshishS
tattibits at gmail.com
Mon Dec 29 05:45:17 PST 2014
Hi All,
Below is a scheduling query for gstreamer. As i am not getting clear Idea.
Considering a pushing src plugin.
Below the scheduling i am *assuming*(As not completely sure about demuxer
and fakesink scheduling).
l: exposes a loop function, so it can act as a pushing source.
c: exposes a chain function
[(mysrcplugin) src (l)]---[(c) sink (demuxer) src()]---[(c)sink (fakesink)]
1) Referring gstreamer0.10/docs/design/part-scheduling.txt, what is the
difference in below two. One says "actively pushes", and other says "push
data"?
(l) - (c): srcpad actively pushes data to sinkpad
() - (c): srcpad will push data to sinkpad.
Thanks,
Ashish
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Query-for-scheduling-tp4670042.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list