summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew Andkjar <enki@goodship.net>2006-08-29 12:07:38 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-08-29 12:07:38 +0000
commitef178aabf965c0cc8722f07267f478e58c1f2a5e (patch)
tree507e0d00d61d1ba38d579ff10d3edf4b95957191 /ChangeLog
parentd83b0ef58d4f37a1eb99e7212e637778fa72c39e (diff)
downloadgst-plugins-bad-ef178aabf965c0cc8722f07267f478e58c1f2a5e.tar.gz
gst-plugins-bad-ef178aabf965c0cc8722f07267f478e58c1f2a5e.tar.bz2
gst-plugins-bad-ef178aabf965c0cc8722f07267f478e58c1f2a5e.zip
ext/sdl/: Only de-init the subsystem we previously initialised. Avoids borkage when both sdlvideosink and sdlaudiosin...
Original commit message from CVS: Patch by: Andrew Andkjar <enki at goodship net> * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_close): * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported), (gst_sdlvideosink_deinitsdl): Only de-init the subsystem we previously initialised. Avoids borkage when both sdlvideosink and sdlaudiosink are used at the same time and one is shut down.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 724bda57..5bcdcb8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
+
+ Patch by: Andrew Andkjar <enki at goodship net>
+
+ * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_close):
+ * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
+ (gst_sdlvideosink_deinitsdl):
+ Only de-init the subsystem we previously initialised. Avoids
+ borkage when both sdlvideosink and sdlaudiosink are used
+ at the same time and one is shut down.
+
2006-08-28 Wim Taymans <wim@fluendo.com>
* gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),