mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-13 13:30:05 -05:00
Add h264 format
Improve format support Remove the type from the value because we can find that from the property info.
This commit is contained in:
parent
648e5a299b
commit
829adbab59
19 changed files with 363 additions and 309 deletions
|
|
@ -138,7 +138,6 @@ pinos_client_node_get_socket_pair (PinosClientNode *this,
|
|||
priv->fd = g_socket_get_fd (priv->sockets[0]);
|
||||
|
||||
spa_node_get_props (node->node, &props);
|
||||
value.type = SPA_PROP_TYPE_INT;
|
||||
value.value = &priv->fd;
|
||||
value.size = sizeof (int);
|
||||
spa_props_set_prop (props, spa_props_index_for_name (props, "socket"), &value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue