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 590494 - cannot seek when a srt subtitle file is loaded
cannot seek when a srt subtitle file is loaded
Status: VERIFIED FIXED
Product: GStreamer
Classification: Platform
Component: dont know
0.10.x
Other Linux
: Normal normal
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-02 01:30 UTC by Jean-François Fortin Tam
Modified: 2009-08-06 01:41 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
subparse-seeking.diff (2.85 KB, patch)
2009-08-04 12:34 UTC, Sebastian Dröge (slomo)
committed Details | Review
textoverlay-query.diff (1.87 KB, patch)
2009-08-04 12:56 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Jean-François Fortin Tam 2009-08-02 01:30:49 UTC
I am running the packages from the gstreamer developers PPA for ubuntu 9.04.

Since the last update a few days ago, it seems something broke in totem. If I have a .srt subtitle file loaded, I cannot seek, but it works fine if I rename the srt file so that it's not loaded by totem.

No errors are printed to totem's terminal. Please advise as to how to debug this.
Comment 1 Sebastian Dröge (slomo) 2009-08-04 12:26:47 UTC
Does this still happen? Which exact versions of libgstreamer0.10-0, libgstreamer-plugins-base0.10-0 and totem do you have installed?
Comment 2 Sebastian Dröge (slomo) 2009-08-04 12:34:37 UTC
Created attachment 139858 [details] [review]
subparse-seeking.diff

This might fix it if it still happens. I'll push it right after 0.10.24 release.
Comment 3 Tim-Philipp Müller 2009-08-04 12:45:53 UTC
> This might fix it if it still happens. I'll push it right after 0.10.24
> release.

That doesn't look like the real issue then though - maybe the problem is in the way textoverlay passes queries upstream?

 

Comment 4 Sebastian Dröge (slomo) 2009-08-04 12:51:45 UTC
textoverlay installs no query function on its pads and the default query function will query all pads until the first one answers the query. It should always send queries from sinkpad to video srcpad. I'll change that too now ;)
Comment 5 Sebastian Dröge (slomo) 2009-08-04 12:56:04 UTC
Created attachment 139864 [details] [review]
textoverlay-query.diff
Comment 6 Jean-François Fortin Tam 2009-08-04 13:29:40 UTC
In reply to comment #1: of course it still happens, I filed the bug only 2 days ago :) I am using whatever is on the gstreamer ppa*, so gst-plugins-base and gstreamer 0.10.23.3, with totem 2.26.1 (stock jaunty version).

If you want me to provide a debug log, just give me the command to generate it.

* https://launchpad.net/~gstreamer-developers/+archive/ppa?field.name_filter=&field.status_filter=published&field.series_filter=jaunty
Comment 7 Sebastian Dröge (slomo) 2009-08-04 13:56:45 UTC
Ok, this is most likely fixed with gstreamer 0.10.23.4 and later then. Please reopen if it still happens (the attached patches are still correct but are probably not the cause of this bug).
Comment 8 Jean-François Fortin Tam 2009-08-06 01:41:30 UTC
Indeed, the update today in the PPA fixed the problem.