[gstreamer-bugs] [Bug 628021] [baseaudiosink] position reporting not increasing
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Aug 26 06:36:11 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=628021
GStreamer | gstreamer (core) | git
Wim Taymans <wim.taymans> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wim.taymans at gmail.com
--- Comment #1 from Wim Taymans <wim.taymans at gmail.com> 2010-08-26 13:36:09 UTC ---
How about setting a flag in the state change function when going to PLAYING and
change this:
if (GST_STATE (basesink) != GST_STATE_PLAYING ||
GST_STATE_PENDING (basesink) != GST_STATE_VOID_PENDING)
goto in_pause;
to check the flag instead. While the sink is going to PLAYING, I would guess
that we can already start using the clock safely.
--
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