a hack to work around intltool's brokenness a current check for mpeg2dec details->klass reorganizations an element br...

Original commit message from CVS:
* a hack to work around intltool's brokenness
* a current check for mpeg2dec
* details->klass reorganizations
* an element browser that uses details->klass
* separated cdxa parse out from the avi directory
This commit is contained in:
Andy Wingo 2002-04-20 21:42:51 +00:00
parent 132e7324ee
commit d11dbb0338
11 changed files with 18 additions and 17 deletions

View file

@ -166,7 +166,7 @@ GST_PLUGIN_LDFLAGS='-module -avoid-version'
AC_SUBST(GST_PLUGIN_LDFLAGS) AC_SUBST(GST_PLUGIN_LDFLAGS)
GST_PLUGINS_ALL="\ GST_PLUGINS_ALL="\
ac3parse adder audioscale auparse avi chart\ ac3parse adder audioscale auparse avi cdxaparse chart\
cutter deinterlace flx goom intfloat law level\ cutter deinterlace flx goom intfloat law level\
median mpeg1enc mpeg1sys mpeg1videoparse mpeg2enc mpeg2sub\ median mpeg1enc mpeg1sys mpeg1videoparse mpeg2enc mpeg2sub\
mpegaudio mpegaudioparse mpegstream mpegtypes modplug\ mpegaudio mpegaudioparse mpegstream mpegtypes modplug\
@ -744,6 +744,7 @@ gst/adder/Makefile
gst/audioscale/Makefile gst/audioscale/Makefile
gst/auparse/Makefile gst/auparse/Makefile
gst/avi/Makefile gst/avi/Makefile
gst/cdxaparse/Makefile
gst/chart/Makefile gst/chart/Makefile
gst/cutter/Makefile gst/cutter/Makefile
gst/deinterlace/Makefile gst/deinterlace/Makefile

View file

