summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFlorin Apostol <florin.apostol@oregan.net>2015-11-19 15:59:56 +0000
committerThiago Santos <thiagoss@osg.samsung.com>2015-11-19 15:53:30 -0300
commitef84f294c01bcc0b0fc88a872937806154e0283a (patch)
tree2ac92301b7640807d61a1dfd469f0f2d533e2912 /tests
parent49ccb72b4751d608a0160533c18c9e3f9fcec7ab (diff)
downloadgstreamer-plugins-bad-ef84f294c01bcc0b0fc88a872937806154e0283a.tar.gz
mpdparser: remove unused functions gst_mpdparser_get_chunk_by_index and gst_mpdparser_find_segment_by_index
https://bugzilla.gnome.org/show_bug.cgi?id=758233
Diffstat (limited to 'tests')
-rw-r--r--tests/check/elements/dash_mpd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/check/elements/dash_mpd.c b/tests/check/elements/dash_mpd.c
index 76bf9d2ee..24212d2be 100644
--- a/tests/check/elements/dash_mpd.c
+++ b/tests/check/elements/dash_mpd.c
@@ -3839,7 +3839,6 @@ GST_START_TEST (dash_mpdparser_segments)
gboolean hasNextSegment;
GstActiveStream *activeStream;
GstFlowReturn flow;
- GstMediaSegment segment;
GstDateTime *segmentEndTime;
GstDateTime *gst_time;
GDateTime *g_time;
@@ -3932,11 +3931,6 @@ GST_START_TEST (dash_mpdparser_segments)
gst_mpd_client_has_next_segment (mpdclient, activeStream, TRUE);
assert_equals_int (hasNextSegment, 0);
- /* get chunk 0. segment_index will not change */
- ret = gst_mpdparser_get_chunk_by_index (mpdclient, 0, 0, &segment);
- assert_equals_int (ret, 1);
- assert_equals_int (segment.number, 1);
-
/* segment index is still 1 */
hasNextSegment =
gst_mpd_client_has_next_segment (mpdclient, activeStream, TRUE);