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 110962 - backport of caps refcounting from HEAD
backport of caps refcounting from HEAD
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.6.1
Other Linux
: Normal normal
: 0.6.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-04-16 18:57 UTC by Wim Taymans
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for refcount fixes (58.37 KB, patch)
2003-04-16 18:58 UTC, Wim Taymans
none Details | Review

Description Wim Taymans 2003-04-16 18:57:05 UTC
Caps refcounting is badly broken in the 0.6 branch, resulting in memory
corruption (noticable in the player as long delays).

following patch brings refcounting in sync with HEAD.
Comment 1 Wim Taymans 2003-04-16 18:58:22 UTC
Created attachment 15775 [details] [review]
patch for refcount fixes
Comment 2 Wim Taymans 2003-04-16 19:00:15 UTC
- This patch also uses gst_mem_chunk for caps/props allocation and
fixes a recursive negotiation problem in gstqueue