[pulseaudio-tickets] [Bug 48376] New: mismatch in dbus org.PulseAudio.Core1.Stream.Move() argument
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Apr 6 02:05:27 PDT 2012
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: pulseaudio-bugs at lists.freedesktop.org
ReportedBy: pmeerw at pmeerw.net
QAContact: pulseaudio-bugs at lists.freedesktop.org
CC: lennart at poettering.net
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.
More information about the pulseaudio-bugs
mailing list