<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div id="yui_3_16_0_1_1430256025645_2571">Hi,</div><div id="yui_3_16_0_1_1430256025645_2570"><br></div><div dir="ltr" id="yui_3_16_0_1_1430256025645_2568">I am trying to get this pipeline to work on windows with gstreamer 1.4.5</div><div id="yui_3_16_0_1_1430256025645_2569" dir="ltr"><br></div><div id="yui_3_16_0_1_1430256025645_2602">videomixer name=mixer ! videoconvert ! d3dvideosink \</div><div id="yui_3_16_0_1_1430256025645_2686"> videotestsrc ! video/x-raw, framerate=10/1 ! mixer. \</div><div id="yui_3_16_0_1_1430256025645_2687"> udpsrc port=5904 ! textrender ! video/x-raw, framerate=10/1 ! mixer.</div><div style="" class="" id="yui_3_16_0_1_1430256025645_2602"><br></div><div id="yui_3_16_0_1_1430256025645_2688" dir="ltr" style="" class="">This pipeline is supposed to mix a simple test source and rendered text from an udpsrc and render at 10fps.<br></div><div id="yui_3_16_0_1_1430256025645_2689" dir="ltr" style="" class=""><br></div><div id="yui_3_16_0_1_1430256025645_2690" dir="ltr" style="" class="">It _kinda_ works but:</div><div id="yui_3_16_0_1_1430256025645_2691" dir="ltr" style="" class="">- the pipeline stays in Paused state when asked to go to Playing state.</div><div id="yui_3_16_0_1_1430256025645_2734" dir="ltr" style="" class="">- need to send 2 udp packets before the pipeline goes into Playing mode</div><div id="yui_3_16_0_1_1430256025645_2735" dir="ltr" style="" class="">- 1st packet will cause the renderer window to appear (but black)</div><div id="yui_3_16_0_1_1430256025645_2718" dir="ltr" style="" class="">- 2nd packet will move the pipeline in Playing state and will display *one* frame</div><div id="yui_3_16_0_1_1430256025645_2747" dir="ltr" style="" class="">- then pipeline will not display any additional frames unless more packets are sent to the udpsrc.<br></div><div id="yui_3_16_0_1_1430256025645_2717" dir="ltr" style="" class=""><br></div><div id="yui_3_16_0_1_1430256025645_2716" dir="ltr" style="" class="">I have tried to add queue or videorate elements in a lot of places but could not get the pipeline to "run".</div><div id="yui_3_16_0_1_1430256025645_2809" dir="ltr" style="" class=""><br></div><div id="yui_3_16_0_1_1430256025645_2830" dir="ltr" style="" class="">Philippe.<br></div><div id="yui_3_16_0_1_1430256025645_2715" dir="ltr" style="" class=""><br style="" class=""></div></div></body></html>