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 535035 - Internal data flow error in udpsrc
Internal data flow error in udpsrc
Status: RESOLVED DUPLICATE of bug 361718
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.19
Other All
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-27 07:21 UTC by Etienne Barbier
Modified: 2008-05-27 11:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pipeline in Graphviz format (15.46 KB, application/msword)
2008-05-27 07:27 UTC, Etienne Barbier
Details

Description Etienne Barbier 2008-05-27 07:21:21 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.
Comment 1 Etienne Barbier 2008-05-27 07:27:07 UTC
Created attachment 111582 [details]
pipeline in Graphviz format

To help reproducing the error , I have attached my pipeline
Comment 2 Tim-Philipp Müller 2008-05-27 11:03:34 UTC
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 ***