dashdemux: Remove unusued method.

This commit is contained in:
Andre Moreira Magalhaes (andrunko) 2013-02-07 16:22:13 -02:00 committed by Thiago Santos
parent daea47d3f4
commit 11697b9968

View file

@ -1486,15 +1486,6 @@ error_downloading:
}
}
static void
gst_dash_demux_pause_stream_task (GstDashDemux * demux)
{
/* Send a signal to the stream task so that it pauses itself */
GST_TASK_SIGNAL (demux->stream_task);
/* Pause it explicitly (if it was not in the COND) */
gst_task_pause (demux->stream_task);
}
static void
gst_dash_demux_resume_stream_task (GstDashDemux * demux)
{