[gstreamer-bugs] [Bug 619434] playbin2: seek in PAUSED state with a custom text-sink

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jun 23 23:12:16 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=619434
  GStreamer | gst-plugins-base | 0.10.29

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |NOTABUG

--- Comment #3 from Sebastian Dröge <slomo at circular-chaos.org> 2010-06-24 06:12:11 UTC ---
You have to sync buffers to the clock like every other sink does it. Look at
the basesink code or the GstClock documentation to see how you can wait for the
clock (gst_clock_new_single_shot_id and gst_clock_id_wait).

If you use a non-syncing audio sink in playbin2, a/v synchronization will get
lost too btw. It's the job of the sink to prevent this.

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