summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-11-14 20:21:17 +0000
committerTim-Philipp Müller <tim@centricular.com>2015-11-14 20:28:34 +0000
commit1491d02c4e78bc1321778fe67ceac7ea46b6befa (patch)
treeaa74fe9b165fdbc2bec634b2584daeb583bc61a4 /tests
parent8e75bea378994efc552df05fa72d7941324261c8 (diff)
downloadgstreamer-plugins-bad-1491d02c4e78bc1321778fe67ceac7ea46b6befa.tar.gz
adaptivedemux: remove now-defunct "num-lookback-fragments" property
This no longer does anything, and it was marked as CONSTRUCT_ONLY which means someone would really have to go out of their way to be able to set this, which would only be done in very custom scenarios, if ever, and those will likely target a specific version of GStreamer then, so probably not much point keeping it deprecated for a while before removing it.
Diffstat (limited to 'tests')
-rw-r--r--tests/check/elements/dash_demux.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/check/elements/dash_demux.c b/tests/check/elements/dash_demux.c
index b83e2f20f..01cc14200 100644
--- a/tests/check/elements/dash_demux.c
+++ b/tests/check/elements/dash_demux.c
@@ -913,9 +913,6 @@ setAndTestDashParams (GstDashDemuxTestData * testData)
{
GstElement *dashdemux = testData->scratchData->dashdemux;
- /* num-lookback-fragments can only be set at construction */
- test_invalid_int_prop (G_OBJECT (dashdemux), "num-lookback-fragments", 10);
-
test_int_prop (G_OBJECT (dashdemux), "connection-speed", 1000);
test_invalid_int_prop (G_OBJECT (dashdemux), "connection-speed", 4294967 + 1);