mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
90c2d32030
Our RTSP server is not accurate, it makes no sense to perform accuracy checks on the client-side segments.
31 lines
1.5 KiB
Makefile
31 lines
1.5 KiB
Makefile
scenariosdir=${datadir}/gstreamer-$(GST_API_VERSION)/validate/scenarios
|
|
scenarios_DATA = simple_seeks.scenario \
|
|
seek_forward.scenario \
|
|
seek_backward.scenario \
|
|
seek_forward_backward.scenario \
|
|
reverse_playback.scenario \
|
|
fast_forward.scenario \
|
|
fast_backward.scenario \
|
|
alternate_fast_backward_forward.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\
|
|
force_key_unit.scenario\
|
|
seek_with_stop.scenario\
|
|
switch_audio_track_while_paused.scenario\
|
|
switch_subtitle_track.scenario\
|
|
switch_subtitle_track_while_paused.scenario\
|
|
disable_subtitle_track_while_paused.scenario\
|
|
change_state_intensive.scenario\
|
|
play_15s.scenario \
|
|
switch_audio_track.scenario \
|
|
trick_mode_seeks.scenario \
|
|
includes/default-seek-flags.scenario \
|
|
rtsp_overrides/includes/default-seek-flags.scenario
|
|
|
|
EXTRA_DIST = ${scenarios_DATA}
|