From 9158f9f7eb5039ae67b3463f5dbac8d3ebb540ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 22 May 2018 13:59:58 +0100 Subject: [PATCH] docs: Fix typos --- gst-libs/gst/app/gstappsink.c | 2 +- gst/playback/gstparsebin.c | 4 ++-- gst/playback/gsturidecodebin.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gst-libs/gst/app/gstappsink.c b/gst-libs/gst/app/gstappsink.c index 00ee5a1cfa..ae3b2a0980 100644 --- a/gst-libs/gst/app/gstappsink.c +++ b/gst-libs/gst/app/gstappsink.c @@ -286,7 +286,7 @@ gst_app_sink_class_init (GstAppSinkClass * klass) NULL, NULL, NULL, GST_TYPE_FLOW_RETURN, 0, G_TYPE_NONE); /** * GstAppSink::new-sample: - * @appsink: the appsink element that emited the signal + * @appsink: the appsink element that emitted the signal * * Signal that a new sample is available. * diff --git a/gst/playback/gstparsebin.c b/gst/playback/gstparsebin.c index 236584605a..aee542c9c9 100644 --- a/gst/playback/gstparsebin.c +++ b/gst/playback/gstparsebin.c @@ -670,7 +670,7 @@ gst_parse_bin_class_init (GstParseBinClass * klass) * @pad: The #GstPad. * @caps: The #GstCaps found. * - * This function is emited when an array of possible factories for @caps on + * This function is emitted when an array of possible factories for @caps on * @pad is needed. ParseBin will by default return an array with all * compatible factories, sorted by rank. * @@ -702,7 +702,7 @@ gst_parse_bin_class_init (GstParseBinClass * klass) * @factories: A #GValueArray of possible #GstElementFactory to use. * * Once ParseBin has found the possible #GstElementFactory objects to try - * for @caps on @pad, this signal is emited. The purpose of the signal is for + * for @caps on @pad, this signal is emitted. The purpose of the signal is for * the application to perform additional sorting or filtering on the element * factory array. * diff --git a/gst/playback/gsturidecodebin.c b/gst/playback/gsturidecodebin.c index 0774c73674..3d8b1375e6 100644 --- a/gst/playback/gsturidecodebin.c +++ b/gst/playback/gsturidecodebin.c @@ -569,7 +569,7 @@ gst_uri_decode_bin_class_init (GstURIDecodeBinClass * klass) * @factories: A #GValueArray of possible #GstElementFactory to use. * * Once decodebin has found the possible #GstElementFactory objects to try - * for @caps on @pad, this signal is emited. The purpose of the signal is for + * for @caps on @pad, this signal is emitted. The purpose of the signal is for * the application to perform additional sorting or filtering on the element * factory array. *