<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:Courier New,courier,monaco,monospace,sans-serif;font-size:14pt"><div style="font-family: Courier New,courier,monaco,monospace,sans-serif; font-size: 14pt;"><div style="font-family: garamond,new york,times,serif; font-size: 12pt;"><font size="2" face="Tahoma"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Stephen M. Webb &lt;stephenw@xandros.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> gstreamer-openmax@lists.sourceforge.net<br><b><span style="font-weight: bold;">Sent:</span></b> Monday, 13 July, 2009 5:39:42 PM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [Gstreamer-openmax] File not playing with Playbin...<br></font><br>Thank you Stephen for your reply....<br><br>On 13/07/09 01:31, Sriramamurti K wrote:<br>&gt;<br>&gt; what can be the Issue?&nbsp; Is My approach is correct. Can i
 implement<br>&gt; filter like this ?<br><br>You can implement a filter like that.&nbsp; You cannot use a filter like that with <br>playbin.&nbsp; Your approach is incorrect.<br><br>Then How can i test my filter with Top level applications like Totem Player etc ..<br>Because back-end to these applications is Playbin Right ?<br><br>&gt; If Yes What playbin is expecting from *myfilter* point of view ?<br>&gt; Please any one have idea on this Please help me to solve this problem.<br>&gt; I got stuck at this point... If Any info needed let me know...<br><br>Playbin expects to select a video decoder filter for your Mpeg4 video stream, <br>which it will pipe through the ffmpegcolorspace and videoscale filters to a <br>selected video sink.&nbsp; Caps are negotiated along the pipeline during the setup <br>and preroll.&nbsp; Once the caps are negotiated, the first frame is sent along the <br>pipeline from source to sink.&nbsp; The same happens for audio.<br><br>I
 understand about Playbin requirements now.If i implement Dummy filters for Decoders and Renders (both audio and Video)&nbsp; above chain will work or not ? (I mean with Playbin)<br><br>If you have written a plugin that acts as a video (or audio) sink and expect <br>it to take the place of a decoder, you will wait a very, very long time for <br>the setup and preroll phase to complete.&nbsp; I hope your decoder does not use <br>hardware that requires a system restart between runs on failure.<br><br>This I am not able to understand. I am having own OpenMax Hardware for all components like Demuxer, Decoders and Renders. As i said i am implemented my filter as Demuxer. Meanwhile i am implemented Dummy Sinks for both audio and video Sinks.&nbsp; with these i am able to test my filters with following chain.<br><br><font size="2"><span style="font-weight: bold;">gst-launch-0.10 filesrc location=/home/sample_mpeg4.mp4 ! MyDemuxer name=demux {demux.audio_00 !
 MyAudioSink }&nbsp; {demux.video_00 ! MyVideoSink }</span></font><br><br>So please suggest how my filter architecture should be ? So that i am able test with Top level media player applications..<br><br><br><br>Thanks &amp; Regards<br><font style="font-style: italic; background-color: rgb(255, 255, 255);" size="4"><span style="font-family: garamond,new york,times,serif; font-weight: bold;">Sriramamurti Kommanapalli</span></font><br><br></div></div></div><br>
      <!--3--><hr size=1></hr> See the Web&#39;s breaking stories, chosen by people like you. Check out <a href="http://in.rd.yahoo.com/tagline_buzz_1/*http://in.buzz.yahoo.com/" target="_blank"> Yahoo! Buzz</a>.</body></html>