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 470766 - [ssaparse] line breaks in SSA subtitle parser
[ssaparse] line breaks in SSA subtitle parser
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.14
Other Linux
: Normal normal
: 0.10.15
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-27 17:58 UTC by Sven Arvidsson
Modified: 2007-08-30 14:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
SSA sample (125.83 KB, application/octet-stream)
2007-08-28 21:10 UTC, Sven Arvidsson
Details

Description Sven Arvidsson 2007-08-27 17:58:56 UTC
The SSA subtitle parser doesn't support line breaks, which is a little annoying. According to this [0], SSA makes use of \n and \N for line breaks.

0. http://sourceforge.net/docman/display_doc.php?docid=19407&group_id=82303
Comment 1 Tim-Philipp Müller 2007-08-28 08:18:07 UTC
Got a sample file by any chance?
Comment 2 Sven Arvidsson 2007-08-28 21:10:17 UTC
Created attachment 94523 [details]
SSA sample

Sure, I'm attaching the subtitle.
Comment 3 Tim-Philipp Müller 2007-08-29 12:18:28 UTC
Thanks, should be fixed now (haven't actually tested it because ssparse only supports ssa-in-matroska/container, but not from a separate file):

 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>

        * gst/subparse/gstssaparse.c:
          Convert SSA newline codes into actual newline characters (#470766).

Comment 4 Sven Arvidsson 2007-08-30 14:37:19 UTC
Thank you! I just tried it on a mkv video, and it works great :)