[Gstreamer-bugs] [Bug 116149] Changed - GStreamer needs a seek API

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Mon Jun 30 15:05:46 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

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

Changed by rbultje at ronald.bitfreak.net.

--- shadow/116149	Fri Jun 27 17:01:31 2003
+++ shadow/116149.tmp.20159	Mon Jun 30 18:05:46 2003
@@ -17,6 +17,14 @@
 
 GStreamer needs an API for seeking.
 Currently apps use the hack of inserting events into the pipeline at random
 points.
 Events however are designed to be for inter-plugin communication and apps
 should never have to touch them.
+
+------- Additional Comments From rbultje at ronald.bitfreak.net  2003-06-30 18:05 -------
+Well, we have gst_element_send_event(). How about the following:
+
+#define gst_element_seek(el, pos, met) \
+  gst_element_send_event (el, gst_event_new_seek (pos, met))
+
+?





More information about the Gstreamer-bugs mailing list