[Bug 280377] Re: subrip subtitles typefind too strict

2010-09-15 Thread Bug Watch Updater
** Changed in: gst-plugins-base
   Importance: Unknown = Medium

-- 
subrip subtitles typefind too strict
https://bugs.launchpad.net/bugs/280377
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst-plugins-base0.10 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 280377] Re: subrip subtitles typefind too strict

2009-05-15 Thread Sebastien Bacher
the new version is in ubuntu now, closing the bug

** Changed in: gst-plugins-base0.10 (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
subrip subtitles typefind too strict
https://bugs.launchpad.net/bugs/280377
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst-plugins-base0.10 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 280377] Re: subrip subtitles typefind too strict

2009-01-06 Thread Bug Watch Updater
** Changed in: gst-plugins-base
   Status: Unknown = Fix Released

-- 
subrip subtitles typefind too strict
https://bugs.launchpad.net/bugs/280377
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst-plugins-base0.10 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 280377] Re: subrip subtitles typefind too strict

2008-10-29 Thread Pedro Villavicencio
** Changed in: gst-plugins-base0.10 (Ubuntu)
   Status: In Progress = Fix Committed

** Also affects: gst-plugins-base via
   http://bugzilla.gnome.org/show_bug.cgi?id=555607
   Importance: Unknown
   Status: Unknown

-- 
subrip subtitles typefind too strict
https://bugs.launchpad.net/bugs/280377
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst-plugins-base0.10 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 280377] Re: subrip subtitles typefind too strict

2008-10-14 Thread xavier
oops, yeah sorry.

already did, and fix already commited apparently...

http://bugzilla.gnome.org/show_bug.cgi?id=555607


** Changed in: gst-plugins-base0.10 (Ubuntu)
   Status: New = In Progress

-- 
subrip subtitles typefind too strict
https://bugs.launchpad.net/bugs/280377
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst-plugins-base0.10 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 280377] Re: subrip subtitles typefind too strict

2008-10-13 Thread Pedro Villavicencio
may you send this upstream to bugzilla.gnome.org?

** Changed in: gst-plugins-base0.10 (Ubuntu)
   Importance: Undecided = Low

-- 
subrip subtitles typefind too strict
https://bugs.launchpad.net/bugs/280377
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst-plugins-base0.10 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 280377] Re: subrip subtitles typefind too strict

2008-10-08 Thread xbx
applying this simple change fixes the problem:

--- gstsubparse.c.orig  2008-10-08 21:32:17.0 +0200
+++ gstsubparse.c   2008-10-08 21:24:13.0 +0200
@@ -913,9 +913,9 @@
 need_init_regexps = FALSE;
 if ((err = regcomp (mdvd_rx, ^\\{[0-9]+\\}\\{[0-9]+\\},
 REG_EXTENDED | REG_NEWLINE | REG_NOSUB) != 0) ||
-(err = regcomp (subrip_rx, ^[0-9]([0-9]){0,3}(\x0d)?\x0a
-[0-9][0-9]:[0-9][0-9]:[0-9][0-9],[0-9]{3}
- -- [0-9][0-9]:[0-9][0-9]:[0-9][0-9],[0-9]{3},
+(err = regcomp (subrip_rx, ^([ 0-9]){0,3}[0-9](\x0d)?\x0a
+[ 0-9][0-9]:[ 0-9][0-9]:[ 0-9][0-9],[ 0-9]{3}
+ -- [ 0-9][0-9]:[ 0-9][0-9]:[ 0-9][0-9],[ 0-9]{3},
 REG_EXTENDED | REG_NEWLINE | REG_NOSUB)) != 0) {
   regerror (err, subrip_rx, errstr, 127);
   GST_WARNING (Compilation of subrip regex failed: %s, errstr);

-- 
subrip subtitles typefind too strict
https://bugs.launchpad.net/bugs/280377
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst-plugins-base0.10 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs