GNOME Bugzilla – Bug 315986
[API] GstStateChangeReturn enum members have same prefix as GstStateChange ones
Last modified: 2005-11-14 14:22:00 UTC
see GST_STATE_CHANGE_SUCCESS vs GST_STATE_CHANGE_NULL_TO_READY
I think this was done on purpose to keep the enums short. GST_STATE_CHANGE_RETURN_SUCCESS is way too long IMHO, same for GST_STATE_TRANSITION_NULL_TO_READY. Also, we have GstFlowReturn and GST_FLOW_OK etc., so at least there are other cases where the prefix does not match the type. Is this awkward for language bindings or primarily an aesthetic issue? </random comment> Cheers -Tim
I think it's ok, doesn't bother guile or python either.
Closing as NOTABUG