mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-15 07:00:05 -05:00
remove old files
This commit is contained in:
parent
4cb90f3b86
commit
7cfd1eb8ee
10 changed files with 7 additions and 1602 deletions
|
|
@ -56,8 +56,6 @@ struct _PinosPortPrivate
|
|||
GBytes *format;
|
||||
PinosProperties *properties;
|
||||
|
||||
PinosBuffer *buffer;
|
||||
|
||||
PinosBufferCallback received_buffer_cb;
|
||||
gpointer received_buffer_data;
|
||||
GDestroyNotify received_buffer_notify;
|
||||
|
|
|
|||
|
|
@ -28,11 +28,12 @@ typedef struct _PinosPort PinosPort;
|
|||
typedef struct _PinosPortClass PinosPortClass;
|
||||
typedef struct _PinosPortPrivate PinosPortPrivate;
|
||||
|
||||
#include <pinos/client/introspect.h>
|
||||
#include <pinos/client/buffer.h>
|
||||
#include <pinos/server/daemon.h>
|
||||
#include <spa/include/spa/buffer.h>
|
||||
|
||||
#include <pinos/client/introspect.h>
|
||||
#include <pinos/server/daemon.h>
|
||||
|
||||
|
||||
#define PINOS_TYPE_PORT (pinos_port_get_type ())
|
||||
#define PINOS_IS_PORT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), PINOS_TYPE_PORT))
|
||||
#define PINOS_IS_PORT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), PINOS_TYPE_PORT))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue