[gstreamer-bugs] [Bug 319178] [0.9] [API] spec out and finish filler events

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Oct 18 14:24:51 PDT 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=319178
 GStreamer | gstreamer (core) | Ver: HEAD CVS





------- Additional Comments From Ronald Bultje  2005-10-18 21:24 -------
Fillers don't need a duration, I only found out after I realized that the start
time of fillers is irrelevant; all that matters is their end time (time +
duration), so we can make fillers empty events with a timestamp, where the
timestamp is the new position after the filler:

GstEvent * gst_event_new_filler (GstClockTime time);

You could also access GST_EVENT_TIME(), I guess, although this API looks
slightly cleaner. I don't think we will be able to handle stuff like
DVD/matroska/ogg subtitles (in-stream) or DVD menus without filler events, but
then again, feel free to prove me wrong by providing an alternative implementation.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list