summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorZaheer Abbas Merali <zaheerabbas@merali.org>2008-01-24 08:12:29 +0000
committerZaheer Abbas Merali <zaheerabbas@merali.org>2008-01-24 08:12:29 +0000
commitc21135ddd32ac7f306f5c50a5c78f946648e36ae (patch)
tree83bce61f57c17a5258fc5070fad3b0095ab30360 /ChangeLog
parentf0173409bacbc57dac5ee6a9fe94afad283ac5d9 (diff)
downloadgst-plugins-bad-c21135ddd32ac7f306f5c50a5c78f946648e36ae.tar.gz
gst-plugins-bad-c21135ddd32ac7f306f5c50a5c78f946648e36ae.tar.bz2
gst-plugins-bad-c21135ddd32ac7f306f5c50a5c78f946648e36ae.zip
gst/mpegtsparse/: Fix network name descriptor, the length is actually the descriptor length not stored in the byte af...
Original commit message from CVS: * gst/mpegtsparse/gstmpegdesc.h: * gst/mpegtsparse/mpegtspacketizer.c: Fix network name descriptor, the length is actually the descriptor length not stored in the byte after. Fix bounds checking to be more correct.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a87ddf42..c7e44b14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
* gst/mpegtsparse/gstmpegdesc.h:
* gst/mpegtsparse/mpegtspacketizer.c:
+ Fix network name descriptor, the length is actually the
+ descriptor length not stored in the byte after.
+ Fix bounds checking to be more correct.
+
+2008-01-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
+
+ * gst/mpegtsparse/gstmpegdesc.h:
+ * gst/mpegtsparse/mpegtspacketizer.c:
Parse and add to relevant bus messages the terrestrial delivery
system descriptor and the logical channel descriptor.
Do bounds checking on data stored in descriptor before use.