[gstreamer-bugs] [Bug 544174] New: [basesrc] allow dynamic value of the seekable value.

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Jul 22 07:39:13 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=544174

  GStreamer | gstreamer (core) | Ver: HEAD CVS
           Summary: [basesrc] allow dynamic value of the seekable value.
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: thijsvermeir at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Now in basesrc the is_seekable function from the baseclass is only called once
at start. So this means that baseclass can choose only at startup that it would
be seekable or not.

If you want to create an element that can enable/disable seeking, like a dvd
src that isn't seekable in the menu's but is seekable in the movie, it is not
possible to inform the baseclass about it with the current implementation.

This patch ask on every query on the baseclass if it is seekable. So, it is now
possible for the baseclass to disable/enable seeking.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=544174.




More information about the Gstreamer-bugs mailing list