[gstreamer-bugs] [Bug 559547] Seek bugs when playing rtsp video in m.youtube.com

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Nov 5 19:06:33 PST 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=559547

  GStreamer | gst-plugins-good | Ver: 0.10.20




------- Comment #2 from Eric Zhang  2008-11-06 03:06 UTC -------
(From update of attachment 122073)
1. I call the `gst_rtspsrc_pause' in seek function to make sure the `PAUSE'
method will be sent before we send the `PLAY' method again.
2. The reason for the `gst_element_seek' returns FALSE is pipeline will not
only send seek event to audio/video sinks but also to rtspsrc . This is because
rtspsrc is a sink element as well. So I overrides the send event function
pointer to make sure the seek event will not be sent down to the elements which
resides in rtspsrc. In this way, gst_element_seek returns TRUE.


-- 
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=559547.




More information about the Gstreamer-bugs mailing list