Quick notes (from module-tunnel.c)

        for (uint32_t j = 0; j < n_ports; j++) {
            uint32_t priority;

            if (pa_tagstruct_gets(t, &s) < 0 || /* name */
                pa_tagstruct_gets(t, &s) < 0 || /* description */
                pa_tagstruct_getu32(t, &priority) < 0) {

                pa_log("Parse failure");
                goto fail;
            }
 
<----- Must add port available status here
        }


** Summary changed:

- sound: lost the ability to show remote audio sinks via Avahi
+ "Parse failure" when connecting to remote sources/sinks

** Changed in: pulseaudio (Ubuntu)
       Status: New => In Progress

** Changed in: pulseaudio (Ubuntu)
     Assignee: (unassigned) => David Henningsson (diwic)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/852902

Title:
  "Parse failure" when connecting to remote sources/sinks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/852902/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to