summaryrefslogtreecommitdiffstats
path: root/gst/matroska
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2009-08-24 13:42:42 -0700
committerDavid Schleef <ds@schleef.org>2009-09-05 20:53:10 -0700
commit55d27540984401beb673fa2858c215a4e71a1fce (patch)
tree12cd32d9cef246c8d1fb14e4292a310f7e5ee118 /gst/matroska
parent3826ef3982a04cbf302e206918a1db4dcd2e6194 (diff)
Remove Ronald Bultje from Authors field
Replaced with "GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>" or just removed, depending on the number of other authors.
Diffstat (limited to 'gst/matroska')
-rw-r--r--gst/matroska/matroska-demux.c2
-rw-r--r--gst/matroska/matroska-mux.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gst/matroska/matroska-demux.c b/gst/matroska/matroska-demux.c
index 9cab4194..b6906d39 100644
--- a/gst/matroska/matroska-demux.c
+++ b/gst/matroska/matroska-demux.c
@@ -190,7 +190,7 @@ gst_matroska_demux_base_init (gpointer klass)
gst_element_class_set_details_simple (element_class, "Matroska demuxer",
"Codec/Demuxer",
"Demuxes a Matroska Stream into video/audio/subtitles",
- "Ronald Bultje <rbultje@ronald.bitfreak.net>");
+ "GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
}
static void
diff --git a/gst/matroska/matroska-mux.c b/gst/matroska/matroska-mux.c
index 7e21ad3a..71e69979 100644
--- a/gst/matroska/matroska-mux.c
+++ b/gst/matroska/matroska-mux.c
@@ -263,7 +263,7 @@ gst_matroska_mux_base_init (gpointer g_class)
gst_element_class_set_details_simple (element_class, "Matroska muxer",
"Codec/Muxer",
"Muxes video/audio/subtitle streams into a matroska stream",
- "Ronald Bultje <rbultje@ronald.bitfreak.net>");
+ "GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
GST_DEBUG_CATEGORY_INIT (matroskamux_debug, "matroskamux", 0,
"Matroska muxer");