GNOME Bugzilla – Bug 535035
Internal data flow error in udpsrc
Last modified: 2008-05-27 11:03:34 UTC
When modifying the cropping properties of the videocrop element, I sometimes (but quite often) get an internal data flow error on the udpsrc element. ERROR: from element /pipeline0/udpsrc0: Internal data flow error. Additional debug info: D:\gstreamer\gstreamer-0.10.19\libs\gst\base\gstbasesrc.c(2165): (function)(): /pipeline0/udpsrc0: streaming task paused, reason not-negotiated (-4) This only happen when modifying the videocrop properties when playing. If they are set before starting the pipeline, I never get the error.
Created attachment 111582 [details] pipeline in Graphviz format To help reproducing the error , I have attached my pipeline
Known issue, you should be able to work around it by doing some pad blocking before changing the properties (I think gst-plugins-good/tests/icles/videosink-test might have an example). *** This bug has been marked as a duplicate of 361718 ***