GNOME Bugzilla – Bug 564139
Documentation of TCP plugins
Last modified: 2009-03-23 15:04:49 UTC
It seems that there is no documentation for all TCP plugins but the tcpserversink plugin as seen in the gst-plugins-base-plugins documentation [http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/]. But in the overview of all available plugins [http://gstreamer.freedesktop.org/documentation/plugins.html] they get listed. tcp transfer data over the network via TCP multifdsink Send data to multiple filedescriptors tcpclientsink Send data as a client over the network via TCP tcpclientsrc Receive data as a client over the network via TCP tcpserversink Send data as a server over the network via TCP tcpserversrc Receive data as a server over the network via TCP Is their a chance, that someone who is familiar with those, could write a documentation for the missing ones?
* docs/plugins/Makefile.am: * docs/plugins/gst-plugins-base-plugins-docs.sgml: * docs/plugins/gst-plugins-base-plugins-sections.txt: * gst/tcp/gsttcpclientsink.c: * gst/tcp/gsttcpclientsrc.c: * gst/tcp/gsttcpserversrc.c: Add minimal docs to make the remaining tcp elements show up. Fixes #564139.
Having gst-launch lines would be nice too. Will try to add them next week.
commit 3d20bad4ba3fd382b4520331e247053ccf6fbbfe Author: Stefan Kost <ensonic@users.sf.net> Date: Mon Mar 23 16:19:11 2009 +0200 docs: add examples for tcp elements, also use correct section name. Fixes #564139 Updated the examples in the README to actually work. Add them to api docs. Tests the api-docs and fix the section names to make the docs actualy show up. The example for "tcpserversrc" needs review (might be an element bug).