mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
validate:scenario: Make action->scenario public API
It can be usefull for action type implementers https://bugzilla.gnome.org/show_bug.cgi?id=743994
This commit is contained in:
parent
8848657ce3
commit
71d53bb2d3
1 changed files with 1 additions and 1 deletions
|
@ -84,13 +84,13 @@ struct _GstValidateAction
|
|||
const gchar *type;
|
||||
const gchar *name;
|
||||
GstStructure *structure;
|
||||
GstValidateScenario *scenario;
|
||||
|
||||
/* < private > */
|
||||
guint action_number;
|
||||
gint repeat;
|
||||
GstClockTime playback_time;
|
||||
GstValidateExecuteActionReturn state; /* Actually ActionState */
|
||||
GstValidateScenario *scenario;
|
||||
|
||||
gpointer _gst_reserved[GST_PADDING_LARGE - sizeof (gint) - 1];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue