https://bugs.freedesktop.org/show_bug.cgi?id=48376

             Bug #: 48376
           Summary: mismatch in dbus org.PulseAudio.Core1.Stream.Move()
                    argument
    Classification: Unclassified
           Product: PulseAudio
           Version: unspecified
          Platform: Other
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: modules
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
                CC: [email protected]


interface description says
Move(in device : ObjectPath) 

but code dbus/iface-stream.c handle_move() expects a string
pa_assert_se(dbus_message_get_args(msg, NULL, DBUS_TYPE_STRING, &device,
DBUS_TYPE_INVALID));

resulting in 
E: [lt-pulseaudio] iface-stream.c: Assertion 'dbus_message_get_args(msg, NULL,
DBUS_TYPE_STRING, &device, DBUS_TYPE_INVALID)' failed at
modules/dbus/iface-stream.c:614, function handle_move(). Aborting.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
pulseaudio-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

Reply via email to