Fix some typos in code comments

And don't use gtk-doc chunk markers for internal functions.
This commit is contained in:
Tim-Philipp Müller 2019-01-11 11:26:26 +00:00
parent 5dc33afbcc
commit 4d603b00d7
2 changed files with 7 additions and 9 deletions

View file

@ -927,7 +927,7 @@ gst_base_text_overlay_negotiate (GstBaseTextOverlay * overlay, GstCaps * caps)
overlay->window_height = height; overlay->window_height = height;
gst_base_text_overlay_update_render_size (overlay); gst_base_text_overlay_update_render_size (overlay);
/* For backward compatbility, we will prefer bliting if downstream /* For backward compatibility, we will prefer blitting if downstream
* allocation does not support the meta. In other case we will prefer * allocation does not support the meta. In other case we will prefer
* attaching, and will fail the negotiation in the unlikely case we are * attaching, and will fail the negotiation in the unlikely case we are
* force to blit, but format isn't supported. */ * force to blit, but format isn't supported. */
@ -1349,8 +1349,7 @@ gst_base_text_overlay_src_event (GstPad * pad, GstObject * parent,
return ret; return ret;
} }
/** /* gst_base_text_overlay_add_feature_and_intersect:
* gst_base_text_overlay_add_feature_and_intersect:
* *
* Creates a new #GstCaps containing the (given caps + * Creates a new #GstCaps containing the (given caps +
* given caps feature) + (given caps intersected by the * given caps feature) + (given caps intersected by the
@ -1382,8 +1381,7 @@ gst_base_text_overlay_add_feature_and_intersect (GstCaps * caps,
return new_caps; return new_caps;
} }
/** /* gst_base_text_overlay_intersect_by_feature:
* gst_base_text_overlay_intersect_by_feature:
* *
* Creates a new #GstCaps based on the following filtering rule. * Creates a new #GstCaps based on the following filtering rule.
* *

View file

@ -20,7 +20,8 @@
/** /**
* SECTION:element-overlaycomposition * SECTION:element-overlaycomposition
* *
* overlaycomposition renders an overlay using a application provided draw function. * The overlaycomposition element renders an overlay using an application
* provided draw function.
* *
* A more interesting example can be found at * A more interesting example can be found at
* https://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/tests/examples/overlaycomposition/overlaycomposition.c * https://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/tests/examples/overlaycomposition/overlaycomposition.c
@ -410,7 +411,7 @@ gst_overlay_composition_negotiate (GstOverlayComposition * self, GstCaps * caps)
self->window_width = width; self->window_width = width;
self->window_height = height; self->window_height = height;
/* For backward compatbility, we will prefer bliting if downstream /* For backward compatibility, we will prefer blitting if downstream
* allocation does not support the meta. In other case we will prefer * allocation does not support the meta. In other case we will prefer
* attaching, and will fail the negotiation in the unlikely case we are * attaching, and will fail the negotiation in the unlikely case we are
* force to blit, but format isn't supported. */ * force to blit, but format isn't supported. */
@ -543,8 +544,7 @@ add_feature_and_intersect (GstCaps * caps,
} }
/* Based on gstbasetextoverlay.c */ /* Based on gstbasetextoverlay.c */
/** /* intersect_by_feature:
* intersect_by_feature:
* *
* Creates a new #GstCaps based on the following filtering rule. * Creates a new #GstCaps based on the following filtering rule.
* *