mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
dashdemux: Remove unusued method.
This commit is contained in:
parent
daea47d3f4
commit
11697b9968
1 changed files with 0 additions and 9 deletions
|
@ -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
|
static void
|
||||||
gst_dash_demux_resume_stream_task (GstDashDemux * demux)
|
gst_dash_demux_resume_stream_task (GstDashDemux * demux)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue