Skip to content

Commit 46989dc

Browse files
aaron-boxertp-m
authored andcommitted
documentation: fix a number of typos
1 parent 8173596 commit 46989dc

File tree

147 files changed

+282
-281
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+282
-281
lines changed

NEWS

+2-2
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ New element features and additions
353353

354354
- rtpjitterbuffer has improved end-of-stream handling
355355

356-
- rtpmp4vpay will be prefered over rtpmp4gpay for MPEG-4 video in
356+
- rtpmp4vpay will be preferred over rtpmp4gpay for MPEG-4 video in
357357
autoplugging scenarios now
358358

359359
- rtspsrc now allows applications to send RTSP SET_PARAMETER and
@@ -1208,7 +1208,7 @@ Cerbero has seen a number of improvements:
12081208
used in order to re-produce a specific build. To set a manifest, you
12091209
can set manifest = 'my_manifest.xml' in your configuration file, or
12101210
use the --manifest command line option. The command line option will
1211-
take precendence over anything specific in the configuration file.
1211+
take precedence over anything specific in the configuration file.
12121212

12131213
- The new build-deps command can be used to build only the
12141214
dependencies of a recipe, without the recipe itself.

docs/gst_plugins_cache.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1700,7 +1700,7 @@
17001700
},
17011701
"properties": {
17021702
"drain-on-changes": {
1703-
"blurb": "Drains the filter when its coeficients change",
1703+
"blurb": "Drains the filter when its coefficients change",
17041704
"construct": false,
17051705
"construct-only": false,
17061706
"default": "true",
@@ -2120,7 +2120,7 @@
21202120
},
21212121
"properties": {
21222122
"drain-on-changes": {
2123-
"blurb": "Drains the filter when its coeficients change",
2123+
"blurb": "Drains the filter when its coefficients change",
21242124
"construct": false,
21252125
"construct-only": false,
21262126
"default": "true",
@@ -2289,7 +2289,7 @@
22892289
"writable": true
22902290
},
22912291
"drain-on-changes": {
2292-
"blurb": "Drains the filter when its coeficients change",
2292+
"blurb": "Drains the filter when its coefficients change",
22932293
"construct": false,
22942294
"construct-only": false,
22952295
"default": "true",
@@ -4563,7 +4563,7 @@
45634563
"writable": true
45644564
},
45654565
"min": {
4566-
"blurb": "mininum buffer size",
4566+
"blurb": "minimum buffer size",
45674567
"construct": true,
45684568
"construct-only": false,
45694569
"default": "1",
@@ -29808,7 +29808,7 @@
2980829808
"writable": true
2980929809
},
2981029810
"tls-interaction": {
29811-
"blurb": "A GTlsInteraction object to promt the user for password or certificate",
29811+
"blurb": "A GTlsInteraction object to prompt the user for password or certificate",
2981229812
"construct": false,
2981329813
"construct-only": false,
2981429814
"type-name": "GTlsInteraction",
@@ -33823,7 +33823,7 @@
3382333823
"writable": true
3382433824
},
3382533825
"multicast-iface": {
33826-
"blurb": "The network interface on which to join the multicast group.This allows multiple interfaces seperated by comma. (\"eth0,eth1\")",
33826+
"blurb": "The network interface on which to join the multicast group.This allows multiple interfaces separated by comma. (\"eth0,eth1\")",
3382733827
"construct": false,
3382833828
"construct-only": false,
3382933829
"default": "NULL",

ext/dv/gstdvdemux.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ gst_dvdemux_handle_pull_seek (GstDVDemux * demux, GstPad * pad,
11211121
gst_dvdemux_push_event (demux, new_event);
11221122
}
11231123

1124-
/* if successfull seek, we update our real segment and push
1124+
/* if successful seek, we update our real segment and push
11251125
* out the new segment. */
11261126
if (res) {
11271127
memcpy (&demux->time_segment, &seeksegment, sizeof (GstSegment));
@@ -1149,7 +1149,7 @@ gst_dvdemux_handle_pull_seek (GstDVDemux * demux, GstPad * pad,
11491149
demux->need_segment = FALSE;
11501150
}
11511151

1152-
/* and restart the task in case it got paused explicitely or by
1152+
/* and restart the task in case it got paused explicitly or by
11531153
* the FLUSH_START event we pushed out. */
11541154
gst_pad_start_task (demux->sinkpad, (GstTaskFunction) gst_dvdemux_loop,
11551155
demux->sinkpad, NULL);
@@ -1800,7 +1800,7 @@ gst_dvdemux_loop (GstPad * pad)
18001800
if (!gst_dvdemux_handle_pull_seek (dvdemux, dvdemux->videosrcpad,
18011801
event)) {
18021802
GST_ELEMENT_WARNING (dvdemux, STREAM, DECODE, (NULL),
1803-
("Error perfoming initial seek"));
1803+
("Error performing initial seek"));
18041804
}
18051805
gst_event_unref (event);
18061806

ext/flac/gstflactag.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* of the FLAC stream.
3232
*
3333
* Applications can set the tags to write using the #GstTagSetter interface.
34-
* Tags contained withing the FLAC bitstream will be picked up
34+
* Tags contained within the FLAC bitstream will be picked up
3535
* automatically (and merged according to the merge mode set via the tag
3636
* setter interface).
3737
*

ext/gdk_pixbuf/gstgdkpixbufdec.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,8 @@ gst_gdk_pixbuf_dec_flush (GstGdkPixbufDec * filter)
370370
/* ERRORS */
371371
no_pixbuf:
372372
{
373-
GST_ELEMENT_ERROR (filter, STREAM, DECODE, (NULL), ("error geting pixbuf"));
373+
GST_ELEMENT_ERROR (filter, STREAM, DECODE, (NULL),
374+
("error getting pixbuf"));
374375
return GST_FLOW_ERROR;
375376
}
376377
channels_not_supported:

ext/gtk/gstgtkbasesink.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ gst_gtk_base_sink_get_widget (GstGtkBaseSink * gtk_sink)
200200
"ignore-alpha", G_BINDING_BIDIRECTIONAL | G_BINDING_SYNC_CREATE);
201201

202202
/* Take the floating ref, other wise the destruction of the container will
203-
* make this widget disapear possibly before we are done. */
203+
* make this widget disappear possibly before we are done. */
204204
gst_object_ref_sink (gtk_sink->widget);
205205
gtk_sink->widget_destroy_id = g_signal_connect (gtk_sink->widget, "destroy",
206206
G_CALLBACK (widget_destroy_cb), gtk_sink);

ext/jack/gstjackaudioclient.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ gst_jack_audio_client_get_client (GstJackAudioClient * client)
591591
* @client: a #GstJackAudioClient
592592
* @active: new mode for the client
593593
*
594-
* Activate or deactive @client. When a client is activated it will receive
594+
* Activate or deactivate @client. When a client is activated it will receive
595595
* callbacks when data should be processed.
596596
*
597597
* Returns: 0 if all ok.

ext/jpeg/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ libgstjpeg_la_SOURCES = \
44
gstjpeg.c \
55
gstjpegenc.c \
66
gstjpegdec.c
7-
# deprected gstsmokeenc.c smokecodec.c gstsmokedec.c
7+
# deprecated gstsmokeenc.c smokecodec.c gstsmokedec.c
88

99
libgstjpeg_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
1010
libgstjpeg_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) -lgstvideo-$(GST_API_VERSION) \

ext/pulse/pulsesink.c

+5-5
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ static guint mainloop_ref_ct = 0;
154154
static GMutex pa_shared_resource_mutex;
155155

156156
/* We keep a custom ringbuffer that is backed up by data allocated by
157-
* pulseaudio. We must also overide the commit function to write into
157+
* pulseaudio. We must also override the commit function to write into
158158
* pulseaudio memory instead. */
159159
struct _GstPulseRingBuffer
160160
{
@@ -545,7 +545,7 @@ gst_pulseringbuffer_open_device (GstAudioRingBuffer * buf)
545545
gst_pulsering_context_subscribe_cb, pctx);
546546

547547
/* try to connect to the server and wait for completion, we don't want to
548-
* autospawn a deamon */
548+
* autospawn a daemon */
549549
GST_LOG_OBJECT (psink, "connect to server %s",
550550
GST_STR_NULL (psink->server));
551551
if (pa_context_connect (pctx->context, psink->server,
@@ -685,7 +685,7 @@ gst_pulsering_stream_request_cb (pa_stream * s, size_t length, void *userdata)
685685

686686
if (pbuf->in_commit && (length >= rbuf->spec.segsize)) {
687687
/* only signal when we are waiting in the commit thread
688-
* and got request for atleast a segment */
688+
* and got request for at least a segment */
689689
pa_threaded_mainloop_signal (mainloop, 0);
690690
}
691691
}
@@ -2431,7 +2431,7 @@ gst_pulsesink_set_volume (GstPulseSink * psink, gdouble volume)
24312431
if (pbuf->is_pcm)
24322432
gst_pulse_cvolume_from_linear (&v, pbuf->channels, volume);
24332433
else
2434-
/* FIXME: this will eventually be superceded by checks to see if the volume
2434+
/* FIXME: this will eventually be superseded by checks to see if the volume
24352435
* is readable/writable */
24362436
goto unlock;
24372437

@@ -3003,7 +3003,7 @@ gst_pulsesink_change_props (GstPulseSink * psink, GstTagList * l)
30033003
static const gchar *const map[] = {
30043004
GST_TAG_TITLE, PA_PROP_MEDIA_TITLE,
30053005

3006-
/* might get overriden in the next iteration by GST_TAG_ARTIST */
3006+
/* might get overridden in the next iteration by GST_TAG_ARTIST */
30073007
GST_TAG_PERFORMER, PA_PROP_MEDIA_ARTIST,
30083008

30093009
GST_TAG_ARTIST, PA_PROP_MEDIA_ARTIST,

ext/qt/qtwindow.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#include <QtQuick/QQuickWindow>
3737
#include <QOpenGLFramebufferObject>
3838

39-
/* compatability definitions... */
39+
/* compatibility definitions... */
4040
#ifndef GL_READ_FRAMEBUFFER
4141
#define GL_READ_FRAMEBUFFER 0x8CA8
4242
#endif

ext/raw1394/gstdv1394src.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ typedef struct _GstDV1394SrcClass GstDV1394SrcClass;
5050
struct _GstDV1394Src {
5151
GstPushSrc element;
5252

53-
// consecutive=2, skip=4 will skip 4 frames, then let 2 consecutive ones thru
53+
// consecutive=2, skip=4 will skip 4 frames, then let 2 consecutive ones through
5454
gint consecutive;
5555
gint skip;
5656
gboolean drop_incomplete;

ext/taglib/gstid3v2mux.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ foreach_add_tag (const GstTagList * list, const gchar * tag, gpointer userdata)
741741
GST_LOG ("Processing tag %s (num=%u)", tag, num_tags);
742742

743743
if (num_tags > 1 && gst_tag_is_fixed (tag)) {
744-
GST_WARNING ("Multiple occurences of fixed tag '%s', ignoring some", tag);
744+
GST_WARNING ("Multiple occurrences of fixed tag '%s', ignoring some", tag);
745745
num_tags = 1;
746746
}
747747

ext/wavpack/gstwavpackenc.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ static void
436436
gst_wavpack_enc_set_wp_config (GstWavpackEnc * enc)
437437
{
438438
enc->wp_config = g_new0 (WavpackConfig, 1);
439-
/* set general stream informations in the WavpackConfig */
439+
/* set general stream information in the WavpackConfig */
440440
enc->wp_config->bytes_per_sample = GST_ROUND_UP_8 (enc->depth) / 8;
441441
enc->wp_config->bits_per_sample = enc->depth;
442442
enc->wp_config->num_channels = enc->channels;
@@ -708,7 +708,7 @@ gst_wavpack_enc_handle_frame (GstAudioEncoder * benc, GstBuffer * buf)
708708
WavpackCloseFile (enc->wp_context);
709709
goto config_failed;
710710
}
711-
GST_DEBUG_OBJECT (enc, "setup of encoding context successfull");
711+
GST_DEBUG_OBJECT (enc, "setup of encoding context successful");
712712
}
713713

714714
if (enc->need_channel_remap) {

gst/audiofx/audiodynamic.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ gst_audio_dynamic_transform_soft_knee_compressor_float (GstAudioDynamic *
457457
* f(x) = ax^2 + bx + c
458458
*/
459459

460-
/* FIXME: If treshold is the same as the maximum
460+
/* FIXME: If threshold is the same as the maximum
461461
* we need to raise it a bit to prevent
462462
* division by zero. */
463463
if (threshold == 1.0)

gst/audiofx/audiofxbasefirfilter.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ process_fft_##channels##_##width (GstAudioFXBaseFIRFilter * self, const g##ctype
267267
* plus some more space for the inverse FFT below. \
268268
* \
269269
* The samples are put at offset kernel_length, the inverse FFT \
270-
* overwrites everthing from offset 0 to length-kernel_length+1, keeping \
270+
* overwrites everything from offset 0 to length-kernel_length+1, keeping \
271271
* the last kernel_length-1 samples for copying to the next processing \
272272
* step. \
273273
*/ \
@@ -558,14 +558,14 @@ gst_audio_fx_base_fir_filter_class_init (GstAudioFXBaseFIRFilterClass * klass)
558558
/**
559559
* GstAudioFXBaseFIRFilter:drain-on-changes:
560560
*
561-
* Whether the filter should be drained when its coeficients change
561+
* Whether the filter should be drained when its coefficients change
562562
*
563563
* Note: Currently this only works if the kernel size is not changed!
564564
* Support for drainless kernel size changes will be added in the future.
565565
*/
566566
g_object_class_install_property (gobject_class, PROP_DRAIN_ON_CHANGES,
567567
g_param_spec_boolean ("drain-on-changes", "Drain on changes",
568-
"Drains the filter when its coeficients change",
568+
"Drains the filter when its coefficients change",
569569
DEFAULT_DRAIN_ON_CHANGES,
570570
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
571571

gst/audiofx/audiofxbasefirfilter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ struct _GstAudioFXBaseFIRFilter {
6363
gboolean low_latency; /* work in slower low latency mode */
6464

6565
gboolean drain_on_changes; /* If the filter should be drained when
66-
* coeficients change */
66+
* coefficients change */
6767

6868
/* < private > */
6969
GstAudioFXBaseFIRFilterProcessFunc process;

gst/audiofx/gstscaletempo.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* for the best overlap position. Scaletempo uses a statistical cross
5454
* correlation (roughly a dot-product). Scaletempo consumes most of its CPU
5555
* cycles here. One can use the #GstScaletempo:search propery to tune how far
56-
* the algoritm looks.
56+
* the algorithm looks.
5757
*
5858
*/
5959

gst/audiofx/gstscaletempoplugin.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* register the element factories and pad templates
5454
* register the features
5555
*
56-
* exchange the string 'plugin' with your elemnt name
56+
* exchange the string 'plugin' with your element name
5757
*/
5858

5959
static gboolean

gst/autodetect/gstautodetect.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ gst_auto_detect_attach_ghost_pad (GstAutoDetect * self)
154154
return res;
155155
}
156156

157-
/* Hack to make initial linking work; ideally, this'd work even when
157+
/* Hack to make initial linking work; ideally, this would work even when
158158
* no target has been assigned to the ghostpad yet. */
159159
static void
160160
gst_auto_detect_reset (GstAutoDetect * self)

gst/avi/gstavidemux.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -2864,7 +2864,7 @@ gst_avi_demux_stream_index (GstAviDemux * avi)
28642864
if (map.size < 8)
28652865
goto too_small;
28662866

2867-
/* check tag first before blindy trying to read 'size' bytes */
2867+
/* check tag first before blindly trying to read 'size' bytes */
28682868
tag = GST_READ_UINT32_LE (map.data);
28692869
size = GST_READ_UINT32_LE (map.data + 4);
28702870
if (tag == GST_RIFF_TAG_LIST) {
@@ -3377,7 +3377,7 @@ gst_avi_demux_stream_header_push (GstAviDemux * avi)
33773377
if (!gst_avi_demux_parse_avih (avi, sub, &avi->avih))
33783378
goto header_wrong_avih;
33793379

3380-
GST_DEBUG_OBJECT (avi, "AVI header ok, reading elemnts from header");
3380+
GST_DEBUG_OBJECT (avi, "AVI header ok, reading elements from header");
33813381

33823382
/* now, read the elements from the header until the end */
33833383
while (gst_riff_parse_chunk (GST_ELEMENT_CAST (avi), buf, &offset, &tag,
@@ -5267,7 +5267,7 @@ gst_avi_demux_loop_data (GstAviDemux * avi)
52675267
}
52685268

52695269
if (avi->segment.rate > 0.0) {
5270-
/* only check this for fowards playback for now */
5270+
/* only check this for forwards playback for now */
52715271
if (keyframe && GST_CLOCK_TIME_IS_VALID (avi->segment.stop)
52725272
&& (timestamp > avi->segment.stop)) {
52735273
goto eos_stop;

gst/avi/gstavimux.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@ gst_avi_mux_riff_get_avi_header (GstAviMux * avimux)
13821382

13831383
gst_tag_list_foreach (tags, gst_avi_mux_write_tag, &bw);
13841384
if (info + 8 == gst_byte_writer_get_pos (&bw)) {
1385-
/* no tags writen, remove the empty INFO LIST as it is useless
1385+
/* no tags written, remove the empty INFO LIST as it is useless
13861386
* and prevents playback in vlc */
13871387
gst_byte_writer_set_pos (&bw, info - 4);
13881388
} else {

gst/debugutils/progressreport.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
* The progressreport element can be put into a pipeline to report progress,
2828
* which is done by doing upstream duration and position queries in regular
29-
* (real-time) intervals. Both the interval and the prefered query format
29+
* (real-time) intervals. Both the interval and the preferred query format
3030
* can be specified via the #GstProgressReport:update-freq and the
3131
* #GstProgressReport:format property.
3232
*

gst/debugutils/rndbuffersize.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ gst_rnd_buffer_size_class_init (GstRndBufferSizeClass * klass)
137137
0, G_MAXUINT32, DEFAULT_SEED,
138138
G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS));
139139
g_object_class_install_property (gobject_class, PROP_MINIMUM,
140-
g_param_spec_int ("min", "mininum", "mininum buffer size",
140+
g_param_spec_int ("min", "minimum", "minimum buffer size",
141141
0, G_MAXINT32, DEFAULT_MIN,
142142
G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS));
143143
g_object_class_install_property (gobject_class, PROP_MAXIMUM,

gst/deinterlace/gstdeinterlace.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ gst_deinterlace_class_init (GstDeinterlaceClass * klass)
524524
*
525525
* Some methods provide parameters which can be set by getting
526526
* the "method" child via the #GstChildProxy interface and
527-
* setting the appropiate properties on it.
527+
* setting the appropriate properties on it.
528528
*
529529
* * tomsmocomp Motion Adaptive: Motion Search
530530
* * greedyh Motion Adaptive: Advanced Detection
@@ -1444,7 +1444,7 @@ gst_deinterlace_get_pattern_lock (GstDeinterlace * self, gboolean * flush_one)
14441444
break;
14451445
}
14461446

1447-
/* make complete matches more signficant */
1447+
/* make complete matches more significant */
14481448
if (k == length)
14491449
k += GST_DEINTERLACE_MAX_BUFFER_STATE_HISTORY;
14501450

gst/deinterlace/tvtime/sse.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* sse.h
22
3-
Streaming SIMD Extenstions (a.k.a. Katmai New Instructions)
3+
Streaming SIMD Extensions (a.k.a. Katmai New Instructions)
44
GCC interface library for IA32.
55
66
To use this library, simply include this header file
@@ -954,7 +954,7 @@ sse_ok(void)
954954

955955

956956
/* Store FENCE - enforce ordering of stores before fence vs. stores
957-
occuring after fence in source code.
957+
occurring after fence in source code.
958958
*/
959959
#ifdef SSE_TRACE
960960
#define sfence() \

0 commit comments

Comments
 (0)