[Bug 696952] [bin] Implement seek in READY/NULL

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 23 07:41:34 PDT 2014


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

Thibault Saunier <tsaunier> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #286876|0                           |1
        is obsolete|                            |

--- Comment #14 from Thibault Saunier <tsaunier at gnome.org> 2014-09-23 14:41:26 UTC ---
Created an attachment (id=286884)
 View: https://bugzilla.gnome.org/attachment.cgi?id=286884
 Review: https://bugzilla.gnome.org/review?bug=696952&attachment=286884

bin: Add seek on ready support to GstBin

This patch is a first step toward SEEK on ready management in GstBin.
In this patch the we make sure that whenever a seek event is received
in the send_event implementation of the GstElement vmethod, while in
the READY state, we foward it to all our children.

In a second step we should also handle the case where elements are added
to the bin after the seek event was received.

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