gst/subparse/samiparse.c: Some versions of libxml seem to be very picky as to strict...
authorEdward Hervey <bilboed@bilboed.com>
Thu, 11 Dec 2008 15:49:12 +0000 (15:49 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Thu, 11 Dec 2008 15:49:12 +0000 (15:49 +0000)
commit7a83664099198db4d36b2a22d05af754b87ab23c
tree48e4dbc06180ac6c599f07f2fbe2f799918c7d91
parentd477a37e7effb528d8d0f9888fa28c1ab2a4b89f
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
ChangeLog
gst/subparse/samiparse.c