[Bug 703267] funnel: Needs to be usable in playbin

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jul 5 07:39:46 PDT 2013


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

--- Comment #21 from Brendan Long <self at brendanlong.com> 2013-07-05 14:39:37 UTC ---
(In reply to comment #20)
> A stream-start event will always arrive in front of the buffers to which it
> applies, so there should be no problem there.

I mean, if I have two samples, and I use gst_element_get_sticky_event(), I'll
get the stream start event for the second sample twice. That's what was
happening in WebKit when I waited for the g_timeout to finish, but now that I
changed it to immediately handle the new sample in the "new-sample" callback,
it seems to work.

What I'm wondering is if I'm just getting lucky (always handling it fast
enough), or if it's guaranteed that I won't get another sample while I'm in
that callback?

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