diff options
author | Martin Soto <martinsoto@users.sourceforge.net> | 2005-06-14 22:26:06 +0000 |
---|---|---|
committer | Martin Soto <martinsoto@users.sourceforge.net> | 2005-06-14 22:26:06 +0000 |
commit | 057c82b200d51afd660ad306b332cf97f908d99e (patch) | |
tree | 2fc5ef13fdfb7eeed1d58b6f5c61118afda691c3 /ChangeLog | |
parent | 2358e48f2ac943d9c7ad78d6c63dad99af5732c3 (diff) | |
download | gst-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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), |