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

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


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

--- Comment #13 from Thibault Saunier <tsaunier at gnome.org> 2014-09-23 14:41:14 UTC ---
Review of attachment 286876:
 --> (https://bugzilla.gnome.org/review?bug=696952&attachment=286876)

::: gst/gstbin.c
@@ +2859,2 @@
         gst_event_ref (event);
+        tmpres = gst_element_send_event (child, event);

Our STATE_LOCK? No it is not, I think it should not.

@@ +2861,3 @@
+
+        if (one_sucess_is_enough && tmpres)
+          res = TRUE;

Indeed, the idea is that if 1 child says it handles the seek event,
gst_element_send_event will return TRUE.Updating the patch.

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