diff options
author | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2008-01-24 08:12:29 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2008-01-24 08:12:29 +0000 |
commit | c21135ddd32ac7f306f5c50a5c78f946648e36ae (patch) | |
tree | 83bce61f57c17a5258fc5070fad3b0095ab30360 /ChangeLog | |
parent | f0173409bacbc57dac5ee6a9fe94afad283ac5d9 (diff) | |
download | gst-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |