gstreamer/gst
Olivier Crête b9decbb056 shmpipe: Fix crash when sp_close_shm is called with self == NULL.
If sp_open_shm errors out trying to open a shm area, it would crash
when trying to free the area. The RETURN_ERROR macro calls
sp_shm_area_dec with self == NULL. sp_shm_area_dec calls
sp_shm_close, with self == NULL, which it then tries to access a
parameter of without checking. This patch checks to make sure
self != NULL before accessing that parameter.
2010-06-03 15:27:43 -04:00
..
adpcmdec
adpcmenc
aiff Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGS 2010-05-19 18:24:02 -07:00
asfmux Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGS 2010-05-19 18:24:02 -07:00
audiobuffer Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGS 2010-05-19 18:24:02 -07:00
audioparsers
autoconvert
bayer
camerabin Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGS 2010-05-19 18:24:02 -07:00
cdxaparse
chart
colorspace
dataurisrc
dccp
debugutils
dtmf dtmf: Remove rtpdtmfmux stream-lock code 2010-06-02 20:47:08 -04:00
dvdspu Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGS 2010-05-19 18:24:02 -07:00
festival festival: Only close the connection if it's opened 2010-05-13 14:43:28 +02:00
filter
freeze
frei0r frei0r: Fix setting of boolean values 2010-05-12 18:18:46 +02:00
games
h264parse h264parse: plug a few memory leaks 2010-05-28 12:36:23 +01:00
hdvparse
id3tag
invtelecine invtelecine: add an assert to placate gcc-4.5 2010-06-02 22:07:31 -07:00
ivfparse ivfparse: Fix format string warning 2010-06-02 10:06:26 +02:00
jpegformat
legacyresample
librfb
liveadder
mixmatrix
mpeg1sys
mpeg4videoparse
mpegdemux mpegtsdemux: Some checks to avoid asserts 2010-06-03 20:11:29 +02:00
mpegpsmux
mpegtsmux
mpegvideoparse mpegvideoparse: change profile and level strings to something nicer-looking 2010-05-28 12:50:01 +01:00
mve
mxf
nsf
nuvdemux Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGS 2010-05-19 18:24:02 -07:00
overlay
passthrough
pcapparse
playondemand
pnm
qtmux qtmux: Add VP8 2010-05-19 19:24:04 +02:00
rawparse
real
rtjpeg
rtpmux rtpmux: fix missing debug log message argument 2010-06-03 10:43:20 +01:00
scaletempo
sdp
segmentclip
selector
shm shmpipe: Fix crash when sp_close_shm is called with self == NULL. 2010-06-03 15:27:43 -04:00
siren
smooth
smoothwave
speed
stereo
subenc
tta
valve
vbidec
videodrop
videomeasure Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGS 2010-05-19 18:24:02 -07:00
videosignal
vmnc
Makefile.am