[Bug 759470] input-selector: add mode that waits for keyframe before switching inputs

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Dec 15 08:16:41 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=759470

--- Comment #7 from Tapas Kumar Kundu <tapascst at gmail.com> ---
(In reply to Sebastian Dröge (slomo) from comment #6)
> The chain function is where all buffers are arriving inside the element, yes.

I am thinking to check for DELTA_UNIT inside this if code block [1]

if (active_sinkpad == pad) {

if(// my code for checking delta unit flag)
  goto ignore;

selpad->pushed = TRUE;
}

[1]
http://cgit.freedesktop.org/gstreamer/gstreamer/tree/plugins/elements/gstinputselector.c#n1118


Please suggest if this is the correct place to do it or not.

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