GNOME Bugzilla – Bug 575438
[ffmux] Ignores flow return errors
Last modified: 2010-01-14 19:12:34 UTC
Hi, ffmux_dv at least ignores flow return errors. Example pipeline would be: videotestsrc num-buffers=100 ! timeoverlay ! ffmpegcolorspace ! ffenc_dvvideo ! ffmux_dv ! mxfmux ! filesink location=test.mxf As ffmux_dv doesn't set any caps mxfmux will return GST_FLOW_ERROR (needs patch from bug #575406) but ffmux_dv will continue to push buffers until the pipeline stalls.
Btw, I already have a patch to set the caps in ffmux ;) Will be committed after release as it's no regression...
Can't reproduce this anymore