From 6020b0cf2bb7e433b1b173a98f6b76f7d89e54f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 16 Jul 2015 17:15:33 +0100 Subject: [PATCH] Update mailing list address from sourceforge to freedesktop --- ext/ogg/gstogmparse.c | 6 +++--- ext/pango/gsttextrender.c | 2 +- gst/subparse/gstsubparse.c | 2 +- gst/videoconvert/gstvideoconvert.c | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ext/ogg/gstogmparse.c b/ext/ogg/gstogmparse.c index a08c5df..c85c064 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 603457c..c16dce4 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 11b76c3..d81b8a4 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 ec71f8c..11d560d 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); -- 2.7.4