From 9943e68fc9bd24980503f590ea2258367905628f Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 28 May 2008 16:22:36 +0000 Subject: docs/plugins/: Add SMPTE effect elements to docs. Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: Add SMPTE effect elements to docs. --- docs/plugins/Makefile.am | 2 ++ docs/plugins/gst-plugins-good-plugins-docs.sgml | 2 ++ docs/plugins/gst-plugins-good-plugins-sections.txt | 26 ++++++++++++++++++++++ 3 files changed, 30 insertions(+) (limited to 'docs') diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 008aa1f3..d69ea332 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -131,6 +131,8 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/qtdemux/qtdemux.h \ $(top_srcdir)/gst/rtsp/gstrtpdec.h \ $(top_srcdir)/gst/rtsp/gstrtspsrc.h \ + $(top_srcdir)/gst/smpte/gstsmpte.h \ + $(top_srcdir)/gst/smpte/gstsmptealpha.h \ $(top_srcdir)/gst/spectrum/gstspectrum.h \ $(top_srcdir)/gst/udp/gstmultiudpsink.h \ $(top_srcdir)/gst/udp/gstudpsrc.h \ diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml index c5fdb274..dd36c251 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -77,6 +77,8 @@ + + diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt index d35edaf6..0acf1071 100644 --- a/docs/plugins/gst-plugins-good-plugins-sections.txt +++ b/docs/plugins/gst-plugins-good-plugins-sections.txt @@ -966,6 +966,32 @@ GST_RTP_DEC_CLASS GST_IS_RTP_DEC_CLASS +
+element-smpte +smpte +GstSMPTE + +GstSMPTEClass +GST_SMPTE +GST_IS_SMPTE +GST_TYPE_SMPTE +GST_SMPTE_CLASS +GST_IS_SMPTE_CLASS +
+ +
+element-smptealpha +smptealpha +GstSMPTEAlpha + +GstSMPTEAlphaClass +GST_SMPTE_ALPHA +GST_IS_SMPTE_ALPHA +GST_TYPE_SMPTE_ALPHA +GST_SMPTE_ALPHA_CLASS +GST_IS_SMPTE_ALPHA_CLASS +
+
element-souphttpsrc souphttpsrc -- cgit