mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
scenario: Rename scenario xml files extension to .scenario
This commit is contained in:
parent
fc61dcf1ed
commit
2102648c5c
3 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
scenariosdir=${datadir}/gstreamer-$(GST_API_VERSION)/qa-scenario
|
||||
scenarios_DATA = simple_seeks.xml
|
||||
EXTRA_DIST = simple_seeks.xml
|
||||
scenarios_DATA = simple_seeks.scenario
|
||||
EXTRA_DIST = simple_seeks.scenario
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#define GST_VALIDATE_SCENARIO_GET_PRIVATE(o) \
|
||||
(G_TYPE_INSTANCE_GET_PRIVATE ((o), GST_TYPE_VALIDATE_SCENARIO, GstValidateScenarioPrivate))
|
||||
|
||||
#define GST_VALIDATE_SCENARIO_SUFFIX ".xml"
|
||||
#define GST_VALIDATE_SCENARIO_SUFFIX ".scenario"
|
||||
#define GST_VALIDATE_SCENARIO_DIRECTORY "qa-scenario"
|
||||
|
||||
#define DEFAULT_SEEK_TOLERANCE (0.1 * GST_SECOND) /* tolerance seek interval
|
||||
|
|
Loading…
Reference in a new issue