validate: Do not forget to dist _full variant of scrubing scenarios

This commit is contained in:
Thibault Saunier 2015-02-16 20:52:54 +01:00
parent 8e5b495c62
commit 62a0db232c
2 changed files with 3 additions and 1 deletions

View file

@ -36,6 +36,8 @@ EXTRA_DIST = simple_seeks.scenario \
pause_resume.scenario \
scrub_forward_seeking.scenario \
scrub_backward_seeking.scenario \
scrub_forward_seeking_full.scenario \
scrub_backward_seeking_full.scenario \
adaptive_video_size.scenario \
adaptive_video_framerate.scenario \
adaptive_video_framerate_size.scenario\

View file

@ -27,4 +27,4 @@ typedef struct _GstValidateScenarioClass GstValidateScenarioClass;
typedef struct _GstValidateAction GstValidateAction;
typedef struct _GstValidateActionType GstValidateActionType;
#endif /* __GST_VALIDATE_TYPESS_ */
#endif /* __GST_VALIDATE_TYPES_ */