mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
validate:scenario: Add a macro to get ActionType from an Action
Summary: Depends on D170 Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D171
This commit is contained in:
parent
53628bd7f2
commit
92732c9f24
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ void gst_validate_action_set_done (GstValidateAction *action);
|
|||
|
||||
#define GST_TYPE_VALIDATE_ACTION (gst_validate_action_get_type ())
|
||||
#define GST_IS_VALIDATE_ACTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_VALIDATE_ACTION))
|
||||
#define GST_VALIDATE_ACTION_GET_TYPE(obj) ((GstValidateActionType*)gst_validate_get_action_type(((GstValidateAction*)obj)->type))
|
||||
GType gst_validate_action_get_type (void);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue