avdtpsrc: Fix for transport volume write
- Nov 12, 2018
-
-
These function are not used at all, using them together with the transport-volume property from avdtpsrc may end up in a binding loop so we better remove the functions.
-
If properties are proxied through GBinding this can work only if the proxied property keeps it's own value. The previous implementation will read the original value if the proxied property signals a change and thus nothing will happen.
-