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 533736 - [mythtvsrc] Seeking doesn't work
[mythtvsrc] Seeking doesn't work
Status: RESOLVED DUPLICATE of bug 517655
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-18 18:40 UTC by Bastien Nocera
Modified: 2009-11-13 15:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
seeking.patch (5.80 KB, patch)
2008-05-18 18:49 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2008-05-18 18:40:52 UTC
Seeking doesn't work with the gmythsrc (might have to do with the Fluendo MPEG demuxer...).

I used the seek example in gst-plugins-base. As well as the current SVN flumpeg demuxer, and gmythsrc.
Comment 1 Bastien Nocera 2008-05-18 18:49:51 UTC
Created attachment 111109 [details] [review]
seeking.patch

That at least gets me an approximately correct seek bar.
Comment 2 Sebastian Dröge (slomo) 2008-05-20 09:36:42 UTC
GST_OPTION_CFLAGS is already included in GST_CFLAGS... other than that it's committed now ;)

2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>

        Patch by: Bastien Nocera <hadess at hadess dot net>

        * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_class_init),
        (gst_mythtv_src_init), (gst_mythtv_src_clear),
        (do_read_request_response), (gst_mythtv_src_create),
        (gst_mythtv_src_start):
        Correctly set duration to get a more correct seek bar in totem.

        Disable query and event functions as they don't work and do some
        smaller cleanup.

        Fixes bug #533736.
Comment 3 Bastien Nocera 2008-05-28 01:02:30 UTC
Problem is, it still doesn't fix the problem.

Totem gets lengths of 33 hours for a 30 minutes program. Seeking within the known limits work (I get the first picture to the seek point, but never more). It might be a problem with the Fluendo MPEG-TS demuxer, but it's the only TS demuxer matching the needed caps (decoder-video/mpegts, systemstream=(boolean)true, packetsize=(int)188 (ignoring))
Comment 4 Bastien Nocera 2009-11-13 15:04:49 UTC

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