mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
stream: add empty new_simple
This commit is contained in:
parent
c362b1ccc5
commit
18bfa9ae6e
1 changed files with 7 additions and 0 deletions
|
|
@ -425,6 +425,13 @@ struct pw_stream *pw_stream_new(struct pw_remote *remote,
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
struct pw_stream *
|
||||||
|
pw_stream_new_simple(struct pw_loop *loop, const char *name, struct pw_properties *props,
|
||||||
|
const struct pw_stream_events *events, void *data)
|
||||||
|
{
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
enum pw_stream_state pw_stream_get_state(struct pw_stream *stream, const char **error)
|
enum pw_stream_state pw_stream_get_state(struct pw_stream *stream, const char **error)
|
||||||
{
|
{
|
||||||
if (error)
|
if (error)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue