link: improve renegotiation

Only suspend an idle node when we need to configure a different format.
This commit is contained in:
Wim Taymans 2017-06-20 12:30:07 +02:00
parent 910318d71f
commit 3b5a308645
20 changed files with 190 additions and 38 deletions

View file

@ -54,11 +54,6 @@ spa_pod_builder_push_format(struct spa_pod_builder *builder,
SPA_POD_TYPE_ID,media_subtype, \
__VA_ARGS__)
int
spa_format_filter(const struct spa_format *format,
const struct spa_format *filter,
struct spa_pod_builder *result);
#ifdef __cplusplus
} /* extern "C" */
#endif