GNOME Bugzilla – Bug 741765
in udpsrc pipelining getting Internal data error flow
Last modified: 2015-06-29 09:13:03 UTC
gst-launch-1.0 -v udpsrc uri=udp://239.255.0.7:5004 caps="application/x-rtp,media=(string)video, channels=(int)2, clock-rate=(int)90000, encoding-name=(string)MP2T" ! gstrtpptdemux ! gstrtpbin ! decodebin basesrc gstbasesrc.c:2490:gst_base_src_loop:<udpsrc> pausing after gst_pad_push() = not-linked 0:07:49.987374200 956 0x44c088 WARN basesrc gstbasesrc.c:2550:gst_base_src_loop:<udpsrc> error: Internal data flow error. 0:07:49.987581015 956 0x44c088 WARN basesrc gstbasesrc.c:2550:gst_base_src_loop:<udpsrc> error: streaming task paused, reason not-linked (-1) BUS CALLBACK: 2 Error Internal data flow error.
Hi, thanks for your report, but it doesn't refer to gstreamermm product. I moved this bug to GStreamer project.
Thanks for the bug report, but this is not really a bug in GStreamer. Your pipeline is wrong. The rtp elements are now called rtp... (gstrtp was 0.10) and you are clearly not linking anything after decodebin, that's why you get a not-linked flow return error. Please send support requests like this to the gstreamer-devel mailing list, thanks.