mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-24 07:00:05 -05:00
gst: reference the GstPipeWireStream from the pool & the clock
This commit is contained in:
parent
0c40c01477
commit
0bde0ebad8
6 changed files with 37 additions and 22 deletions
|
|
@ -9,14 +9,14 @@
|
|||
#include "config.h"
|
||||
|
||||
#include "gstpipewirecore.h"
|
||||
#include "gstpipewirepool.h"
|
||||
#include "gstpipewireclock.h"
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <pipewire/pipewire.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
typedef struct _GstPipeWirePool GstPipeWirePool;
|
||||
|
||||
#define GST_TYPE_PIPEWIRE_STREAM (gst_pipewire_stream_get_type())
|
||||
G_DECLARE_FINAL_TYPE(GstPipeWireStream, gst_pipewire_stream, GST, PIPEWIRE_STREAM, GstObject)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue