GNOME Bugzilla – Bug 796883
tagdemux: Properly propagate gst_pad_pull_range() errors
Last modified: 2018-08-02 07:59:20 UTC
See commit message
Created attachment 373186 [details] [review] tagdemux: Properly propagate gst_pad_pull_range() errors And don't consider FLUSHING an actual error, just stop in that case.
Review of attachment 373186 [details] [review]: Looks good. ::: gst-libs/gst/tag/gsttagdemux.c @@ +1221,3 @@ if (!have_tag) { GST_DEBUG_OBJECT (demux, "Could not find start tag"); + flow_ret = GST_FLOW_OK; Up to you, flow_ret could be initialize to OK by default.
Attachment 373186 [details] pushed as 2f497ed - tagdemux: Properly propagate gst_pad_pull_range() errors