diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/Makefile.am | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-docs.sgml | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-sections.txt | 14 |
3 files changed, 16 insertions, 0 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 2a758478..936e4e2d 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -82,6 +82,7 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/autodetect/gstautovideosink.h \ $(top_srcdir)/gst/avi/gstavidemux.h \ $(top_srcdir)/gst/avi/gstavimux.h \ + $(top_srcdir)/gst/debug/progressreport.h \ $(top_srcdir)/gst/level/gstlevel.h \ $(top_srcdir)/gst/goom/gstgoom.h \ $(top_srcdir)/gst/id3demux/gstid3demux.h \ diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml index 39b97578..37d17dda 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -44,6 +44,7 @@ <xi:include href="xml/element-ossmixer.xml" /> <xi:include href="xml/element-osssink.xml" /> <xi:include href="xml/element-osssrc.xml" /> + <xi:include href="xml/element-progressreport.xml" /> <xi:include href="xml/element-rtspsrc.xml" /> <xi:include href="xml/element-rtpdec.xml" /> <xi:include href="xml/element-smokedec.xml" /> diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt index bb8d1331..066566c5 100644 --- a/docs/plugins/gst-plugins-good-plugins-sections.txt +++ b/docs/plugins/gst-plugins-good-plugins-sections.txt @@ -450,6 +450,20 @@ gst_oss_src_get_type </SECTION> <SECTION> +<FILE>element-progressreport</FILE> +GstProgressReport +<TITLE>progressreport</TITLE> +<SUBSECTION Standard> +GstProgressReportClass +GST_TYPE_PROGRESS_REPORT +GST_PROGRESS_REPORT +GST_PROGRESS_REPORT_CLASS +GST_IS_PROGRESS_REPORT +GST_IS_PROGRESS_REPORT_CLASS +gst_progress_report_get_type +</SECTION> + +<SECTION> <FILE>element-rtspsrc</FILE> GstRTSPProto GstRTSPSrc |