[gstreamer-bugs] [Bug 337981] New: Error in GnlObject::state_change()
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Mon Apr 10 10:31:29 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=337981
GStreamer | gnonlin | Ver: HEAD CVS
Summary: Error in GnlObject::state_change()
Product: GStreamer
Version: HEAD CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gnonlin
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: bilboed at bilboed.com
QAContact: bilboed at bilboed.com
GNOME version: Unspecified
GNOME milestone: Unspecified
There is a bug in GnlObject's state change for 0.10.1 .
After calling the parent state_change() it does ret &= gnl_object_prepare().
The problem is that if the ret was GST_STATE_CHANGE_ASYNC (numeric value even)
and the return of gnl_object_prepare() is TRUE (numeric value odd), then the
result is ... 0 (GST_STATE_CHANGE_FAILURE).
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list