From 7883663e26352322df98ca8843992ecfbe8a99b7 Mon Sep 17 00:00:00 2001 From: Wonchul Lee Date: Sat, 15 Jun 2019 14:33:32 +0900 Subject: [PATCH] appsrc: Fix typo in documentation --- gst-libs/gst/app/gstappsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/app/gstappsrc.c b/gst-libs/gst/app/gstappsrc.c index 66ad05e1eb..5bdeb37c09 100644 --- 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 accessable sources. In this mode, a + * mode for file access or other randomly accessible sources. In this mode, a * buffer of exactly the amount of bytes given by the need-data signal should be * pushed into appsrc. *