mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
node: remove info from node interface
Replace with info event emited when callbacks are set. This makes it easier to implement dynamic changes.
This commit is contained in:
parent
57e94f7bc4
commit
7bc9c1ebfe
23 changed files with 69 additions and 89 deletions
|
|
@ -476,7 +476,6 @@ spa_ffmpeg_dec_node_port_send_command(struct spa_node *node,
|
|||
|
||||
static const struct spa_node ffmpeg_dec_node = {
|
||||
SPA_VERSION_NODE,
|
||||
NULL,
|
||||
spa_ffmpeg_dec_node_enum_params,
|
||||
spa_ffmpeg_dec_node_set_param,
|
||||
spa_ffmpeg_dec_node_set_io,
|
||||
|
|
|
|||
|
|
@ -453,7 +453,6 @@ static int spa_ffmpeg_enc_node_process(struct spa_node *node)
|
|||
|
||||
static const struct spa_node ffmpeg_enc_node = {
|
||||
SPA_VERSION_NODE,
|
||||
NULL,
|
||||
spa_ffmpeg_enc_node_enum_params,
|
||||
spa_ffmpeg_enc_node_set_param,
|
||||
spa_ffmpeg_enc_node_set_io,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue