alsasink leaves sockets openned?

Tim-Philipp Müller t.i.m at zen.co.uk
Wed Jun 12 05:03:08 PDT 2013


On Wed, 2013-06-12 at 13:40 +0200, Jorge Fernandez Monteagudo wrote:

Hi,

> No, I'm creating the pipeline element by element in a C program, the next way:
> 
>   // Create elements.
>   audio_queue  = gst_element_factory_make( "queue", NULL );
>   audio_decode = gst_element_factory_make( "ffdec_aac", NULL );
>   audio_sink   = gst_element_factory_make( "alsasink", NULL );
> 
> 
> I've read your post and you said you can not reproduce that in C, but that's its
> what I have. Have you found anything?

Have you tried if it still happens with GStreamer 1.0 ?

Are  you sure it's the alsasink element leaking the fd and not libasound
for example? Does it happen with all devices, e.g. hw:0 as well? (in
case you use e.g. dmix).

Cheers
 -Tim



More information about the gstreamer-devel mailing list