fallbacksrc: Some minor fixes
commit 392bfc0b1e67ec207c0de6a7298e6b735752dcba (HEAD -> fallbacksrc-custom-source-readable, gitlab-slomo/fallbacksrc-custom-source-readable)
Author: Sebastian Dröge <sebastian@centricular.com>
Date: Thu Jun 25 13:58:22 2020 +0300
fallbacksrc: Create an `identity sync=true` if the new `clocksync` element can't be found
commit 2e13e4ce73e3e9598b0aa7e02de6bcf05b4e054f
Author: Sebastian Dröge <sebastian@centricular.com>
Date: Thu Jun 25 13:47:45 2020 +0300
fallbacksrc: Mark internal source property for custom sources as write/construct-only
It's only used during construction of the internal bin after all.
Keeping it readable would cause e.g. creating a pipeline graph trying to
read it, which is not implemented.