fix for web app identification 34/15934/1
authorJaska Uimonen <jaska.uimonen@helsinki.fi>
Fri, 31 Jan 2014 07:38:17 +0000 (09:38 +0200)
committerJaska Uimonen <jaska.uimonen@helsinki.fi>
Fri, 31 Jan 2014 08:42:50 +0000 (10:42 +0200)
Change-Id: Ib5b70674c6db9186613ba5b4b97936c551f26387

murphy/classify.c

index dfa0f9e..2ff89a2 100644 (file)
@@ -311,7 +311,7 @@ mir_node_type pa_classify_guess_stream_node_type(struct userdata *u,
         }
 
         if ((bin = pa_proplist_gets(pl, PA_PROP_APPLICATION_PROCESS_BINARY))) {
-            if (!strcmp(bin, "threaded-ml") || !strcmp(bin, "WebProcess")) {
+            if (!strcmp(bin, "threaded-ml") || !strcmp(bin, "WebProcess") || !strcmp(bin,"wrt_launchpad_daemon")) {
                 if (!pid)
                     break;