dashdemux: Remove unusued method.
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
Thu, 7 Feb 2013 18:22:13 +0000 (16:22 -0200)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Wed, 8 May 2013 21:14:40 +0000 (18:14 -0300)
ext/dash/gstdashdemux.c

index 3a8afb6..e6b0548 100644 (file)
@@ -1487,15 +1487,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)
 {
   gst_task_start (demux->stream_task);