summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGautier Portet <kassoulet@gmail.com>2007-10-05 08:51:44 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-10-05 08:51:44 +0000
commit69c24a99e4afcd74f1852fd8a426e4449e651564 (patch)
treea1493ba1c37bc83941ddb1fd0faf7fc762f1e949 /ChangeLog
parent6350482df8feb984f307db159e1c0f90ac1a7496 (diff)
downloadgst-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--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61986c1d..a721b491 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: