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:
Thibault Saunier 2014-12-13 16:00:19 +01:00
parent 8848657ce3
commit 71d53bb2d3

View file

@ -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];
};