summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStéphane Cerveau <scerveau@collabora.com>2021-04-30 12:41:21 +0200
committerStéphane Cerveau <scerveau@collabora.com>2021-05-04 12:50:48 +0200
commitb90b7a7bdf3b53306fc8287158ef0b036cb9a3eb (patch)
tree4a07594d9a4bec7d052d599aaf5f6136841d101c
parentf8814752e803680300f7b441afe2d7dd27c852b1 (diff)
HACKING: update doc to add new media file
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-integration-testsuites/-/merge_requests/101>
-rw-r--r--HACKING9
1 files changed, 7 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 3c79cff..19815f0 100644
--- a/HACKING
+++ b/HACKING
@@ -16,7 +16,7 @@ You need access to gstreamer.freedesktop.org to be able to upload media files an
2) Add your media file in the tree and generate the media_info:
- gst-validate-media-check-1.0 [--full] medias/path/to/your/new/file medias/path/to/your/new/file.media_info
+ gst-validate-media-check-1.0 [--full] file://full_path_to/path/to/your/new/file -o medias/path/to/your/new/file
(you can also do it with gst-validate-launcher -G)
@@ -37,4 +37,9 @@ You need access to gstreamer.freedesktop.org to be able to upload media files an
git add medias/files.json
-7) Commit and push
+7) Generate the new tests list
+
+ gst-validate-launcher -L
+ git add testsuites/validate.testslist
+
+8) Commit and push