gst/mpegstream/: Fix memmory corruption due to not storing the new updated pointer...
authorTal Shalif <tshalif@nargila.org>
Mon, 3 Nov 2008 11:31:49 +0000 (11:31 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 3 Nov 2008 11:31:49 +0000 (11:31 +0000)
commit099e716a610af4cf3f745390edd6931585ebea5f
tree396a436f9ebee80cb346eed17415a6a49c1b17fb
parent1992a43350cb55b638801d7b9284df7ff8760356
gst/mpegstream/: Fix memmory corruption due to not storing the new updated pointer after a g_renew(). Fixes #558896.

Original commit message from CVS:
Patch by: Tal Shalif <tshalif at nargila dot org>
* gst/mpegstream/gstdvddemux.c:
(gst_dvd_demux_get_subpicture_stream):
* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
(gst_mpeg_demux_get_audio_stream):
Fix memmory corruption due to not storing the new updated pointer
after a g_renew(). Fixes #558896.
ChangeLog
gst/mpegstream/gstdvddemux.c
gst/mpegstream/gstmpegdemux.c