<div dir="ltr">Three observations:<div>- You're not linking all your elements in your snippet. You should need at least   'raw video' -> x264enc -> mp4mux -> filesink to store something most players can open.</div><div>- Instead of sending the EOS on your filesink element try sending it on the encoder (once you link things properly) because both mp4mux and the filesink need to receive the EOS. </div><div>- You're not checking if the EOS actually reaches the filesink before setting the pipeline state to NULL. Install an event probe on the filesink just to be sure. </div><div><br></div><div>Cheers</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-01-06 17:12 GMT+01:00 Forzaferrarileo <span dir="ltr"><<a href="mailto:leonardo.ferroro@gmail.com" target="_blank">leonardo.ferroro@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">hi , after your hints , i wrote this snippet  , but there's a problem with<br>
the output file . It contains data , but when i open the file , the player<br>
can't found any playable stream , like when you miss the eos , even if i'm<br>
doing it .<br>
<br>
this is the snippet :<br>
<a href="https://gist.github.com/Forzaferrarileo/04f7b3229d94dd2ee6f9#file-gistfile1-cpp" target="_blank">https://gist.github.com/Forzaferrarileo/04f7b3229d94dd2ee6f9#file-gistfile1-cpp</a><br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Dynamically-start-and-stop-recording-using-valve-tp4670091p4670118.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Dynamically-start-and-stop-recording-using-valve-tp4670091p4670118.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the GStreamer-devel mailing list archive at Nabble.com.<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>
</div></div></blockquote></div><br></div>