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 568286 - /pipeline0/tcpserversink0
/pipeline0/tcpserversink0
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-19 11:20 UTC by frank
Modified: 2009-01-22 13:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description frank 2009-01-19 11:20:04 UTC
gst-launch -v neonhttpsrc location=http://mp3.webradio.antenne.de:80 ! queue ! tcpserversink port=8090
Pausiere Leitung ...
Leitung wird gestartet ...
Leitung ist gestrartet ...
Setze Pipeline zum Abspielen...
New clock: GstSystemClock
FEHLER: Von Element /pipeline0/tcpserversink0: Internal GStreamer error: negotiation problem.  Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
ZusÀtzliche Debugginginformation:
gstmultifdsink.c(2506): gst_multi_fd_sink_render (): /pipeline0/tcpserversink0:
Received first buffer without caps set
Execution ended after 91076 ns.
Pausiere Leitung ...
Setze Pipeline auf BEREIT...
Setze Pipeline auf NULL...
BEREINIGE Pipeline...
Comment 1 Jan Schmidt 2009-01-19 11:25:45 UTC
This isn't a regression -> removing blocker flag.
Comment 2 Sebastian Dröge (slomo) 2009-01-22 13:04:10 UTC
Hi, this is not a bug. tcpserversink expects buffers with caps while neonhttpsrc doesn't set any caps on the buffers.

Try inserting typefind before tcpserversink and everything will work fine.