diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2022-02-03 23:35:14 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2022-02-03 23:35:14 +0000 |
commit | e105cd97e1f0899aa9a5907bbece6bab9a25ed6a (patch) | |
tree | 0f708e12c708b1354aff68f0900d8e5be428389f /recipes/gst-devtools-1.0.recipe | |
parent | 67b2fdfb78bc51db0358b672af8df66762cc3664 (diff) |
Build 1.20.0 release
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/798>
Diffstat (limited to 'recipes/gst-devtools-1.0.recipe')
-rw-r--r-- | recipes/gst-devtools-1.0.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-devtools-1.0.recipe b/recipes/gst-devtools-1.0.recipe index a969c7ae..61bf0a09 100644 --- a/recipes/gst-devtools-1.0.recipe +++ b/recipes/gst-devtools-1.0.recipe @@ -6,7 +6,7 @@ class Recipe(custom.GStreamer): name = 'gst-devtools-1.0' btype = BuildType.MESON meson_options = {'debug_viewer': 'disabled'} - tarball_checksum = 'a51061e4a799a24dcc6ccea5350ab1366fcae53331f8067bd6f52d50c6d822f3' + tarball_checksum = '69fc8756ec9d93e5c5258c99088434f203e91fdbc5af28d1f2c583fd819b7a1d' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'json-glib', 'gst-rtsp-server-1.0'] files_bins = ['gst-validate-1.0', 'gst-validate-transcoding-1.0', 'gst-validate-media-check-1.0', |