mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 22:46:24 +00:00
Removed unused function
This commit is contained in:
parent
84c8de8ab6
commit
cf0ab8e1f3
1 changed files with 0 additions and 10 deletions
|
@ -203,7 +203,6 @@ static void gst_dash_demux_download_loop (GstDashDemux * demux);
|
||||||
static void gst_dash_demux_stop (GstDashDemux * demux);
|
static void gst_dash_demux_stop (GstDashDemux * demux);
|
||||||
static void gst_dash_demux_pause_stream_task (GstDashDemux * demux);
|
static void gst_dash_demux_pause_stream_task (GstDashDemux * demux);
|
||||||
static void gst_dash_demux_resume_stream_task (GstDashDemux * demux);
|
static void gst_dash_demux_resume_stream_task (GstDashDemux * demux);
|
||||||
static void gst_dash_demux_pause_download_task (GstDashDemux * demux);
|
|
||||||
static void gst_dash_demux_resume_download_task (GstDashDemux * demux);
|
static void gst_dash_demux_resume_download_task (GstDashDemux * demux);
|
||||||
static gboolean gst_dash_demux_select_representations (GstDashDemux * demux,
|
static gboolean gst_dash_demux_select_representations (GstDashDemux * demux,
|
||||||
guint64 current_bitrate);
|
guint64 current_bitrate);
|
||||||
|
@ -1194,15 +1193,6 @@ gst_dash_demux_resume_stream_task (GstDashDemux * demux)
|
||||||
gst_task_start (demux->stream_task);
|
gst_task_start (demux->stream_task);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
|
||||||
gst_dash_demux_pause_download_task (GstDashDemux * demux)
|
|
||||||
{
|
|
||||||
/* Send a signal to the download task so that it pauses itself */
|
|
||||||
GST_TASK_SIGNAL (demux->download_task);
|
|
||||||
/* Pause it explicitly (if it was not in the COND) */
|
|
||||||
gst_task_pause (demux->download_task);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
gst_dash_demux_resume_download_task (GstDashDemux * demux)
|
gst_dash_demux_resume_download_task (GstDashDemux * demux)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue