From 057c82b200d51afd660ad306b332cf97f908d99e Mon Sep 17 00:00:00 2001 From: Martin Soto Date: Tue, 14 Jun 2005 22:26:06 +0000 Subject: 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 * 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. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5d07e3a0..030fca93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2005-06-15 Martin Soto + + * 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 * ext/dvdnav/Makefile.am: * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_finalize), -- cgit v1.2.1