mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-15 07:00:05 -05:00
Improve negotiation
Fix selection of the default property value by restricting it to something in the valid range of the property. Fix audio/videotestsrc reuse Fix format enum with filters. Fix module property configuration Fix connection refill
This commit is contained in:
parent
282995d0d0
commit
710a1a41e6
13 changed files with 131 additions and 81 deletions
|
|
@ -29,7 +29,7 @@
|
|||
#include "serialize.h"
|
||||
#include "log.h"
|
||||
|
||||
#define MAX_BUFFER_SIZE 4096
|
||||
#define MAX_BUFFER_SIZE 1024
|
||||
#define MAX_FDS 28
|
||||
|
||||
typedef struct {
|
||||
|
|
@ -1005,9 +1005,6 @@ refill_buffer (PinosConnection *conn, ConnectionBuffer *buf)
|
|||
break;
|
||||
}
|
||||
|
||||
if (len < 8)
|
||||
return false;
|
||||
|
||||
buf->buffer_size += len;
|
||||
|
||||
/* handle control messages */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue