From 2e3a5ba2272c6321e04ec0c193541ef4d3fb49e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 16 Jul 2015 17:19:03 +0100 Subject: [PATCH] Update mailing list address from sourceforge to freedesktop --- gst/avi/gstavimux.c | 2 +- gst/matroska/matroska-demux.c | 2 +- gst/matroska/matroska-mux.c | 2 +- gst/matroska/matroska-parse.c | 2 +- gst/matroska/webm-mux.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gst/avi/gstavimux.c b/gst/avi/gstavimux.c index ae3d74d..2ef3d3e 100644 --- a/gst/avi/gstavimux.c +++ b/gst/avi/gstavimux.c @@ -262,7 +262,7 @@ gst_avi_mux_class_init (GstAviMuxClass * klass) gst_element_class_set_static_metadata (gstelement_class, "Avi muxer", "Codec/Muxer", "Muxes audio and video into an avi stream", - "GStreamer maintainers "); + "GStreamer maintainers "); } /* reset pad to initial state diff --git a/gst/matroska/matroska-demux.c b/gst/matroska/matroska-demux.c index 77f9bdf..606b593 100644 --- a/gst/matroska/matroska-demux.c +++ b/gst/matroska/matroska-demux.c @@ -239,7 +239,7 @@ gst_matroska_demux_class_init (GstMatroskaDemuxClass * klass) gst_element_class_set_static_metadata (gstelement_class, "Matroska demuxer", "Codec/Demuxer", "Demuxes Matroska/WebM streams into video/audio/subtitles", - "GStreamer maintainers "); + "GStreamer maintainers "); } static void diff --git a/gst/matroska/matroska-mux.c b/gst/matroska/matroska-mux.c index f72cd99..9f79175 100644 --- a/gst/matroska/matroska-mux.c +++ b/gst/matroska/matroska-mux.c @@ -301,7 +301,7 @@ gst_matroska_mux_class_init (GstMatroskaMuxClass * klass) gst_element_class_set_static_metadata (gstelement_class, "Matroska muxer", "Codec/Muxer", "Muxes video/audio/subtitle streams into a matroska stream", - "GStreamer maintainers "); + "GStreamer maintainers "); GST_DEBUG_CATEGORY_INIT (matroskamux_debug, "matroskamux", 0, "Matroska muxer"); diff --git a/gst/matroska/matroska-parse.c b/gst/matroska/matroska-parse.c index 11de18b..2735b39 100644 --- a/gst/matroska/matroska-parse.c +++ b/gst/matroska/matroska-parse.c @@ -182,7 +182,7 @@ gst_matroska_parse_class_init (GstMatroskaParseClass * klass) gst_element_class_set_static_metadata (gstelement_class, "Matroska parser", "Codec/Parser", "Parses Matroska/WebM streams into video/audio/subtitles", - "GStreamer maintainers "); + "GStreamer maintainers "); } static void diff --git a/gst/matroska/webm-mux.c b/gst/matroska/webm-mux.c index 2b83b6c..0ba330f 100644 --- a/gst/matroska/webm-mux.c +++ b/gst/matroska/webm-mux.c @@ -90,7 +90,7 @@ gst_webm_mux_class_init (GstWebMMuxClass * klass) gst_element_class_set_static_metadata (gstelement_class, "WebM muxer", "Codec/Muxer", "Muxes video and audio streams into a WebM stream", - "GStreamer maintainers "); + "GStreamer maintainers "); } static void -- 2.7.4