summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPhilippe Normand <philn@igalia.com>2020-11-14 10:56:51 +0000
committerPhilippe Normand <philn@igalia.com>2021-03-09 18:03:48 +0000
commit3eec2f4be8a2d20665e479af26b76bda6b25c134 (patch)
tree5cc780942de5839bd757e70ceb26f7fb7ccb2064 /meson_options.txt
parent19d57dcfa5b3bdb8442fc780927ca8572cee607a (diff)
downloadgstreamer-plugins-bad-3eec2f4be8a2d20665e479af26b76bda6b25c134.tar.gz
play: tests: Refactor to use new Message bus API
Instead of relying on an extra GMainLoop, the messages are poped from the player bus and handled synchronously. This should avoid flaky behaviors. Fixes #608 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2061>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index c03f1b143..032685120 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,5 +1,5 @@
-option('gst_player_tests', type: 'boolean', value: false,
- description: 'Enable GstPlayer tests that need network access')
+option('gst_play_tests', type: 'boolean', value: false,
+ description: 'Enable GstPlay tests that need network access')
# Feature options for plugins without external deps
option('accurip', type : 'feature', value : 'auto')