validate: Do not forget to dist _full variant of scrubing scenarios
authorThibault Saunier <tsaunier@gnome.org>
Mon, 16 Feb 2015 19:52:54 +0000 (20:52 +0100)
committerThibault Saunier <tsaunier@gnome.org>
Mon, 16 Feb 2015 19:56:49 +0000 (20:56 +0100)
validate/data/Makefile.am
validate/gst/validate/gst-validate-types.h

index 9be7160..1f4f4a4 100644 (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\
index 99df5ae..6ba6c20 100644 (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_ */