After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 413799 - [subparse] add support for MPL2 format
[subparse] add support for MPL2 format
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: 0.10.13
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-02 10:51 UTC by Kamil Pawlowski
Modified: 2007-03-10 11:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
provides support for MPL2 subtitles format (11.89 KB, patch)
2007-03-02 10:53 UTC, Kamil Pawlowski
committed Details | Review

Description Kamil Pawlowski 2007-03-02 10:51:08 UTC
Hello, 

This patch provides support for MPL2 subtitles format.
Comment 1 Kamil Pawlowski 2007-03-02 10:53:23 UTC
Created attachment 83719 [details] [review]
provides support for MPL2 subtitles format
Comment 2 Tim-Philipp Müller 2007-03-10 11:22:42 UTC
Committed (with minor changes), thanks:

 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>

        Patch by: Kamil Pawlowski  <kamilpe gmail com>

        * gst/subparse/Makefile.am:
        * gst/subparse/gstsubparse.c:
        (gst_sub_parse_data_format_autodetect),
        (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
        (gst_subparse_type_find):
        * gst/subparse/gstsubparse.h:
        * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
        * gst/subparse/mpl2parse.h:
          Add support for MPL2 subtitle format (#413799).


 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
 
       * tests/check/elements/subparse.c: (GST_START_TEST),
       (subparse_suite):
         Add unit test for MPL2 subtitle format (#413799).