mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
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:
parent
132e7324ee
commit
d11dbb0338
11 changed files with 18 additions and 17 deletions
|
@ -166,7 +166,7 @@ GST_PLUGIN_LDFLAGS='-module -avoid-version'
|
|||
AC_SUBST(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
GST_PLUGINS_ALL="\
|
||||
ac3parse adder audioscale auparse avi chart\
|
||||
ac3parse adder audioscale auparse avi cdxaparse chart\
|
||||
cutter deinterlace flx goom intfloat law level\
|
||||
median mpeg1enc mpeg1sys mpeg1videoparse mpeg2enc mpeg2sub\
|
||||
mpegaudio mpegaudioparse mpegstream mpegtypes modplug\
|
||||
|
@ -744,6 +744,7 @@ gst/adder/Makefile
|
|||
gst/audioscale/Makefile
|
||||
gst/auparse/Makefile
|
||||
gst/avi/Makefile
|
||||
gst/cdxaparse/Makefile
|
||||
gst/chart/Makefile
|
||||
gst/cutter/Makefile
|
||||
gst/deinterlace/Makefile
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
static GstElementDetails gst_alsa_sink_details = {
|
||||
"Alsa Sink",
|
||||
"Sink/Audio",
|
||||
"Output to a sound card via ALSA: see plugins/alsa/README for more info",
|
||||
"Output to a sound card via ALSA",
|
||||
VERSION,
|
||||
"Thomas Nyberg <thomas@codefactory.se>, "
|
||||
"Andy Wingo <apwingo@eos.ncsu.edu>",
|
||||
|
@ -34,11 +34,11 @@ static GstElementDetails gst_alsa_sink_details = {
|
|||
static GstElementDetails gst_alsa_src_details = {
|
||||
"Alsa Src",
|
||||
"Source/Audio",
|
||||
"Read from a sound card via ALSA: see plugins/alsa/README for more info",
|
||||
"Read from a sound card via ALSA",
|
||||
VERSION,
|
||||
"Thomas Nyberg <thomas@codefactory.se>, "
|
||||
"Andy Wingo <apwingo@eos.ncsu.edu>"
|
||||
"(C) 2001",
|
||||
"Andy Wingo <apwingo@eos.ncsu.edu>",
|
||||
"(C) 2001"
|
||||
};
|
||||
|
||||
static GstElement *parent_class = NULL;
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
static GstElementDetails cdparanoia_details = {
|
||||
"CD Audio (cdda) Source, Paranoia IV",
|
||||
"Source/File/CDDA",
|
||||
"Source/File",
|
||||
"Read audio from CD in paranoid mode",
|
||||
VERSION,
|
||||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
||||
|
|
|
@ -75,8 +75,8 @@ GType gst_gnomevfssink_get_type(void);
|
|||
|
||||
GstElementDetails gst_gnomevfssink_details = {
|
||||
"GnomeVFS Sink",
|
||||
"Sink",
|
||||
"GnomeVFS hole for data",
|
||||
"Sink/File",
|
||||
"Write stream to a GnomeVFS URI",
|
||||
VERSION,
|
||||
"Bastien Nocera <hadess@hadess.net>",
|
||||
"(C) 2001"
|
||||
|
|
|
@ -29,7 +29,7 @@ extern GstPadTemplate *dec_src_template, *dec_sink_template;
|
|||
GstElementDetails vorbisdec_details =
|
||||
{
|
||||
"Ogg Vorbis decoder",
|
||||
"Filter/Audio/Decoder",
|
||||
"Codec/Audio/Decoder",
|
||||
"Decodes OGG Vorbis audio",
|
||||
VERSION,
|
||||
"Monty <monty@xiph.org>, "
|
||||
|
|
|
@ -32,7 +32,7 @@ extern GstPadTemplate *enc_src_template, *enc_sink_template;
|
|||
/* elementfactory information */
|
||||
GstElementDetails vorbisenc_details = {
|
||||
"Ogg Vorbis encoder",
|
||||
"Filter/Audio/Encoder",
|
||||
"Codec/Audio/Encoder",
|
||||
"Encodes audio in OGG Vorbis format",
|
||||
VERSION,
|
||||
"Monty <monty@xiph.org>, "
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
GstElementDetails adder_details = {
|
||||
"Adder",
|
||||
"Filter/Effect",
|
||||
"Filter/Audio",
|
||||
"2-to-1 audio adder/mixer",
|
||||
VERSION,
|
||||
"Thomas <thomas@apestaart.org>",
|
||||
|
|
|
@ -29,8 +29,8 @@
|
|||
/* elementfactory information */
|
||||
static GstElementDetails audioscale_details = {
|
||||
"Audio scaler",
|
||||
"Filter/Audio/Scaler",
|
||||
"Resizes audio",
|
||||
"Filter/Audio",
|
||||
"Audio resampler",
|
||||
VERSION,
|
||||
"Wim Taymans <wim.taymans@chello.be>",
|
||||
"(C) 2000",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
/* elementfactory information */
|
||||
static GstElementDetails videoscale_details = {
|
||||
"Video scaler",
|
||||
"Filter/Video/Scaler",
|
||||
"Filter/Video",
|
||||
"Resizes video",
|
||||
VERSION,
|
||||
"Wim Taymans <wim.taymans@chello.be>",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
static GstElementDetails volume_details = {
|
||||
"Volume",
|
||||
"Filter/Effect",
|
||||
"Filter/Audio/Effect",
|
||||
"Set volume on audio/raw streams",
|
||||
VERSION,
|
||||
"Andy Wingo <apwingo@eos.ncsu.edu>",
|
||||
|
|
|
@ -57,12 +57,12 @@ AC_ARG_WITH(mpeg2dec-prefix,
|
|||
|
||||
if test x$mpeg2dec_config_prefix = x ; then
|
||||
MPEG2DEC_CHECK_LIBHEADER(MPEG2DEC, mpeg2, mpeg2_init, mpeg2dec/mpeg2.h,
|
||||
MPEG2DEC_LIBS="-lmpeg2 -lcpuaccel")
|
||||
MPEG2DEC_LIBS="-lmpeg2 -lcpuaccel",, -lcpuaccel)
|
||||
else
|
||||
MPEG2DEC_CHECK_LIBHEADER(MPEG2DEC, mpeg2, mpeg2_init, mpeg2dec/mpeg2.h, [
|
||||
MPEG2DEC_LIBS="-lmpeg2 -lcpuaccel -L$mpeg2dec_config_prefix/lib"
|
||||
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
|
||||
|
||||
if test "x$HAVE_MPEG2DEC" = "xyes"; then
|
||||
|
|
Loading…
Reference in a new issue