<div>hi</div>
<div>may be this helps , besides check ur code</div>
<div> </div>
<div><a href="http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/design/part-activation.txt">http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/design/part-activation.txt</a></div>
<div><br><br> </div>
<div class="gmail_quote">On Tue, Jul 28, 2009 at 12:59 PM, raju03e <span dir="ltr">&lt;<a href="mailto:raju01e@gmail.com">raju01e@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>Hi,<br><br>I am a newbee to gstreamer. I am trying to explore about push and pull based<br>scheduling in gstreamer.<br>
<br>I wrote pushreader, pullreader plugins.<br><br>In pushreader - sink pad is exposed with chain function, src pad with<br>set_getrange function. In chain function whatever data got from alsasrc, I<br>stored that buffer into plugin internal buffer. Getrange function is using<br>
this internal buffer.<br><br>In pullreader – sink pad is exposed with getrange function, it tries to get<br>data from pushreader and push that data to alsasink.<br><br>Pipeline is alsasrc ! pushreader ! pullreader ! Alsasink<br>
<br>When I tried to execute the above pipeline, only getrange is scheduling,<br>Chain function is not scheduling.<br><br>Please help me to solve this problem.<br><br>Thanks<br>Nagaraju K<br>--<br>View this message in context: <a href="http://www.nabble.com/Scheduling-Problem-tp24693862p24693862.html" target="_blank">http://www.nabble.com/Scheduling-Problem-tp24693862p24693862.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br><br><br>------------------------------------------------------------------------------<br>Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day<br>
trial. Simplify your report design, integration and deployment - and focus on<br>what you do best, core application coding. Discover what&#39;s new with<br>Crystal Reports now.  <a href="http://p.sf.net/sfu/bobj-july" target="_blank">http://p.sf.net/sfu/bobj-july</a><br>
_______________________________________________<br>gstreamer-devel mailing list<br><a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</blockquote></div><br>