After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 107501 - Scheduler refcounting breaks on multiple chains
Scheduler refcounting breaks on multiple chains
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal major
: 0.6.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-03-03 22:59 UTC by Benjamin Otte (Company)
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
.c file to break the schedulers (1.67 KB, text/plain)
2003-03-03 23:00 UTC, Benjamin Otte (Company)
Details

Description Benjamin Otte (Company) 2003-03-03 22:59:23 UTC
When creating a pipeline and doing (un)link madness the pipeline can not be
properly unref'd afterwards.

I believe it's because of multiple chain madness wrt loop-based elements in
the schedulers, but I haven't really investigated the issue.

See the comments in the attached patch for more information.
Comment 1 Benjamin Otte (Company) 2003-03-03 23:00:22 UTC
Created attachment 14763 [details]
.c file to break the schedulers
Comment 2 Wim Taymans 2003-03-04 20:57:22 UTC
The issue was related to removing the group from a loopbased element
in the optimal scheduler. Fixed in CVS HEAD.