mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
validate: Do not forget to dist _full variant of scrubing scenarios
This commit is contained in:
parent
8e5b495c62
commit
62a0db232c
2 changed files with 3 additions and 1 deletions
|
@ -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\
|
||||
|
|
|
@ -27,4 +27,4 @@ typedef struct _GstValidateScenarioClass GstValidateScenarioClass;
|
|||
typedef struct _GstValidateAction GstValidateAction;
|
||||
typedef struct _GstValidateActionType GstValidateActionType;
|
||||
|
||||
#endif /* __GST_VALIDATE_TYPESS_ */
|
||||
#endif /* __GST_VALIDATE_TYPES_ */
|
||||
|
|
Loading…
Reference in a new issue