pinos -> pipewire

This commit is contained in:
Wim Taymans 2017-05-23 19:15:33 +02:00
parent f12a5ffc80
commit 83964cec87
197 changed files with 9430 additions and 11744 deletions

View file

@ -1,5 +1,4 @@
spa_headers = [
'alloc-param.h',
'buffer.h',
'clock.h',
'command.h',
@ -17,6 +16,8 @@ spa_headers = [
'meta.h',
'monitor.h',
'node.h',
'param.h',
'param-alloc.h',
'plugin.h',
'pod.h',
'pod-builder.h',

View file

@ -537,7 +537,7 @@ main (int argc, char *argv[])
data.data_loop.remove_source = do_remove_source;
data.data_loop.invoke = do_invoke;
if ((str = getenv ("PINOS_DEBUG")))
if ((str = getenv ("SPA_DEBUG")))
data.log->level = atoi (str);
data.support[0].type = SPA_TYPE__TypeMap;

View file

@ -632,7 +632,7 @@ main (int argc, char *argv[])
spa_graph_init (&data.graph);
if ((str = getenv ("PINOS_DEBUG")))
if ((str = getenv ("SPA_DEBUG")))
data.log->level = atoi (str);
data.support[0].type = SPA_TYPE__TypeMap;

View file

@ -544,7 +544,7 @@ main (int argc, char *argv[])
data.data_loop.remove_source = do_remove_source;
data.data_loop.invoke = do_invoke;
if ((str = getenv ("PINOS_DEBUG")))
if ((str = getenv ("SPA_DEBUG")))
data.log->level = atoi (str);
data.mode = argc > 1 ? atoi (argv[1]) : MODE_SYNC_PUSH;

View file

@ -472,7 +472,7 @@ main (int argc, char *argv[])
data.data_loop.remove_source = do_remove_source;
data.data_loop.invoke = do_invoke;
if ((str = getenv ("PINOS_DEBUG")))
if ((str = getenv ("SPA_DEBUG")))
data.log->level = atoi (str);
data.support[0].type = SPA_TYPE__TypeMap;

View file

@ -553,7 +553,7 @@ main (int argc, char *argv[])
data.map = spa_type_map_get_default ();
data.log = spa_log_get_default ();
if ((str = getenv ("PINOS_DEBUG")))
if ((str = getenv ("SPA_DEBUG")))
data.log->level = atoi (str);
data.data_loop.size = sizeof (SpaLoop);

View file

@ -1,4 +1,4 @@
/* Pinos
/* Simple Plugin API
* Copyright (C) 2016 Wim Taymans <wim.taymans@gmail.com>
*
* This library is free software; you can redistribute it and/or

View file

@ -1,4 +1,4 @@
/* Pinos
/* Simple Plugin API
* Copyright (C) 2016 Wim Taymans <wim.taymans@gmail.com>
*
* This library is free software; you can redistribute it and/or