summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-12-11 15:49:12 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-12-11 15:49:12 +0000
commit7a83664099198db4d36b2a22d05af754b87ab23c (patch)
tree48e4dbc06180ac6c599f07f2fbe2f799918c7d91 /ChangeLog
parentd477a37e7effb528d8d0f9888fa28c1ab2a4b89f (diff)
gst/subparse/samiparse.c: Some versions of libxml seem to be very picky as to strict formatting of the input and neve...
Original commit message from CVS: * gst/subparse/samiparse.c: (sami_context_push_state), (sami_context_pop_state), (start_sami_element), (end_sami_element): Some versions of libxml seem to be very picky as to strict formatting of the input and never 'close' the final </body> tag. In order to fix that bad behaviour, we trigger the flushing of remaining data on both </body> and </sami>. Fixes #557365
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index edaa96541..ee9ef4d5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-12-11 Edward Hervey <edward.hervey@collabora.co.uk>
+
+ * gst/subparse/samiparse.c: (sami_context_push_state),
+ (sami_context_pop_state), (start_sami_element), (end_sami_element):
+ Some versions of libxml seem to be very picky as to strict formatting
+ of the input and never 'close' the final </body> tag.
+ In order to fix that bad behaviour, we trigger the flushing of
+ remaining data on both </body> and </sami>.
+ Fixes #557365
+
2008-12-11 Sebastian Dröge <sebastian.droege@collabora.co.uk>
Patch by: Guillaume Emont <guillaume at fluendo dot com>