From: Tim-Philipp Müller Date: Fri, 11 Jan 2019 11:26:26 +0000 (+0000) Subject: Fix some typos in code comments X-Git-Tag: 1.19.3~511^2~1280 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4d603b00d721c5423cc573be59eec310c572a7a8;p=platform%2Fupstream%2Fgstreamer.git Fix some typos in code comments And don't use gtk-doc chunk markers for internal functions. --- diff --git a/ext/pango/gstbasetextoverlay.c b/ext/pango/gstbasetextoverlay.c index ded822a..5fe6273 100644 --- a/ext/pango/gstbasetextoverlay.c +++ b/ext/pango/gstbasetextoverlay.c @@ -927,7 +927,7 @@ gst_base_text_overlay_negotiate (GstBaseTextOverlay * overlay, GstCaps * caps) overlay->window_height = height; 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 * attaching, and will fail the negotiation in the unlikely case we are * force to blit, but format isn't supported. */ @@ -1349,8 +1349,7 @@ gst_base_text_overlay_src_event (GstPad * pad, GstObject * parent, 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 + * 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; } -/** - * gst_base_text_overlay_intersect_by_feature: +/* gst_base_text_overlay_intersect_by_feature: * * Creates a new #GstCaps based on the following filtering rule. * diff --git a/gst/overlaycomposition/gstoverlaycomposition.c b/gst/overlaycomposition/gstoverlaycomposition.c index a3c76f7..2f65ac4 100644 --- a/gst/overlaycomposition/gstoverlaycomposition.c +++ b/gst/overlaycomposition/gstoverlaycomposition.c @@ -20,7 +20,8 @@ /** * 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 * 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_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 * attaching, and will fail the negotiation in the unlikely case we are * force to blit, but format isn't supported. */ @@ -543,8 +544,7 @@ add_feature_and_intersect (GstCaps * caps, } /* Based on gstbasetextoverlay.c */ -/** - * intersect_by_feature: +/* intersect_by_feature: * * Creates a new #GstCaps based on the following filtering rule. *