mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-22 08:56:59 -05:00
Rename pulsevideo to pinos
This commit is contained in:
parent
b68b62740c
commit
4b72848a1a
47 changed files with 356 additions and 369 deletions
|
|
@ -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
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
#include <gio/gio.h>
|
||||
#include <gst/gst.h>
|
||||
|
||||
#include <client/pulsevideo.h>
|
||||
#include <client/pinos.h>
|
||||
#include <server/pv-daemon.h>
|
||||
#include <modules/gst/pv-gst-manager.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,29 +3,29 @@
|
|||
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
||||
|
||||
<!--
|
||||
This file is part of PulseVideo.
|
||||
This file is part of Pinos.
|
||||
|
||||
PulseVideo is free software; you can redistribute it and/or modify it
|
||||
Pinos is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU Lesser General Public License as
|
||||
published by the Free Software Foundation; either version 2.1 of the
|
||||
License, or (at your option) any later version.
|
||||
|
||||
PulseVideo is distributed in the hope that it will be useful, but WITHOUT
|
||||
Pinos is distributed in the hope that it will be useful, but WITHOUT
|
||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
||||
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
|
||||
Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public
|
||||
License along with PulseVideo; if not, see <http://www.gnu.org/licenses/>.
|
||||
License along with Pinos; if not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
|
||||
<busconfig>
|
||||
|
||||
<!-- System-wide PulseVideo runs as 'pulsevideo' user. This fragment is
|
||||
not necessary for user PulseVideo instances. -->
|
||||
<!-- System-wide Pinos runs as 'pinos' user. This fragment is
|
||||
not necessary for user Pinos instances. -->
|
||||
|
||||
<policy user="pulsevideo">
|
||||
<allow own="org.pulsevideo"/>
|
||||
<policy user="pinos">
|
||||
<allow own="org.pinos"/>
|
||||
</policy>
|
||||
|
||||
</busconfig>
|
||||
Loading…
Add table
Add a link
Reference in a new issue