Rename pulsevideo to pinos

This commit is contained in:
Wim Taymans 2015-06-30 18:06:36 +02:00
parent b68b62740c
commit 4b72848a1a
47 changed files with 356 additions and 369 deletions

View file

@ -1,4 +1,4 @@
/* Pulsevideo
/* Pinos
* Copyright (C) 2015 Wim Taymans <wim.taymans@gmail.com>
*
* This library is free software; you can redistribute it and/or
@ -17,7 +17,7 @@
* Boston, MA 02110-1301, USA.
*/
#include "client/pulsevideo.h"
#include "client/pinos.h"
#include "client/pv-context.h"
#include "client/pv-enumtypes.h"
@ -372,7 +372,7 @@ on_client_connected (GObject *source_object,
pv_subscribe_get_proxy (priv->subscribe,
PV_DBUS_SERVICE,
client_path,
"org.pulsevideo.Client1",
"org.pinos.Client1",
NULL,
on_client_proxy,
context);