From 5118effe7af29cd5bd56523b4018e980a1226fe5 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 6 Feb 2006 15:31:16 +0000 Subject: adding docs for multiudpsink Original commit message from CVS: adding docs for multiudpsink --- docs/plugins/Makefile.am | 1 + docs/plugins/gst-plugins-good-plugins-docs.sgml | 4 +--- docs/plugins/gst-plugins-good-plugins-sections.txt | 8 ++++++++ 3 files changed, 10 insertions(+), 3 deletions(-) (limited to 'docs/plugins') diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 0114b8ff..4317fed3 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -85,6 +85,7 @@ EXTRA_HFILES = \ $(top_srcdir)/ext/flac/gstflacdec.h \ $(top_srcdir)/gst/multipart/multipartmux.c \ $(top_srcdir)/gst/multipart/multipartdemux.c \ + $(top_srcdir)/gst/udp/gstmultiudpsink.h \ $(top_srcdir)/gst/videomixer/videomixer.c # example code that needs to be converted to xml and placed in xml/ diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml index 464f52a3..ae25019a 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -21,8 +21,7 @@ - - + @@ -66,7 +65,6 @@ - diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt index 2601eb4d..6ded2430 100644 --- a/docs/plugins/gst-plugins-good-plugins-sections.txt +++ b/docs/plugins/gst-plugins-good-plugins-sections.txt @@ -86,6 +86,14 @@ GstMultipartDemux GstMultipartDemuxClass +
+element-multiudpsink +GstMultiUDPSink +multiudpsink + +GstMultiUDPSinkClass +
+
element-videomixer GstVideoMixer -- cgit