[gstreamer-bugs] [Bug 591664] [playbin2] after seeking, srt subtitles don't resync correctly

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Aug 17 08:04:43 PDT 2009


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



--- Comment #6 from Sebastian Dröge <slomo at circular-chaos.org> 2009-08-17 15:04:40 UTC ---
Created an attachment (id=140968)
playsink-textsink.diff

Maybe this patch fixes it, can you test it?

For normal subtitle playback (via textoverlay) playbin2 should work, the
problem is that if there's a text sink it will never get the seek because
playbin2 only sends it to the video sink (or if that fails) to the audio sink,
never to the text sink. For the overlay case this works because the video part
of the pipeline will send the event to subparse too.

Unfortunately I can't test this patch because I don't have a useful and working
video+subtitle file.

-- 
Configure bugmail: http://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