mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -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
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
#include "server/pv-daemon.h"
|
||||
#include "server/pv-source-output.h"
|
||||
|
||||
#include "dbus/org-pulsevideo.h"
|
||||
#include "dbus/org-pinos.h"
|
||||
|
||||
struct _PvSourceOutputPrivate
|
||||
{
|
||||
|
|
@ -202,7 +202,7 @@ handle_start (PvSourceOutput1 *interface,
|
|||
no_format:
|
||||
{
|
||||
g_dbus_method_invocation_return_dbus_error (invocation,
|
||||
"org.pulsevideo.Error", "No format");
|
||||
"org.pinos.Error", "No format");
|
||||
close (fd[0]);
|
||||
close (fd[1]);
|
||||
g_clear_pointer (&priv->requested_format, g_bytes_unref);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue