[Bug 529017] [0.11] Move indexing and clock capabilities from GstElement to a separate interface

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Feb 21 00:16:31 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=529017
  GStreamer | gstreamer (core) | git

Stefan Kost (gstreamer, gtkdoc dev) <ensonic> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |ensonic at sonicpulse.de
     Ever Confirmed|0                           |1

--- Comment #1 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2011-02-21 08:16:26 UTC ---
Ack. This way we can also scrap some methods:
gst_element_is_indexable() -> GST_IS_INDEX(element);
gst_element_provides_clock() -> GST_IS_CLOCK_PROVIDER(element);

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