[Bug 757054] rtspsrc: seeking does not work properly

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Nov 1 10:02:34 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=757054

--- Comment #4 from manusha1980 at gmail.com ---
In my case I use gst-launch-1 with playbin as follows:

gst-launch-1.0 playbin uri=rtsp://<interface_ip>:<port>/test

This is my code hat does the seek:
GstSeekFlags flags = GST_SEEK_FLAG_FLUSH;
gst_element_seek_simple(pipeline, GST_FORMAT_TIME, flags, GST_SECOND *
seek_pos);

Above is called by a different thread that the one running the loop.

-- 
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