GNOME Bugzilla – Bug 110834
[PATCH] - more precise props API
Last modified: 2004-12-22 21:47:04 UTC
gst_props_has_property should g_assert(props) or just return FALSE. The attached patch makes it return FALSE.
Created attachment 15732 [details] [review] proposed patch for gstprops.c
Wouldn't it be more useful to use a g_return_val_if_fail there? So the programmer actually knows he has made a mistake?
Just looked at it and gst_props_get_entry checks for props not being empty. So this is not a bug. Closing it.