<div dir="ltr">Hi,  <div><br></div><div>Building a simple application (using C bindings) with the following pipeline of elements:</div><div><br></div><div>filesink -> qtdemux -> qtmux -> filesink</div><div><br></div><div>I've set the filesink 'async' property to FALSE, and taken care of the dynamic pad linking btwn qtdemux and qtmux for both audio and video pads. </div><div><br></div><div>When run, the pipeline goes to the PLAYING state, but no buffers flow through it. </div><div><br></div><div>I suspect the 'stream-start' event didn't flow throw the pipeline since I don't see it in my bus event callback. When debugging with GST_EVENT:5, I see that there is stream-start event upto the mux element, but not for the filesink.  Buffers flow if were to remove the qtmux and sink directly. </div><div><br></div><div>GST_EVENT log can be found here: <a href="http://pastebin.com/nhxgt4f3">http://pastebin.com/nhxgt4f3</a></div><div><br></div><div>Am I missing some configuration?</div><div><br></div><div>Thanks,</div><div>- Kiran</div><div><br></div></div>