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 741765 - in udpsrc pipelining getting Internal data error flow
in udpsrc pipelining getting Internal data error flow
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-12-19 14:26 UTC by gaurav
Modified: 2015-06-29 09:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description gaurav 2014-12-19 14:26:20 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.
Comment 1 Marcin Kolny (IRC: loganek) 2015-06-29 09:08:35 UTC
Hi,
thanks for your report, but it doesn't refer to gstreamermm product. I moved this bug to GStreamer project.
Comment 2 Tim-Philipp Müller 2015-06-29 09:13:03 UTC
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.