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 430373 - [mpegdemux/dvdsubdec] vobsub parsing problem
[mpegdemux/dvdsubdec] vobsub parsing problem
Status: RESOLVED DUPLICATE of bug 583267
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-16 16:52 UTC by Tim-Philipp Müller
Modified: 2011-05-18 16:50 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Tim-Philipp Müller 2007-04-16 16:52:41 UTC
+++ This bug was initially created as a clone of Bug #429960 +++

http://librarian.launchpad.net/7317168/test.idx
http://librarian.launchpad.net/7317169/test.sub

 mplayer -vobsubid 0 -vobsub /path/to/test random.movie

shows at least two subtitle frames at the beginning, while

 gst-launch-0.10 -v filesrc location=test.sub ! dvddemux name=d d.subpicture_00 ! dvdsubdec ! fakesink

pushes only one decoded subtitle frame. Also, the newsegment start time doesn't seem to match the time stamps on the frames (looks coincidentally off by a factor of 10).
Comment 1 ccc1 2007-04-16 17:12:21 UTC
> pushes only one decoded subtitle frame. Also, the newsegment start time doesn't
> seem to match the time stamps on the frames (looks coincidentally off by a
> factor of 10).

just a note how i created those test subs. I took subs i ripped from a movie. delete all subtitleframes except the first two with some program in windows xp.  and changed the timestamps with a texteditor in the .idx file, so that one doesn't have to wait to long till the subs come up. 

the original timestamps in the idx were:

timestamp: 00:00:11:578, filepos: 000000000

timestamp: 00:00:13:346, filepos: 000000800

sorry if this has caused any inconvenience debugging the subtitle issue! 
Comment 2 Jan Schmidt 2009-05-12 16:29:27 UTC
Things with such subpicture streams should be better now that playbin[2] knows how to plug the dvdspu overlay to display them. I'm not sure what the mechanism is/should be for parsing and using the essential info in the .idx file though
Comment 3 Sebastian Dröge (slomo) 2011-05-18 13:10:22 UTC
What should be done about this bug? With current GIT not even a single subpicture is pushed to fakesink with the above pipeline...

For adding support for .idx files we have bug #583267.
Comment 4 Bastien Nocera 2011-05-18 16:28:23 UTC
(In reply to comment #3)
> What should be done about this bug? With current GIT not even a single
> subpicture is pushed to fakesink with the above pipeline...
> 
> For adding support for .idx files we have bug #583267.

They look like the same bugs, yes.
Comment 5 Sebastian Dröge (slomo) 2011-05-18 16:50:31 UTC

*** This bug has been marked as a duplicate of bug 583267 ***