summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWai-Ming Ho <webregbox@yahoo.co.uk>2007-10-05 08:05:14 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-10-05 08:05:14 +0000
commit6350482df8feb984f307db159e1c0f90ac1a7496 (patch)
tree11df5dd73d19a3135e76f165f5b4872b64233f3c /ChangeLog
parentf6bb918ce84cd2ad2373371b082382a2f1e32121 (diff)
downloadgst-plugins-bad-6350482df8feb984f307db159e1c0f90ac1a7496.tar.gz
gst-plugins-bad-6350482df8feb984f307db159e1c0f90ac1a7496.tar.bz2
gst-plugins-bad-6350482df8feb984f307db159e1c0f90ac1a7496.zip
gst/mpegtsparse/mpegtspacketizer.c: Don't skip PAT with version number 0. Fixes #483400.
Original commit message from CVS: Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk> * gst/mpegtsparse/mpegtspacketizer.c: (mpegts_packetizer_stream_new): Don't skip PAT with version number 0. Fixes #483400. * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_apply_pat): Make all values above 0 mark a referenced program as they can be incremented and only 1 had marked a referenced program before, causing actually referenced programs to be unreferenced.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d4d2d4d..61986c1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2007-10-05 Sebastian Dröge <slomo@circular-chaos.org>
+
+ Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
+
+ * gst/mpegtsparse/mpegtspacketizer.c:
+ (mpegts_packetizer_stream_new):
+ Don't skip PAT with version number 0. Fixes #483400.
+ * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_apply_pat):
+ Make all values above 0 mark a referenced program as they can be
+ incremented and only 1 had marked a referenced program before, causing
+ actually referenced programs to be unreferenced.
+
2007-10-02 Wim Taymans <wim.taymans@gmail.com>
* gst/sdp/gstsdpdemux.h: