..
aacparse
baseparse: prevent infinite loop when draining
2009-08-07 13:09:24 +02:00
adpcmdec
adpcmdec: Add new plugin for ms-adpcm decoding.
2009-05-22 16:56:52 -07:00
aiffparse
GstAdapter is not a GstObject and should be freed with g_object_unref()
2009-08-31 13:14:02 +01:00
amrparse
baseparse: prevent infinite loop when draining
2009-08-07 13:09:24 +02:00
app
Don't install static libs for plugins. Fixes #550851 for -bad.
2008-11-04 12:42:30 +00:00
asfmux
asfmux: Do not mess up GstCollectData list
2009-08-12 19:17:37 -03:00
audiobuffer
Don't install static libs for plugins. Fixes #550851 for -bad.
2008-11-04 12:42:30 +00:00
autoconvert
autoconvert: Cache events and send them downstream once an element was selected
2009-08-09 15:20:48 +02: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: Set camerasrc to READY state instead of PAUSED when acquiring allowed caps
2009-07-31 14:07:24 +03: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
dtmfsrc: Empty event queue on finalize
2009-08-12 17:08:01 -04:00
dvdspu
Try to fit subtitles within the video frame when they're too large
2009-09-04 09:13:34 +02: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: prevent infinite loop when draining
2009-08-07 13:09:24 +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
h264parse: Free the PPS buffers too
2009-08-31 09:15:09 +02:00
hdvparse
hdvparse: Link against libm because we use pow().
2009-06-06 19:28:07 +02:00
id3tag
id3tag: Unconditionally use GLib 2.16 API
2009-08-31 08:14:10 +02: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: don't leak the config data
2009-05-05 16:54:39 +02:00
mpegdemux
mpegtsdemux: set specific caps for lpcm in private stream
2009-09-04 12:35:31 +02:00
mpegpsmux
mpegsmux, mpegpsmux: fix unused variable warning with the debugging system in core disabled
2009-09-02 13:37:47 +01:00
mpegtsmux
mpegsmux, mpegpsmux: fix unused variable warning with the debugging system in core disabled
2009-09-02 13:37:47 +01:00
mpegtsparse
Move of mpegtsparse to mpegdemux
2008-10-08 15:22:12 +00:00
mpegvideoparse
GstAdapter is not a GstObject and should be freed with g_object_unref()
2009-08-31 13:14:02 +01:00
mve
Don't install static libs for plugins. Fixes #550851 for -bad.
2008-11-04 12:42:30 +00:00
mxf
GstAdapter is not a GstObject and should be freed with g_object_unref()
2009-08-31 13:14:02 +01:00
nsf
nsf: Fix compiler warning on Solaris.
2009-06-05 23:52:49 +01:00
nuvdemux
GstAdapter is not a GstObject and should be freed with g_object_unref()
2009-08-31 13:14:02 +01: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
qtmux
qtmux: Don't require endianness field for 8 bit raw audio
2009-08-04 12:58:35 +02: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: Remove empty finalize
2009-07-29 17:24:59 -04:00
scaletempo
scaletempo: Explicitely cast to signed integers to fix a segfault
2009-06-19 11:02:00 +02:00
sdp
sdpdemux: include glib.h before checking if G_OS_WIN32 is defined
2009-05-31 20:24:44 +01:00
selector
inputselector: Use iterate internal links instead of deprecated get internal links
2009-08-31 08:14:10 +02:00
shapewipe
shapewipe: Add BGRA support for video in/output
2009-07-08 17:59:29 +02:00
siren
sirenenc: fix events and caps
2009-09-03 19:04:33 +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
Don't install static libs for plugins. Fixes #550851 for -bad.
2008-11-04 12:42:30 +00: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
videosignal
videoanalyse: Fix brightness calculation to not only use the first rowstride
2009-02-27 20:44:20 +01: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