[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:58:17 PDT 2010


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

--- Comment #5 from Sebastian Dröge <slomo at circular-chaos.org> 2010-06-24 06:58:10 UTC ---
Yes, that's enough. Problem in your case is, that your sink accepts
unparsed/untimestamped subtitles, e.g. raw sami subtitles. appsink needs
timestamped buffers to do the automatic clock-syncing.

Either accept only text/plain and text/x-pango-markup on your appsink's sinkpad
(then everything will be timestamped and all that) or do the subtitle parsing
and syncing yourself.

An example for the first solution is here:
http://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/tests/icles/playbin-text.c

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