ext/alsa/gstalsasink.c: Free the device name string.
authorJan Schmidt <thaytan@mad.scientist.com>
Fri, 27 Jan 2006 01:36:01 +0000 (01:36 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Fri, 27 Jan 2006 01:36:01 +0000 (01:36 +0000)
commit2b5b4217d4005d6e3217090c8ef4f11fa411a8ae
treeeef7f880b0d442d73ee8b9ed1e6ec851114ca481
parent4f10b0983da132368b641c4ef4cb012413959958
ext/alsa/gstalsasink.c: Free the device name string.

Original commit message from CVS:
* ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
(gst_alsasink_class_init):
Free the device name string.

* ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
(gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
(gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
Don't remove a pad from the collectpads structure until it
is released - it's a request pad, and may receive data again
if the element gets moved back to PLAYING state.

* sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
Ensure we turn on double buffering on the Xv port, and
set the colour key to something dark and mysterious that
isn't black.
ChangeLog
ext/alsa/gstalsasink.c
ext/ogg/gstoggmux.c
sys/xvimage/xvimagesink.c