mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
various: fix author tag in element details
This commit is contained in:
parent
c46725845b
commit
79e3b5b4bb
8 changed files with 9 additions and 9 deletions
|
@ -129,7 +129,7 @@ gst_mplex_base_init (gpointer klass)
|
||||||
"High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer",
|
"High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer",
|
||||||
"Andrew Stevens <andrew.stevens@nexgo.de>\n"
|
"Andrew Stevens <andrew.stevens@nexgo.de>\n"
|
||||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>\n"
|
"Ronald Bultje <rbultje@ronald.bitfreak.net>\n"
|
||||||
"Mark Nauwelaerts <mnauw@users.sourceforge.net");
|
"Mark Nauwelaerts <mnauw@users.sourceforge.net>");
|
||||||
|
|
||||||
gst_element_class_add_pad_template (element_class,
|
gst_element_class_add_pad_template (element_class,
|
||||||
gst_static_pad_template_get (&src_templ));
|
gst_static_pad_template_get (&src_templ));
|
||||||
|
|
|
@ -569,7 +569,7 @@ adpcmdec_base_init (gpointer klass)
|
||||||
gst_element_class_set_details_simple (element_class, "ADPCM decoder",
|
gst_element_class_set_details_simple (element_class, "ADPCM decoder",
|
||||||
"Codec/Decoder/Audio",
|
"Codec/Decoder/Audio",
|
||||||
"Decode MS and IMA ADPCM audio",
|
"Decode MS and IMA ADPCM audio",
|
||||||
"Pioneers of the Inevitable <songbird@songbirdnest.com");
|
"Pioneers of the Inevitable <songbird@songbirdnest.com>");
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
|
|
@ -550,7 +550,7 @@ adpcmenc_base_init (gpointer klass)
|
||||||
gst_element_class_set_details_simple (element_class, "ADPCM encoder",
|
gst_element_class_set_details_simple (element_class, "ADPCM encoder",
|
||||||
"Codec/Encoder/Audio",
|
"Codec/Encoder/Audio",
|
||||||
"Encode ADPCM audio",
|
"Encode ADPCM audio",
|
||||||
"Pioneers of the Inevitable <songbird@songbirdnest.com");
|
"Pioneers of the Inevitable <songbird@songbirdnest.com>");
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
|
|
@ -67,7 +67,7 @@ gst_fisheye_base_init (gpointer gclass)
|
||||||
"fisheye",
|
"fisheye",
|
||||||
"Transform/Effect/Video",
|
"Transform/Effect/Video",
|
||||||
"Split the image into two halves and reflect one over each other",
|
"Split the image into two halves and reflect one over each other",
|
||||||
"Filippo Argiolas <filippo.argiolas@gmail.com");
|
"Filippo Argiolas <filippo.argiolas@gmail.com>");
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
|
|
@ -132,7 +132,7 @@ gst_mirror_base_init (gpointer gclass)
|
||||||
"mirror",
|
"mirror",
|
||||||
"Transform/Effect/Video",
|
"Transform/Effect/Video",
|
||||||
"Split the image into two halves and reflect one over each other",
|
"Split the image into two halves and reflect one over each other",
|
||||||
"Filippo Argiolas <filippo.argiolas@gmail.com");
|
"Filippo Argiolas <filippo.argiolas@gmail.com>");
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
|
|
@ -146,7 +146,7 @@ gst_square_base_init (gpointer gclass)
|
||||||
"square",
|
"square",
|
||||||
"Transform/Effect/Video",
|
"Transform/Effect/Video",
|
||||||
"Distort center part of the image into a square",
|
"Distort center part of the image into a square",
|
||||||
"Filippo Argiolas <filippo.argiolas@gmail.com");
|
"Filippo Argiolas <filippo.argiolas@gmail.com>");
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
|
|
@ -227,7 +227,7 @@ gst_ts_demux_base_init (gpointer klass)
|
||||||
"MPEG transport stream demuxer",
|
"MPEG transport stream demuxer",
|
||||||
"Codec/Demuxer",
|
"Codec/Demuxer",
|
||||||
"Demuxes MPEG2 transport streams",
|
"Demuxes MPEG2 transport streams",
|
||||||
"Zaheer Abbas Merali <zaheerabbas at merali dot org>;"
|
"Zaheer Abbas Merali <zaheerabbas at merali dot org>\n"
|
||||||
"Edward Hervey <edward.hervey@collabora.co.uk>");
|
"Edward Hervey <edward.hervey@collabora.co.uk>");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -92,7 +92,7 @@ gst_shm_src_base_init (gpointer g_class)
|
||||||
"Shared Memory Source",
|
"Shared Memory Source",
|
||||||
"Source",
|
"Source",
|
||||||
"Receive data from the sharem memory sink",
|
"Receive data from the sharem memory sink",
|
||||||
"Olivier Crete <olivier.crete@collabora.co.uk");
|
"Olivier Crete <olivier.crete@collabora.co.uk>");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue