mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 23:18:52 +00:00
downloadbuffer: fix some typos
This commit is contained in:
parent
63727152e0
commit
5261283dd9
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
||||||
* With max-size-bytes and max-size-time you can configure the buffering limits.
|
* With max-size-bytes and max-size-time you can configure the buffering limits.
|
||||||
* The downloadbuffer element will try to read-ahead these amounts of data. When
|
* The downloadbuffer element will try to read-ahead these amounts of data. When
|
||||||
* the amount of read-ahead data drops below low-percent of the configured max,
|
* the amount of read-ahead data drops below low-percent of the configured max,
|
||||||
* the element will start emiting BUFFERING messages until high-percent of max is
|
* the element will start emitting BUFFERING messages until high-percent of max is
|
||||||
* reached again.
|
* reached again.
|
||||||
*
|
*
|
||||||
* The downloadbuffer provides push and pull based scheduling on its source pad
|
* The downloadbuffer provides push and pull based scheduling on its source pad
|
||||||
|
@ -874,7 +874,7 @@ gst_download_buffer_open_temp_location_file (GstDownloadBuffer * dlbuf)
|
||||||
|
|
||||||
GST_DEBUG_OBJECT (dlbuf, "opening temp file %s", dlbuf->temp_template);
|
GST_DEBUG_OBJECT (dlbuf, "opening temp file %s", dlbuf->temp_template);
|
||||||
|
|
||||||
/* If temp_template was set, allocate a filename and open that filen */
|
/* If temp_template was set, allocate a filename and open that file */
|
||||||
|
|
||||||
/* nothing to do */
|
/* nothing to do */
|
||||||
if (dlbuf->temp_template == NULL)
|
if (dlbuf->temp_template == NULL)
|
||||||
|
|
Loading…
Reference in a new issue