summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWai-Ming Ho <webregbox@yahoo.co.uk>2007-11-15 19:03:33 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-11-15 19:03:33 +0000
commit5d794c0007a6bbd8d1c0589e3f7d8836018550e5 (patch)
tree687dc395547051404dbf8e10bb8ce1118f816149 /ChangeLog
parent0830d14b2784cfb8b5a54adf67d7df59164687cf (diff)
downloadgst-plugins-bad-5d794c0007a6bbd8d1c0589e3f7d8836018550e5.tar.gz
gst-plugins-bad-5d794c0007a6bbd8d1c0589e3f7d8836018550e5.tar.bz2
gst-plugins-bad-5d794c0007a6bbd8d1c0589e3f7d8836018550e5.zip
gst/mpegtsparse/mpegtspacketizer.c: Ensure that the plugin does not crash when the property pat-info is queried befor...
Original commit message from CVS: Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk> * gst/mpegtsparse/mpegtspacketizer.c: (foreach_stream_clear), (remove_all), (mpegts_packetizer_clear): Ensure that the plugin does not crash when the property pat-info is queried before a PAT is available. It also ensures that the PAT info is cleared when the changing from PLAYING to READY. Fixes #487892.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da20784b..10156984 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2007-11-15 Wim Taymans <wim.taymans@gmail.com>
+ Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
+
+ * gst/mpegtsparse/mpegtspacketizer.c: (foreach_stream_clear),
+ (remove_all), (mpegts_packetizer_clear):
+ Ensure that the plugin does not crash when the property pat-info is
+ queried before a PAT is available. It also ensures that the PAT info is
+ cleared when the changing from PLAYING to READY.
+ Fixes #487892.
+
+2007-11-15 Wim Taymans <wim.taymans@gmail.com>
+
Patch by: Wouter Paesen <wouter at blue-gate dot be>
* ext/soundtouch/gstpitch.cc: