summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMartin Soto <martinsoto@users.sourceforge.net>2005-06-14 22:26:06 +0000
committerMartin Soto <martinsoto@users.sourceforge.net>2005-06-14 22:26:06 +0000
commit057c82b200d51afd660ad306b332cf97f908d99e (patch)
tree2fc5ef13fdfb7eeed1d58b6f5c61118afda691c3 /ChangeLog
parent2358e48f2ac943d9c7ad78d6c63dad99af5732c3 (diff)
downloadgst-plugins-bad-057c82b200d51afd660ad306b332cf97f908d99e.tar.gz
gst-plugins-bad-057c82b200d51afd660ad306b332cf97f908d99e.tar.bz2
gst-plugins-bad-057c82b200d51afd660ad306b332cf97f908d99e.zip
gst/mpegstream/gstdvddemux.c (gst_dvd_demux_handle_dvd_event): Only process events with the right MIME type.
Original commit message from CVS: 2005-06-15 Martin Soto <martinsoto@users.sourceforge.net> * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_handle_dvd_event): Only process events with the right MIME type. (gst_dvd_demux_get_audio_stream): Stream objects were being reallocated, but the (potentially new) pointer wasn't being stored in the array again. Make sure to always store the pointer after reallocation. Fixes a segmentation fault when playing DVDs with LPCM sound. (gst_dvd_demux_plugin_init): Rename element for local use.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d07e3a0..030fca93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-06-15 Martin Soto <martinsoto@users.sourceforge.net>
+
+ * gst/mpegstream/gstdvddemux.c (gst_dvd_demux_handle_dvd_event):
+ Only process events with the right MIME type.
+ (gst_dvd_demux_get_audio_stream): Stream objects were being
+ reallocated, but the (potentially new) pointer wasn't being stored
+ in the array again. Make sure to always store the pointer after
+ reallocation. Fixes a segmentation fault when playing DVDs with
+ LPCM sound.
+ (gst_dvd_demux_plugin_init): Rename element for local use.
+
2005-06-15 Jan Schmidt <thaytan@mad.scientist.com>
* ext/dvdnav/Makefile.am:
* ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_finalize),