mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 12:02:27 +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.
|
||||
*
|
||||
* 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
|
||||
gst_dash_demux_stream_loop (GstDashDemux * demux)
|
||||
|
|
Loading…
Reference in a new issue