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 664880 - [0.11] GstBaseParse default caps query implementation broken
[0.11] GstBaseParse default caps query implementation broken
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.11.x
Other Mac OS
: Normal normal
: 0.11.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-11-26 16:37 UTC by Matej Knopp
Modified: 2011-11-26 20:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.26 KB, patch)
2011-11-26 16:37 UTC, Matej Knopp
committed Details | Review

Description Matej Knopp 2011-11-26 16:37:01 UTC
Created attachment 202192 [details] [review]
patch

gst_caps_intersect_full is called but the return value isn't used. Also check for empty filter caps is missing.