[Bug 693056] subparse: re-enable sami support

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 16 11:03:30 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=693056
  GStreamer | gst-plugins-base | 1.0.5

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.0.9
            Summary|subparse: it does not build |subparse: re-enable sami
                   |sami support                |support

--- Comment #14 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-07-16 18:03:24 UTC ---
Thanks for the patches!

Pushed to git master now, along with a memory leak fix, and removal of the
now-obsolete libxml checks in configure.ac:

I'll cherry-pick it into the 1.0 branch as well, shouldn't affect anything else
after all.


commit 79337c1ad2f23871dd80503555dac7a77930c9aa
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Tue Jul 16 18:42:19 2013 +0100

    configure: remove obsolete libxml checks

    https://bugzilla.gnome.org/show_bug.cgi?id=693056

commit 3eea81e4a2b32bf0188fc31b3d60322494f23c32
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Tue Jul 16 18:30:50 2013 +0100

    subparse: don't leak parse context for sami and qttext

    In gst_sub_parse_dispose() parser_type will be UNKNOWN,
    so these deinit calls were never executed. And we should
    clean up the parser state in the downwards state change
    anyway.

commit 6cea51c9623e6df6da3b3a9918ca250cd3d81ae1
Author: Young-Ho Cha <ganadist at gmail.com>
Date:   Tue May 28 16:56:28 2013 +0900

    tests: update sami parser testcases

    Remove libxml dependency for sami parser
    and add more testcases.

    https://bugzilla.gnome.org/show_bug.cgi?id=693056

commit f597efe24b010bf50ea7f7ebcae92fb293df3167
Author: Young-Ho Cha <ganadist at gmail.com>
Date:   Sat May 25 17:10:14 2013 +0900

    subparse: remove libxml dependency for sami parser and re-enable sami
parser

    To celebrate 2013.gnome.asia, updated sami parser for gstreamer 1.x. :D

    Remove conditional block for check libxml usage and
    implement a simple html markup parser for the sami
    parser.

    https://bugzilla.gnome.org/show_bug.cgi?id=693056

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list