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 323260 - gst_caps_is_equal unneeded return_if_fail
gst_caps_is_equal unneeded return_if_fail
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-05 11:42 UTC by Wim Taymans
Modified: 2005-12-23 14:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (776 bytes, patch)
2005-12-05 11:43 UTC, Wim Taymans
none Details | Review

Description Wim Taymans 2005-12-05 11:42:57 UTC
gst_caps_is_equal should not return_if_fail if one of the caps is NULL.
Comment 1 Wim Taymans 2005-12-05 11:43:44 UTC
Created attachment 55627 [details] [review]
proposed patch

This patch does not print assertions.