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
@ -42,7 +42,7 @@ typedef struct _PvClientPrivate PvClientPrivate;
/**
* PvClient:
*
* Pulsevideo client object class.
* Pinos client object class.
*/
struct _PvClient {
GObject object;
@ -53,7 +53,7 @@ struct _PvClient {
/**
* PvClientClass:
*
* Pulsevideo client object class.
* Pinos client object class.
*/
struct _PvClientClass {
GObjectClass parent_class;