diff --git a/ext/ogg/gstogmparse.c b/ext/ogg/gstogmparse.c index a08c5df30e..c85c064ac8 100644 --- a/ext/ogg/gstogmparse.c +++ b/ext/ogg/gstogmparse.c @@ -279,7 +279,7 @@ gst_ogm_audio_parse_base_init (GstOgmParseClass * klass) gst_element_class_set_static_metadata (element_class, "OGM audio stream parser", "Codec/Decoder/Audio", "parse an OGM audio header and stream", - "GStreamer maintainers "); + "GStreamer maintainers "); gst_element_class_add_pad_template (element_class, gst_static_pad_template_get (&sink_factory_audio)); @@ -298,7 +298,7 @@ gst_ogm_video_parse_base_init (GstOgmParseClass * klass) gst_element_class_set_static_metadata (element_class, "OGM video stream parser", "Codec/Decoder/Video", "parse an OGM video header and stream", - "GStreamer maintainers "); + "GStreamer maintainers "); gst_element_class_add_pad_template (element_class, gst_static_pad_template_get (&sink_factory_video)); @@ -318,7 +318,7 @@ gst_ogm_text_parse_base_init (GstOgmParseClass * klass) gst_element_class_set_static_metadata (element_class, "OGM text stream parser", "Codec/Decoder/Subtitle", "parse an OGM text header and stream", - "GStreamer maintainers "); + "GStreamer maintainers "); gst_element_class_add_pad_template (element_class, gst_static_pad_template_get (&sink_factory_text)); diff --git a/ext/pango/gsttextrender.c b/ext/pango/gsttextrender.c index 603457ce30..c16dce4ec3 100644 --- a/ext/pango/gsttextrender.c +++ b/ext/pango/gsttextrender.c @@ -197,7 +197,7 @@ gst_text_render_class_init (GstTextRenderClass * klass) "Filter/Editor/Video", "Renders a text string to an image bitmap", "David Schleef , " - "GStreamer maintainers "); + "GStreamer maintainers "); fontmap = pango_cairo_font_map_get_default (); klass->pango_context = diff --git a/gst/subparse/gstsubparse.c b/gst/subparse/gstsubparse.c index 11b76c3e88..d81b8a4d41 100644 --- a/gst/subparse/gstsubparse.c +++ b/gst/subparse/gstsubparse.c @@ -135,7 +135,7 @@ gst_sub_parse_class_init (GstSubParseClass * klass) "Subtitle parser", "Codec/Parser/Subtitle", "Parses subtitle (.sub) files into text streams", "Gustavo J. A. M. Carneiro , " - "GStreamer maintainers "); + "GStreamer maintainers "); element_class->change_state = gst_sub_parse_change_state; diff --git a/gst/videoconvert/gstvideoconvert.c b/gst/videoconvert/gstvideoconvert.c index ec71f8c2ec..11d560d08d 100644 --- a/gst/videoconvert/gstvideoconvert.c +++ b/gst/videoconvert/gstvideoconvert.c @@ -519,7 +519,7 @@ gst_video_convert_class_init (GstVideoConvertClass * klass) gst_element_class_set_static_metadata (gstelement_class, "Colorspace converter", "Filter/Converter/Video", "Converts video from one colorspace to another", - "GStreamer maintainers "); + "GStreamer maintainers "); gstbasetransform_class->transform_caps = GST_DEBUG_FUNCPTR (gst_video_convert_transform_caps);