diff options
author | Gautier Portet <kassoulet@gmail.com> | 2007-10-05 08:51:44 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-10-05 08:51:44 +0000 |
commit | 69c24a99e4afcd74f1852fd8a426e4449e651564 (patch) | |
tree | a1493ba1c37bc83941ddb1fd0faf7fc762f1e949 /ChangeLog | |
parent | 6350482df8feb984f307db159e1c0f90ac1a7496 (diff) | |
download | gst-plugins-bad-69c24a99e4afcd74f1852fd8a426e4449e651564.tar.gz gst-plugins-bad-69c24a99e4afcd74f1852fd8a426e4449e651564.tar.bz2 gst-plugins-bad-69c24a99e4afcd74f1852fd8a426e4449e651564.zip |
gst/xingheader/gstxingmux.c: The size of the Xing header is actually 417 as it's rounded to the next smaller integer....
Original commit message from CVS:
Patch by: Gautier Portet <kassoulet at gmail dot com>
* gst/xingheader/gstxingmux.c:
The size of the Xing header is actually 417 as it's rounded to the
next smaller integer. Fixes #397759.
* gst/xingheader/gstxingmux.c: (xing_generate_header),
(xing_push_header):
Some random cleanup, add FIXMEs and TODOs and check if the newsegment
event to the beginning was successful before pushing the header again.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2007-10-05 Sebastian Dröge <slomo@circular-chaos.org> + Patch by: Gautier Portet <kassoulet at gmail dot com> + + * gst/xingheader/gstxingmux.c: + The size of the Xing header is actually 417 as it's rounded to the + next smaller integer. Fixes #397759. + + * gst/xingheader/gstxingmux.c: (xing_generate_header), + (xing_push_header): + Some random cleanup, add FIXMEs and TODOs and check if the newsegment + event to the beginning was successful before pushing the header again. + +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: |