search for: thread_mutex_create

Displaying 2 results from an estimated 2 matches for "thread_mutex_create".

2004 Aug 06
1
ices: Metadata for im_stdinpcm
...handle_event = event_handler; - mod->metadata_update = NULL; + mod->metadata_update = metadata_update; mod->internal = malloc(sizeof(stdinpcm_state)); s = mod->internal; s->rate = 44100; /* Defaults */ s->channels = 2; + s->metadata = 0; + + thread_mutex_create(&s->metadatalock); current = params; @@ -121,10 +174,20 @@ s->rate = atoi(current->value); else if(!strcmp(current->name, "channels")) s->channels = atoi(current->value); + else if(!strcmp(current->name, "met...
2010 Jul 30
33
[PATCHES] Smartjog PatchDump
Hello, I work at SmarctJog.com, we have here some patches on IceCast for performance and reliability, these are mostly client/connection/source cleanups (a slave merge is underway, and some more good stuff (c)), but we'd like this to be merged in before the list gets any longer. Please find attached a list of our patches with a short desc: This one is actually not from us/me, it was found