<div dir="ltr">Hi Jorge.<div><br></div><div style>We had the same problem with python [1]. Are you using gst_parse_launch to create the pipeline or are you creating element by element?</div><div style><br></div><div style>

[1] <a href="http://lists.freedesktop.org/archives/gstreamer-devel/2013-February/039769.html">http://lists.freedesktop.org/archives/gstreamer-devel/2013-February/039769.html</a><br></div></div><div class="gmail_extra"><br clear="all">

<div>Un Saludo<br><br>Ruben Gonzalez Gonzalez<br>TELTEK Video Research <br><a href="http://teltek.es/" target="_blank">http://teltek.es/</a><br></div>
<br><br><div class="gmail_quote">2013/6/12 Jorge Fernandez Monteagudo <span dir="ltr"><<a href="mailto:jorgefm@cirsa.com" target="_blank">jorgefm@cirsa.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi,<br>
<br>
I'm developing a little C player and I play several videos in a sequentally way. I've found<br>
that with videos with sound, when I release the pipeline, some socket file descriptors<br>
remain in the /proc/<pid>/fd . If I left the process running for long time I run out of file<br>
descriptors and the program aborts.<br>
<br>
I trace the problem to the alsasink. If I place the fakesink instead the alsasink no socket<br>
remains from play to play.<br>
<br>
The pipeline for videos with sound is<br>
<br>
gst-launch-0.10 -v filesrc location=$1 ! qtdemux name=demux<br>
   demux.audio_00 ! queue max-size-buffers=8000 max-size-time=0 max-size-bytes=0 ! ffdec_aac ! alsasink<br>
   demux.video_00 ! queue max-size-buffers=2 max-size-time=0 max-size-bytes=0 ! TIViddec2 engineName=codecServer framerate=24/1 ! omapdmaifbsink<br>
<br>
Is it a known bug/feature? is there any solutions  without changing maximum fd for the process?<br>
<br>
Regards,<br>
Jorge<br>
<br>
Este mensaje se dirige exclusivamente a su destinatario y puede contener información privilegiada o CONFIDENCIAL. Si no es vd. el destinatario indicado, queda notificado de que la utilización, divulgación y/o copia sin autorización está prohibida en virtud de la legislación vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma vía y proceda a su destrucción.<br>


<br>
This message is intended exclusively for its addressee and may contain information that is CONFIDENTIAL and protected by professional privilege.<br>
If you are not the intended recipient you are hereby notified that any dissemination, copy or disclosure of this communication is strictly prohibited by law. If this message has been received in error, please immediately notify us via e-mail and delete it.<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>
</blockquote></div><br></div>