gstreamer/gst
Zaheer Abbas Merali d6627ae8e0 examples/switch/switcher.c (my_bus_callback, switch_timer, last_message_received, main): gst/switch/gstswitch.c (gst_...
Original commit message from CVS:
* examples/switch/switcher.c (my_bus_callback, switch_timer,
last_message_received, main):
* gst/switch/gstswitch.c (gst_switch_release_pad,
gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
gst_switch_set_property, gst_switch_get_property,
gst_switch_get_linked_pad, gst_switch_getcaps,
gst_switch_bufferalloc, gst_switch_dispose, gst_switch_init):
* gst/switch/gstswitch.h (switch_mutex, GST_SWITCH_LOCK,
GST_SWITCH_UNLOCK):
Add an extra lock to protect against certain variables instead of
using the object lock. Fix case where caps are different in the
sink pads causes deadlock. Update example to use different caps
on each sink pad.
2007-06-22 15:30:00 +00:00
..
app gst/app/Makefile.am: Fix CFLAGS and hopefully #430594. 2007-04-17 10:56:37 +00:00
audioresample ext/theora/theoradec.c: Calculate buffer duration correctly to generate a perfect stream (#433888). 2007-04-27 15:33:46 +00:00
bayer ext/x264/gstx264enc.c (gst_x264_enc_init_encoder): This needs a version check. 2007-05-15 21:23:53 +00:00
cdxaparse Fix leaks. 2007-06-22 10:46:33 +00:00
chart Fix leaks. 2007-06-22 10:46:33 +00:00
colorspace Fix leaks. 2007-06-22 10:46:33 +00:00
deinterlace Port simple deinterlacer from 0.8. Use at your own risk, don't blame me for anything it does or does not do to your p... 2006-10-11 20:33:48 +00:00
equalizer gst/equalizer/gstiirequalizer.c: Document parameter mapping. 2007-06-20 10:15:00 +00:00
festival Fix leaks. 2007-06-22 10:46:33 +00:00
filter configure.ac: Depend on gstreamer-0.10.12.1. gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN, _Gs... 2007-05-22 11:14:13 +00:00
freeze Fix leaks. 2007-06-22 10:46:33 +00:00
games More G_OBJECT macro fixing. 2006-09-16 22:14:36 +00:00
h264parse New plugin: h264parse (#340638) 2006-05-22 16:08:34 +00:00
interleave gst/interleave/deinterleave.c: Remove 'channel-positions' field when munging input caps into 1-channel output caps (I... 2007-03-24 19:46:59 +00:00
librfb gst/librfb/Makefile.am: Compile with appropriate cflags. Fixes build. 2006-11-19 12:02:13 +00:00
mixmatrix Fix leaks. 2007-06-22 10:46:33 +00:00
modplug autogen.sh: Require automake 1.7 2007-04-29 13:53:17 +00:00
mpeg1sys Fix leaks. 2007-06-22 10:46:33 +00:00
mpeg2sub Fix leaks. 2007-06-22 10:46:33 +00:00
mpegvideoparse gst/mpegvideoparse/: Fix some silly bugs with calculating the guard sizes. 2007-06-06 11:03:24 +00:00
multifile gst/: Use proper print statements. 2007-01-25 12:05:11 +00:00
mve gst/mve/gstmvedemux.c: Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff compiles on 2007-04-17 08:04:43 +00:00
nsf Fix leaks. 2007-06-22 10:46:33 +00:00
nuvdemux Fix build with gcc-2.x (declare variables at the beginning of a block etc.). Fixes #391971. 2007-01-03 16:41:10 +00:00
overlay Fix leaks. 2007-06-22 10:46:33 +00:00
passthrough Fix leaks. 2007-06-22 10:46:33 +00:00
playondemand Fix leaks. 2007-06-22 10:46:33 +00:00
real gst/real/gstrealvideodec.c: Printf fix in debug statement; also print the right number there. 2007-06-06 09:11:31 +00:00
replaygain Add replaygain playback elements (#412710). 2007-05-19 10:01:45 +00:00
rtjpeg Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 22:00:26 +00:00
rtpmanager Rename elements to avoid conflict with farsight elements with the same name. Fixes #430664. 2007-05-28 16:37:47 +00:00
smooth Fix leaks. 2007-06-22 10:46:33 +00:00
smoothwave Fix leaks. 2007-06-22 10:46:33 +00:00
spectrum gst/spectrum/gstspectrum.c: Fix leaking buffers. 2007-06-20 08:56:17 +00:00
speed Fix leaks. 2007-06-22 10:46:33 +00:00
stereo Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 22:00:26 +00:00
switch examples/switch/switcher.c (my_bus_callback, switch_timer, last_message_received, main): gst/switch/gstswitch.c (gst_... 2007-06-22 15:30:00 +00:00
tta When driving the pipeline, also post an error when we get a not-linked flow return from downstream. 2007-06-08 16:49:41 +00:00
vbidec Fix leaks. 2007-06-22 10:46:33 +00:00
videodrop Fix leaks. 2007-06-22 10:46:33 +00:00
videoparse A little pluggy to make sense out of the random chunks we get from multifilesrc. 2006-11-11 00:22:24 +00:00
videosignal Add plugin to generate a pattern detectable by videodetect. 2007-06-01 14:36:04 +00:00
virtualdub More G_OBJECT macro fixing. 2006-09-16 22:14:36 +00:00
vmnc gst/vmnc/vmncdec.c: Redesign to include a parser for raw files (no timestamps in that mode yet, though). 2007-03-23 18:41:52 +00:00
xingheader Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 22:00:26 +00:00
y4m Plug some leaks; try to make build bot happy again. 2007-04-24 15:49:18 +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