[gstreamer-bugs] [Bug 605997] gst_clock_id_wait_async:getting callback even if the pipeline is paused or output window is closed!

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 4 07:44:49 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=605997
  GStreamer | gst-rtsp-server | git

--- Comment #4 from Wim Taymans <wim.taymans at gmail.com> 2010-01-04 15:44:45 UTC ---
I don't know what you want to do but the current position is usually requested
with a position query. If you want to measure the amount of time spent in
playing, you can calculate the running time of the pipeline (when in PLAYING).

For the timeouts, you need to specify a start time relative to the current time
of the clock. Again, I don't know what you are doing but it sounds like you are
doing something wrong.

In general, you usually don't want to deal with the clock from an application
unless you understand how things work (see
docs/design/part-synchronisation.txt).

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