[Gstreamer-bugs] [Bug 141304] - GST_CAPS and GST_IS_CAPS broken
bugzilla-daemon at widget.gnome.org
bugzilla-daemon at widget.gnome.org
Wed Apr 28 09:34:35 PDT 2004
http://bugzilla.gnome.org/show_bug.cgi?id=141304
GStreamer | gstreamer (core) | Ver: HEAD CVS
------- Additional Comments From t.i.m at zen.co.uk 2004-04-28 12:34 -------
Created an attachment (id=27170)
--> (http://bugzilla.gnome.org/attachment.cgi?id=27170&action=view)
gstcaps.c - replaced all caps != NULL assertions with GST_IS_CAPS(caps) etc.
<Company> bitshifter: for added bonus, replace all g_return_if_fail (caps !=
NULL) with g_return_if_fail (GST_IS_CAPS (caps)) and similar
Please double-check especially the GValue asserts in
gst_caps_transform_to_string() for sanity.
Cheers
-Tim
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.
More information about the Gstreamer-bugs
mailing list