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 161764 - [PATCH] caps intersection
[PATCH] caps intersection
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-12-20 10:29 UTC by Wim Taymans
Modified: 2005-02-03 23:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
intersection caps (2.30 KB, patch)
2004-12-20 10:29 UTC, Wim Taymans
none Details | Review

Description Wim Taymans 2004-12-20 10:29:03 UTC
when intersecting caps a simple loop is used that does not preserve the caps
order . Attached is a patch that implements a slightly different algorithm to
combine the caps more intelligently.
Comment 1 Wim Taymans 2004-12-20 10:29:44 UTC
Created attachment 35039 [details] [review]
intersection caps
Comment 2 David Schleef 2004-12-21 01:47:37 UTC
Caps are not ordered by preference.
Comment 3 Ronald Bultje 2005-02-03 23:56:12 UTC
OK, so Dave thinks this won't be applied before 0.9 and I tend to agree. I don't
think it's really useful in 0.8 anyway, given Dave's comment. Most elements
don't pay attention to order and search randomly. Therefore, marking wontfix.
Let's do this right in 0.9, including the core support needed for this.