[gstreamer-bugs] [Bug 629410] GstBaseTransform: position query refers to sink pad, not source pad

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 28 06:10:51 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=629410
  GStreamer | gstreamer (core) | 0.10.30

Jonathan Matthew <notverysmart> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |notverysmart at gmail.com

--- Comment #6 from Jonathan Matthew <notverysmart at gmail.com> 2010-10-28 13:10:49 UTC ---
This breaks rhythmbox a tiny bit.  When playback is paused, we get the playback
position by doing a position query on a volume element which is part of a bin
that (when paused) is not linked to the audio sink.

Immediately after pausing, we do a flushing seek back about half a second to
compensate for the fade out duration, which now results in last_stop_out being
set to GST_CLOCK_TIME_NONE, so the position queries return that rather than the
actual position.

Using segment.last_stop when last_stop_out is GST_CLOCK_TIME_NONE makes things
work again for me.

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