Skip to content
Snippets Groups Projects

avdtpsrc: Fix for transport volume write

  1. Nov 12, 2018
    • Jochen Henneberg's avatar
      avdtputil: Remove dead code · 15fc39c2
      Jochen Henneberg authored and Sebastian Dröge's avatar Sebastian Dröge committed
      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.
      15fc39c2
    • Jochen Henneberg's avatar
      avdtpsrc: Fix transport-volume write · bac0e14e
      Jochen Henneberg authored and Sebastian Dröge's avatar Sebastian Dröge committed
      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.
      bac0e14e
Loading