gstreamer/gst
Jan Schmidt 7426be70ff aiff: Disable aiff muxer for this release.
The aiff muxer relies on GstByteWriter API added after 0.10.25. Disable
it for this release.

Revert this commit after gst-plugins-bad 0.10.17
2009-11-09 19:08:49 +00:00
..
aacparse aacparse: fix warnings in macosx snow leopard 2009-10-11 11:22:11 +02:00
adpcmdec Fix warnings with gcc 4.0.1. 2009-09-23 12:34:47 +02:00
aiff aiff: Disable aiff muxer for this release. 2009-11-09 19:08:49 +00:00
amrparse amrparse: fix warnings in macosx snow leopard 2009-10-11 11:27:08 +02:00
app Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
asfmux asfmux: Uncomment --disable-static flag 2009-11-09 14:11:30 +00:00
audiobuffer Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
autoconvert autoconvert: Fix previous commit: ensure we take a ref on the features 2009-11-04 23:32:07 +00:00
bayer gst/bayer/gstbayer2rgb.c: Fix color offset calculation for 24bpp. Fixes bug #566613. 2009-01-05 12:34:18 +00:00
camerabin camerabin: fix build 2009-10-24 16:31:26 -04:00
cdxaparse Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
chart Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
colorspace Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
dccp Add new plugin to spec file and add missing header to gst/dccp/Makefile.am 2009-04-27 10:04:51 +01:00
debugutils fpsdisplaysink: check query return result before using it 2009-07-20 16:42:43 +03:00
dtmf dtmfdetect: Add DTMF tone detector 2009-11-05 10:39:37 -05:00
dvdspu dvdspu: Fix PGS window parsing 2009-11-02 02:48:18 +01:00
festival Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
filter gst/filter/gstiir.c: Fix name tag. 2008-11-10 14:01:42 +00:00
flacparse baseparse: sync baseparse change 2009-09-25 17:04:02 +02:00
freeze freeze: don't build plugin static lib 2009-06-26 09:34:11 +01:00
frei0r frei0r: Correctly clean up elements to be reusable and not leak memory 2009-06-29 12:02:19 +02:00
games Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
h264parse Fix warnings with gcc 4.0.1. 2009-09-23 12:34:47 +02:00
hdvparse hdvparse: Link against libm because we use pow(). 2009-06-06 19:28:07 +02:00
id3tag id3mux: glib doesn't reliably null-terminate wide-character encodings in 2009-10-27 14:32:30 -07:00
legacyresample legacyresample: fix negotiation so that upstream can actually fixate to downstream's rate 2009-04-01 15:45:22 +01:00
librfb gst/librfb/rfbdecoder.c: Fix uninitialized warnings 2008-11-12 10:32:24 +00:00
liveadder Make build without warnings with debugging disabled 2009-06-19 16:21:28 +01:00
mixmatrix Remove execute flags from source files 2009-08-10 22:16:37 +01:00
mpeg1sys Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
mpeg4videoparse mpeg4videoparse: fix aspect-ratio parsing in VO 2009-09-07 19:10:18 +02:00
mpegdemux mpegdemux: Fix pointer-differences printout 2009-11-04 17:45:34 +01:00
mpegpsmux mpegpsmux: some minor build fixes 2009-10-22 11:55:41 +01:00
mpegtsmux build: fprintf, sprintf, sscanf need stdio.h 2009-10-07 15:26:12 +03:00
mpegvideoparse mpegvideoparse: check width/height range 2009-10-26 09:04:49 -03:00
mve Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
mxf Fix warnings with gcc 4.0.1. 2009-09-23 12:34:47 +02:00
nsf nsf: Fix compiler warning on Solaris. 2009-06-05 23:52:49 +01:00
nuvdemux speed: fix warnings in macosx snow leopard 2009-10-11 13:13:56 +02:00
overlay Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
passthrough Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
pcapparse pcapparse: Set the GStreamer timestamp according to the pcap timestamps 2009-09-03 13:39:36 -04:00
playondemand Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
pnm pnm: Handle ASCII encoded PNM data that is split over multiple buffers 2009-09-22 08:13:08 +02:00
qtmux qtmux: Adding some ifs for protection 2009-11-06 00:46:12 -03:00
rawparse resindvd, rawparse: fix LDFLAGS for gst-plugins-base libs 2009-08-25 23:55:41 +01:00
real real: differentiate between 'module does not exist' and genuine module opening errors 2009-07-19 15:42:10 +01:00
rtjpeg Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
rtpmux rtpmux: Don't ignore requested pad name 2009-10-30 19:08:14 +00:00
scaletempo scaletempo: properly update new segments 2009-11-05 21:41:01 -03:00
sdp sdpdemux: include glib.h before checking if G_OS_WIN32 is defined 2009-05-31 20:24:44 +01:00
selector inputselector: Remove useless variables and fix a uninitialized variable compiler warnings 2009-11-09 11:49:47 +01:00
shapewipe shapewipe: Add BGRA support for video in/output 2009-07-08 17:59:29 +02:00
siren Fix warnings with gcc 4.0.1. 2009-09-23 12:34:47 +02:00
smooth Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
smoothwave Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
speed speed: fix warnings in macosx snow leopard 2009-10-11 13:13:56 +02:00
stereo Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
subenc Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
tta Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
valve Makefile.am: no static libs for plugins 2009-03-22 21:02:45 +02:00
vbidec Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
videodrop Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
videomeasure build: fprintf, sprintf, sscanf need stdio.h 2009-10-07 15:26:12 +03:00
videosignal Fix a compiler warning. 2009-10-02 12:07:32 +02:00
virtualdub Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
vmnc Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
Makefile.am gst/Makefile.am: Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL). 2007-04-21 19:39:03 +00:00