[Bug 763773] asfdemux gstasfdemux.c:2294:gst_asf_demux_chain:<asfdemux0> flow: eos

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Mar 17 09:09:10 UTC 2016


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk

--- Comment #6 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
> There's the same problem in other depayloaders. We should probably add new
> process functions that return a GstFlowReturn. The way it is now doesn't
> really make sense.

For passing upstream the flow return we could use GST_PAD_LAST_FLOW_RETURN(src)
or gst_pad_get_last_flow_return(src) in the base class instead of adding a new
vfunc; that should do the job, there's probably not a need for the subclass to
return its own flow errors.

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