@ -24,7 +24,7 @@
static GstElementDetails gst_alsa_sink_details = { static GstElementDetails gst_alsa_sink_details = {
"Alsa Sink", "Alsa Sink",
"Sink/Audio", "Sink/Audio",
"Output to a sound card via ALSA: see plugins/alsa/README for more info", "Output to a sound card via ALSA",
VERSION, VERSION,
"Thomas Nyberg <thomas@codefactory.se>, " "Thomas Nyberg <thomas@codefactory.se>, "
"Andy Wingo <apwingo@eos.ncsu.edu>", "Andy Wingo <apwingo@eos.ncsu.edu>",
@ -34,11 +34,11 @@ static GstElementDetails gst_alsa_sink_details = {
static GstElementDetails gst_alsa_src_details = { static GstElementDetails gst_alsa_src_details = {
"Alsa Src", "Alsa Src",
"Source/Audio", "Source/Audio",
"Read from a sound card via ALSA: see plugins/alsa/README for more info", "Read from a sound card via ALSA",
VERSION, VERSION,
"Thomas Nyberg <thomas@codefactory.se>, " "Thomas Nyberg <thomas@codefactory.se>, "
"Andy Wingo <apwingo@eos.ncsu.edu>" "Andy Wingo <apwingo@eos.ncsu.edu>",
"(C) 2001", "(C) 2001"
}; };
static GstElement *parent_class = NULL; static GstElement *parent_class = NULL;

View file

@ -37,7 +37,7 @@
static GstElementDetails cdparanoia_details = { static GstElementDetails cdparanoia_details = {
"CD Audio (cdda) Source, Paranoia IV", "CD Audio (cdda) Source, Paranoia IV",
"Source/File/CDDA", "Source/File",
"Read audio from CD in paranoid mode", "Read audio from CD in paranoid mode",
VERSION, VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>", "Erik Walthinsen <omega@cse.ogi.edu>",

View file

@ -75,8 +75,8 @@ GType gst_gnomevfssink_get_type(void);
GstElementDetails gst_gnomevfssink_details = { GstElementDetails gst_gnomevfssink_details = {
"GnomeVFS Sink", "GnomeVFS Sink",
"Sink", "Sink/File",
"GnomeVFS hole for data", "Write stream to a GnomeVFS URI",
VERSION, VERSION,
"Bastien Nocera <hadess@hadess.net>", "Bastien Nocera <hadess@hadess.net>",
"(C) 2001" "(C) 2001"

View file

@ -29,7 +29,7 @@ extern GstPadTemplate *dec_src_template, *dec_sink_template;
GstElementDetails vorbisdec_details = GstElementDetails vorbisdec_details =
{ {
"Ogg Vorbis decoder", "Ogg Vorbis decoder",
"Filter/Audio/Decoder", "Codec/Audio/Decoder",
"Decodes OGG Vorbis audio", "Decodes OGG Vorbis audio",
VERSION, VERSION,
"Monty <monty@xiph.org>, " "Monty <monty@xiph.org>, "

View file

@ -32,7 +32,7 @@ extern GstPadTemplate *enc_src_template, *enc_sink_template;
/* elementfactory information */ /* elementfactory information */
GstElementDetails vorbisenc_details = { GstElementDetails vorbisenc_details = {
"Ogg Vorbis encoder", "Ogg Vorbis encoder",
"Filter/Audio/Encoder", "Codec/Audio/Encoder",
"Encodes audio in OGG Vorbis format", "Encodes audio in OGG Vorbis format",
VERSION, VERSION,
"Monty <monty@xiph.org>, " "Monty <monty@xiph.org>, "

View file

@ -29,7 +29,7 @@
GstElementDetails adder_details = { GstElementDetails adder_details = {
"Adder", "Adder",
"Filter/Effect", "Filter/Audio",
"2-to-1 audio adder/mixer", "2-to-1 audio adder/mixer",
VERSION, VERSION,
"Thomas <thomas@apestaart.org>", "Thomas <thomas@apestaart.org>",

View file

@ -29,8 +29,8 @@
/* elementfactory information */ /* elementfactory information */
static GstElementDetails audioscale_details = { static GstElementDetails audioscale_details = {
"Audio scaler", "Audio scaler",
"Filter/Audio/Scaler", "Filter/Audio",
"Resizes audio", "Audio resampler",
VERSION, VERSION,
"Wim Taymans <wim.taymans@chello.be>", "Wim Taymans <wim.taymans@chello.be>",
"(C) 2000", "(C) 2000",

View file

@ -26,7 +26,7 @@
/* elementfactory information */ /* elementfactory information */
static GstElementDetails videoscale_details = { static GstElementDetails videoscale_details = {
"Video scaler", "Video scaler",
"Filter/Video/Scaler", "Filter/Video",
"Resizes video", "Resizes video",
VERSION, VERSION,
"Wim Taymans <wim.taymans@chello.be>", "Wim Taymans <wim.taymans@chello.be>",

View file

@ -27,7 +27,7 @@
static GstElementDetails volume_details = { static GstElementDetails volume_details = {
"Volume", "Volume",
"Filter/Effect", "Filter/Audio/Effect",
"Set volume on audio/raw streams", "Set volume on audio/raw streams",
VERSION, VERSION,
"Andy Wingo <apwingo@eos.ncsu.edu>", "Andy Wingo <apwingo@eos.ncsu.edu>",

View file

@ -57,12 +57,12 @@ AC_ARG_WITH(mpeg2dec-prefix,
if test x$mpeg2dec_config_prefix = x ; then if test x$mpeg2dec_config_prefix = x ; then
MPEG2DEC_CHECK_LIBHEADER(MPEG2DEC, mpeg2, mpeg2_init, mpeg2dec/mpeg2.h, MPEG2DEC_CHECK_LIBHEADER(MPEG2DEC, mpeg2, mpeg2_init, mpeg2dec/mpeg2.h,
MPEG2DEC_LIBS="-lmpeg2 -lcpuaccel") MPEG2DEC_LIBS="-lmpeg2 -lcpuaccel",, -lcpuaccel)
else else
MPEG2DEC_CHECK_LIBHEADER(MPEG2DEC, mpeg2, mpeg2_init, mpeg2dec/mpeg2.h, [ MPEG2DEC_CHECK_LIBHEADER(MPEG2DEC, mpeg2, mpeg2_init, mpeg2dec/mpeg2.h, [
MPEG2DEC_LIBS="-lmpeg2 -lcpuaccel -L$mpeg2dec_config_prefix/lib" MPEG2DEC_LIBS="-lmpeg2 -lcpuaccel -L$mpeg2dec_config_prefix/lib"
MPEG2DEC_CFLAGS="-I$mpeg2dec_config_prefix/include" MPEG2DEC_CFLAGS="-I$mpeg2dec_config_prefix/include"
], , -L$mpeg2dec_config_prefix/lib, -I$mpeg2dec_config_prefix/include) ], , -L$mpeg2dec_config_prefix/lib -lcpuaccel, -I$mpeg2dec_config_prefix/include)
fi fi
if test "x$HAVE_MPEG2DEC" = "xyes"; then if test "x$HAVE_MPEG2DEC" = "xyes"; then