gstreamer/validate/gst
Thibault Saunier cdfa1ee61b validate:scenario: Properly handle ASYNC action execution in the API
The ->execute function now return a GstValidateExecuteActionReturn
which can be set as ASYNC in order to tell the scenario that the action
will be executed asynchronously, when the action is done, the caller is
responsible for calling gst_validate_action_set_done(); so that the
scenario keeps going on.

In this commit we make sure that the old API keeps working as
GST_VALIDATE_EXECUTE_ACTION_ERROR == FALSE and
GST_VALIDATE_EXECUTE_ACTION_OK == TRUE

Morevover GstValidateExecuteActionReturn is just a define

API:
    + gst_validate_action_set_done
    + GstValidateExecuteActionReturn

https://bugzilla.gnome.org/show_bug.cgi?id=739854
2014-11-25 19:41:00 +01:00
..
overrides validate: report: Simplify the issue ID registering using GQuarks 2014-10-21 20:21:42 +02:00
preload validate: Move overrides and preload libraries to dedicated folders 2014-05-21 12:00:26 +02:00
validate validate:scenario: Properly handle ASYNC action execution in the API 2014-11-25 19:41:00 +01:00
Makefile.am validate: Move overrides and preload libraries to dedicated folders 2014-05-21 12:00:26 +02:00