[gst-devel] Re: [gst-cvs] thomasvs gst-plugins: gst-plugins/ext/mad/

David I. Lehn dlehn at vt.edu
Thu Dec 12 09:10:02 CET 2002


* Thomas Vander Stichele <thomasvs at users.sourceforge.net> [20021212 08:59]:
> Index: gstmad.c
....
>    mad = GST_MAD (gst_pad_get_parent (pad));
> +  g_assert (GST_IS_MAD (mad));
>  

I'm not sure what our current policy is but using g_return_if_fail()
instead of g_assert() seems to be more the current fad these days.
Maybe it doesn't matter since it shouldn't trigger either way. ;)

-dave




More information about the gstreamer-devel mailing list