After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 575438 - [ffmux] Ignores flow return errors
[ffmux] Ignores flow return errors
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-15 15:22 UTC by Sebastian Dröge (slomo)
Modified: 2010-01-14 19:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2009-03-15 15:22:19 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.
Comment 1 Sebastian Dröge (slomo) 2009-03-15 15:28:59 UTC
Btw, I already have a patch to set the caps in ffmux ;) Will be committed after release as it's no regression...
Comment 2 Sebastian Dröge (slomo) 2010-01-14 19:12:34 UTC
Can't reproduce this anymore