mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-12 17:25:36 +00:00
Fixed wrong comment
This commit is contained in:
parent
6255b2762f
commit
35c04708ba
1 changed files with 3 additions and 1 deletions
|
@ -879,7 +879,9 @@ needs_pad_switch (GstDashDemux * demux, GList * fragment)
|
||||||
* a buffering event to tell the main application to pause.
|
* a buffering event to tell the main application to pause.
|
||||||
*
|
*
|
||||||
* Teardown:
|
* Teardown:
|
||||||
* The task is stopped when we reach the end of the manifest
|
* The task is stopped when we have reached the end of the manifest
|
||||||
|
* and emptied our queue.
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
gst_dash_demux_stream_loop (GstDashDemux * demux)
|
gst_dash_demux_stream_loop (GstDashDemux * demux)
|
||||||
|
|
Loading…
Reference in a new issue