projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afcfb22
)
appsrc: Fix typo in documentation
author
Wonchul Lee
<chul0812@gmail.com>
Sat, 15 Jun 2019 05:33:32 +0000
(14:33 +0900)
committer
Wonchul Lee
<chul0812@gmail.com>
Sat, 15 Jun 2019 05:33:32 +0000
(14:33 +0900)
gst-libs/gst/app/gstappsrc.c
patch
|
blob
|
history
diff --git
a/gst-libs/gst/app/gstappsrc.c
b/gst-libs/gst/app/gstappsrc.c
index
66ad05e
..
5bdeb37
100644
(file)
--- a/
gst-libs/gst/app/gstappsrc.c
+++ b/
gst-libs/gst/app/gstappsrc.c
@@
-75,7
+75,7
@@
*
* The pull mode, in which the need-data signal triggers the next push-buffer call.
* This mode is typically used in the "random-access" stream-type. Use this
- * mode for file access or other randomly access
a
ble sources. In this mode, a
+ * mode for file access or other randomly access
i
ble sources. In this mode, a
* buffer of exactly the amount of bytes given by the need-data signal should be
* pushed into appsrc.
*