[gstreamer-bugs] [Bug 349189] New: LADSPA gstsignalprocessor.c: line 408: assertion failed: (self->pending_in != 0)
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Sat Jul 29 09:13:40 PDT 2006
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=349189
GStreamer | gst-plugins-good | Ver: HEAD CVS
Summary: LADSPA gstsignalprocessor.c: line 408: assertion failed:
(self->pending_in != 0)
Product: GStreamer
Version: HEAD CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-good
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: ensonic at sonicpulse.de
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME version: Unspecified
GNOME milestone: Unspecified
> grep -Hn "pending_in" *.c
gstsignalprocessor.c:328: g_return_if_fail (self->pending_in == 0);
gstsignalprocessor.c:408: g_assert (self->pending_in != 0);
gstsignalprocessor.c:410: self->pending_in--;
gstsignalprocessor.c:412: if (self->pending_in == 0) {
gstsignalprocessor.c:469: if (self->pending_in != 0) {
gstsignalprocessor.c:558: if (self->pending_in == 0) {
where do we miss the 'self->pending_in++' ?
--
Configure bugmail: http://bugzilla.gnome.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 Gstreamer-bugs
mailing list