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

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed Jul 2 08:34:17 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 in7y118 at public.uni-hamburg.de.

--- shadow/116149	Mon Jun 30 18:05:46 2003
+++ shadow/116149.tmp.8466	Wed Jul  2 11:34:17 2003
@@ -25,6 +25,10 @@
 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))
 
 ?
+
+------- Additional Comments From in7y118 at public.uni-hamburg.de  2003-07-02 11:34 -------
+Apart from that I prefer functions, because you can then later go 
+change them, that is exactly how I think it should be done.





More information about the Gstreamer-bugs mailing list