summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/check/gnl/complex.c9
-rw-r--r--tests/check/gnl/gnloperation.c10
2 files changed, 19 insertions, 0 deletions
diff --git a/tests/check/gnl/complex.c b/tests/check/gnl/complex.c
index 4e4ffb1..c9c4ef4 100644
--- a/tests/check/gnl/complex.c
+++ b/tests/check/gnl/complex.c
@@ -215,6 +215,15 @@ GST_START_TEST (test_one_default_another)
gst_element_factory_make_or_warn ("gnlcomposition", "test_composition");
fail_if (comp == NULL);
+ /* TOPOLOGY
+ *
+ * 0 1 2 3 4 5 | Priority
+ * ----------------------------------------------------------------------------
+ * [-source1--] [-source2--][-source3-] | 1
+ * [--------------------------defaultsource------------------] | MAXUINT32
+ * */
+
+
/*
defaultsrc source
Start : 0s
diff --git a/tests/check/gnl/gnloperation.c b/tests/check/gnl/gnloperation.c
index bc8154d..ec6ce89 100644
--- a/tests/check/gnl/gnloperation.c
+++ b/tests/check/gnl/gnloperation.c
@@ -1111,6 +1111,16 @@ GST_START_TEST (test_complex_operations_bis)
comp =
gst_element_factory_make_or_warn ("gnlcomposition", "test_composition");
+ /* TOPOLOGY
+ *
+ * 0 1 2 3 4 .. 6 | Priority
+ * ----------------------------------------------------------------------------
+ * [ ......................[------ oper ----------]..........] | 1 EXPANDABLE
+ * [--------------------- source1 ----------------] | 2
+ * [------------ source2 ------] | 3
+ * */
+
+
/*
source1
Start : 0s