<div dir="ltr"><div><br></div>I'm not sure if this will help because the <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-imagefreeze.html">description says</a> "it duplicates the first frame", but try using <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-imagefreeze.html">imagefreeze</a> after your textrender and see what happens.<div><br></div><div>Cheers</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-04-28 23:30 GMT+02:00 philippe renon <span dir="ltr"><<a href="mailto:philippe_renon@yahoo.fr" target="_blank">philippe_renon@yahoo.fr</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="color:#000;background-color:#fff;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:16px"><div>Hi,</div><div><br></div><div dir="ltr">I am trying to get this pipeline to work on windows with gstreamer 1.4.5</div><div dir="ltr"><br></div><div>videomixer name=mixer ! videoconvert ! d3dvideosink \</div><div>   videotestsrc ! video/x-raw, framerate=10/1 ! mixer. \</div><div>   udpsrc port=5904 ! textrender ! video/x-raw, framerate=10/1 ! mixer.</div><div><br></div><div dir="ltr">This pipeline is supposed to mix a simple test source and rendered text from an udpsrc and render at 10fps.<br></div><div dir="ltr"><br></div><div dir="ltr">It _kinda_ works but:</div><div dir="ltr">- the pipeline stays in Paused state when asked to go to Playing state.</div><div dir="ltr">- need to send 2 udp packets before the pipeline goes into Playing mode</div><div dir="ltr">- 1st packet will cause the renderer window to appear (but black)</div><div dir="ltr">- 2nd packet will move the pipeline in Playing state and will display *one* frame</div><div dir="ltr">- then pipeline will not display any additional frames unless more packets are sent to the udpsrc.<br></div><div dir="ltr"><br></div><div dir="ltr">I have tried to add queue or videorate elements in a lot of places but could not get the pipeline to "run".</div><span class="HOEnZb"><font color="#888888"><div dir="ltr"><br></div><div dir="ltr">Philippe.<br></div><div dir="ltr"><br></div></font></span></div></div><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>