diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-01-03 13:09:21 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-01-03 13:09:21 +0000 |
commit | 72f3c87c5ce7fedec7d726b349dfe52f7e578a55 (patch) | |
tree | 44f1121a50119bda030e1c9ce32cfd77c80b9acf | |
parent | 83120f099c74a7c9cdda36aa72d76086d53f18ed (diff) | |
download | gst-plugins-bad-72f3c87c5ce7fedec7d726b349dfe52f7e578a55.tar.gz gst-plugins-bad-72f3c87c5ce7fedec7d726b349dfe52f7e578a55.tar.bz2 gst-plugins-bad-72f3c87c5ce7fedec7d726b349dfe52f7e578a55.zip |
ext/alsa/gstalsamixer.c: Correct logic of dispose function (see #129306).
Original commit message from CVS:
2004-01-03 Thomas Canty <tommydal@optushome.com.au>
reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
* ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
Correct logic of dispose function (see #129306).
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-01-03 Thomas Canty <tommydal@optushome.com.au> + + reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net> + + * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose): + Correct logic of dispose function (see #129306). + 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net> * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes): |