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.
This commit is contained in:
David Schleef 2009-08-24 11:34:35 -07:00
parent c3ebeec5a5
commit 0e9bc5125a
10 changed files with 12 additions and 12 deletions

View file

@ -99,7 +99,7 @@ GST_ELEMENT_DETAILS ("GnomeVFS Source",
"Source/File",
"Read from any GnomeVFS-supported file",
"Bastien Nocera <hadess@hadess.net>\n"
"Ronald S. Bultje <rbultje@ronald.bitfreak.net>");
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
static GStaticMutex count_lock = G_STATIC_MUTEX_INIT;
static gint ref_count = 0;

View file

@ -60,19 +60,19 @@ static const GstElementDetails gst_ogm_audio_parse_details =
GST_ELEMENT_DETAILS ("OGM audio stream parser",
"Codec/Decoder/Audio",
"parse an OGM audio header and stream",
"Ronald Bultje <rbultje@ronald.bitfreak.net>");
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
static const GstElementDetails gst_ogm_video_parse_details =
GST_ELEMENT_DETAILS ("OGM video stream parser",
"Codec/Decoder/Video",
"parse an OGM video header and stream",
"Ronald Bultje <rbultje@ronald.bitfreak.net>");
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
static const GstElementDetails gst_ogm_text_parse_details =
GST_ELEMENT_DETAILS ("OGM text stream parser",
"Codec/Decoder/Subtitle",
"parse an OGM text header and stream",
"Ronald Bultje <rbultje@ronald.bitfreak.net>");
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
typedef struct _stream_header_video
{

View file

@ -184,7 +184,7 @@ gst_text_render_base_init (gpointer g_class)
"Filter/Editor/Video",
"Renders a text string to an image bitmap",
"David Schleef <ds@schleef.org>, "
"Ronald S. Bultje <rbultje@ronald.bitfreak.net>");
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
}
static void

View file

@ -47,7 +47,7 @@ static const GstElementDetails ffmpegcsp_details =
GST_ELEMENT_DETAILS ("FFMPEG Colorspace converter",
"Filter/Converter/Video",
"Converts video from one colorspace to another",
"Ronald Bultje <rbultje@ronald.bitfreak.net>");
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
/* Stereo signals and args */

View file

@ -46,7 +46,6 @@ GST_ELEMENT_DETAILS ("Input selector",
"Generic",
"N-to-1 input stream selectoring",
"Julien Moutte <julien@moutte.net>\n"
"Ronald S. Bultje <rbultje@ronald.bitfreak.net>\n"
"Jan Schmidt <thaytan@mad.scientist.com>\n"
"Wim Taymans <wim.taymans@gmail.com>");

View file

@ -36,7 +36,6 @@ GST_ELEMENT_DETAILS ("StreamSelector",
"Generic",
"N-to-1 input stream_selectoring",
"Julien Moutte <julien@moutte.net>\n"
"Ronald S. Bultje <rbultje@ronald.bitfreak.net>\n"
"Jan Schmidt <thaytan@mad.scientist.com>\n"
"Wim Taymans <wim.taymans@gmail.com>");

View file

@ -58,7 +58,7 @@ GST_ELEMENT_DETAILS ("Subtitle parser",
"Codec/Parser/Subtitle",
"Parses subtitle (.sub) files into text streams",
"Gustavo J. A. M. Carneiro <gjc@inescporto.pt>\n"
"Ronald S. Bultje <rbultje@ronald.bitfreak.net>");
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
#ifndef GST_DISABLE_XML
static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink",

View file

@ -35,7 +35,7 @@ static const GstElementDetails gst_v4lmjpegsink_details =
GST_ELEMENT_DETAILS ("Video (video4linux/MJPEG) sink",
"Sink/Video",
"Writes MJPEG-encoded frames to a zoran MJPEG/video4linux device",
"Ronald Bultje <rbultje@ronald.bitfreak.net>");
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
/* v4lmjpegsink signals and args */
enum
@ -122,6 +122,7 @@ gst_v4lmjpegsink_base_init (gpointer g_class)
gst_element_class_add_pad_template (gstelement_class,
gst_static_pad_template_get (&sink_template));
}
static void
gst_v4lmjpegsink_class_init (GstV4lMjpegSinkClass * klass)
{

View file

@ -35,7 +35,7 @@ static const GstElementDetails gst_v4lmjpegsrc_details =
GST_ELEMENT_DETAILS ("Video (video4linux/MJPEG) Source",
"Source/Video",
"Reads MJPEG-encoded frames from a zoran MJPEG/video4linux device",
"Ronald Bultje <rbultje@ronald.bitfreak.net>");
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
/* V4lMjpegSrc signals and args */
enum
@ -151,6 +151,7 @@ gst_v4lmjpegsrc_base_init (gpointer g_class)
gst_element_class_add_pad_template (gstelement_class,
gst_static_pad_template_get (&src_template));
}
static void
gst_v4lmjpegsrc_class_init (GstV4lMjpegSrcClass * klass)
{

View file

@ -34,7 +34,7 @@ static const GstElementDetails gst_v4lsrc_details =
GST_ELEMENT_DETAILS ("Video (video4linux/raw) Source",
"Source/Video",
"Reads raw frames from a video4linux device",
"Ronald Bultje <rbultje@ronald.bitfreak.net>");
"GStreamer maintainers <gstreamer-devel@lists.sourceforge.net>");
GST_DEBUG_CATEGORY_STATIC (v4lsrc_debug);