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 164062 - [PATCH] tee capsnego is broken
[PATCH] tee capsnego is broken
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.8.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-01-14 10:47 UTC by Ronald Bultje
Modified: 2005-01-15 21:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix (2.49 KB, patch)
2005-01-14 10:48 UTC, Ronald Bultje
none Details | Review

Description Ronald Bultje 2005-01-14 10:47:50 UTC
Tee uses proxying, which only works on one pad. As soon as you try to do dynamic
renegotiation or create new pads dynamically, tee breaks. Attached patch fixes
it. Putting here for review.
Comment 1 Ronald Bultje 2005-01-14 10:48:06 UTC
Created attachment 36005 [details] [review]
fix
Comment 2 Ronald Bultje 2005-01-15 21:52:51 UTC
patch was applied as given.