spelling: fix happened

This commit is contained in:
Marc Leeman 2024-04-30 11:49:29 +02:00
parent cd5b0ecb7a
commit d18eb8812f
7 changed files with 9 additions and 9 deletions

View file

@ -860,7 +860,7 @@ ges_container_remove (GESContainer * container, GESTimelineElement * child)
GST_INFO_OBJECT (container,
"Not emitting 'child-removed' signal as child"
" removal happend during 'child-added' signal emission");
" removal happened during 'child-added' signal emission");
}
_update_start_duration (container, child);

View file

@ -630,7 +630,7 @@ ges_project_class_init (GESProjectClass * klass)
/**
* GESProject::error-loading-asset:
* @project: the #GESProject on which a problem happend when creted a #GESAsset
* @project: the #GESProject on which a problem happened when creted a #GESAsset
* @error: The #GError defining the error that occurred, might be %NULL
* @id: The @id of the asset that failed loading
* @extractable_type: The @extractable_type of the asset that
@ -648,7 +648,7 @@ ges_project_class_init (GESProjectClass * klass)
/**
* GESProject::error-loading:
* @project: the #GESProject on which a problem happend when creted a #GESAsset
* @project: the #GESProject on which a problem happened when creating a #GESAsset
* @timeline: The timeline that failed loading
* @error: The #GError defining the error that occurred
*

View file

@ -792,7 +792,7 @@ receive_cb (struct socket *sock, union sctp_sockstore addr, void *data,
GstSctpAssociation *self = GST_SCTP_ASSOCIATION (ulp_info);
if (!data) {
/* Not sure if this can happend. */
/* Not sure if this can happened. */
GST_WARNING_OBJECT (self, "Received empty data buffer");
} else {
if (flags & MSG_NOTIFICATION) {

View file

@ -1891,7 +1891,7 @@ again:
g_assert (offset >= map_info.size);
/* Warning and still consider the frame is complete */
GST_WARNING_OBJECT (self, "Exhaust the buffer but still incomplete frame,"
" should not happend in %s alignment",
" should not happened in %s alignment",
gst_av1_parse_alignment_to_string (self->in_align));
}
@ -2218,7 +2218,7 @@ gst_av1_parse_handle_frame (GstBaseParse * parse,
if (self->in_align == GST_AV1_PARSE_ALIGN_TEMPORAL_UNIT
&& self->detect_annex_b) {
/* Only happend at the first time of handle_frame, try to
/* Only happened at the first time of handle_frame, try to
recognize the annex b stream format. */
if (gst_av1_parse_detect_stream_format (parse, frame)) {
GST_INFO_OBJECT (self, "Input alignment %s",

View file

@ -1460,7 +1460,7 @@ gst_rtp_h263_pay_mode_B_fragment (GstRtpH263Pay * rtph263pay,
if (gst_rtp_h263_pay_move_window_right (rtph263pay, context, 32, boundry.ebit,
&boundry.end, &gob->end) != 0) {
GST_ERROR_OBJECT (rtph263pay,
"The rest of the bits should be 0, exiting, because something bad happend");
"The rest of the bits should be 0, exiting, because something bad happened");
goto decode_error;
}
//The first GOB of a frame "has no" actual header - PICTURE header is his header

View file

@ -280,7 +280,7 @@ gst_v4l2_video_dec_set_format (GstVideoDecoder * decoder,
/* The renegotiation flow don't blend with the base class flow. To properly
* stop the capture pool, if the buffers can't be orphaned, we need to
* reclaim our buffers, which will happend through the allocation query.
* reclaim our buffers, which will happened through the allocation query.
* The allocation query is triggered by gst_video_decoder_negotiate() which
* requires the output caps to be set, but we can't know this information
* as we rely on the decoder, which requires the capture queue to be

View file

@ -957,7 +957,7 @@ gst_vaapi_window_wayland_render (GstVaapiWindow * window,
if (!ret)
return FALSE;
/* if need_vpp is set then the vpp happend */
/* if need_vpp is set then the vpp happened */
if (priv->need_vpp) {
width = window->width;
height = window->height;