diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/Makefile.am | 4 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-docs.sgml | 4 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-sections.txt | 24 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-videocrop.xml | 6 |
4 files changed, 34 insertions, 4 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 2941dafa..2ea1f932 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -56,7 +56,7 @@ FIXXREF_OPTIONS=--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gobject \ # Used for dependencies. HFILE_GLOB=$(DOC_SOURCE_DIR)/*/*/*.h -CFILE_GLOB=$(DOC_SOURCE_DIR)/*/*/*.c $(DOC_SOURCE_DIR)/*/*/*.cc +CFILE_GLOB=$(DOC_SOURCE_DIR)/*/*/*.c $(DOC_SOURCE_DIR)/*/*/*.cc $(DOC_SOURCE_DIR)/*/*/*.m # this is a wingo addition # thomasvs: another nice wingo addition would be an explanation on why @@ -116,6 +116,7 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/rtsp/gstrtspsrc.h \ $(top_srcdir)/gst/udp/gstmultiudpsink.h \ $(top_srcdir)/gst/udp/gstudpsrc.h \ + $(top_srcdir)/gst/videocrop/gstvideocrop.h \ $(top_srcdir)/gst/videofilter/gstvideobalance.h \ $(top_srcdir)/gst/videofilter/gstvideoflip.h \ $(top_srcdir)/gst/videomixer/videomixer.c \ @@ -129,6 +130,7 @@ EXTRA_HFILES = \ $(top_srcdir)/sys/oss/gstossmixerelement.h \ $(top_srcdir)/sys/oss/gstosssink.h \ $(top_srcdir)/sys/oss/gstosssrc.h \ + $(top_srcdir)/sys/osxvideo/osxvideosink.h \ $(top_srcdir)/sys/v4l2/gstv4l2src.h \ $(top_srcdir)/sys/ximage/gstximagesrc.h diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml index dd09540f..8cba176e 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -50,6 +50,7 @@ <xi:include href="xml/element-osssrc.xml" /> <xi:include href="xml/element-osxaudiosink.xml" /> <xi:include href="xml/element-osxaudiosrc.xml" /> + <xi:include href="xml/element-osxvideosink.xml" /> <xi:include href="xml/element-progressreport.xml" /> <xi:include href="xml/element-qtdemux.xml" /> <xi:include href="xml/element-rtspsrc.xml" /> @@ -58,6 +59,7 @@ <xi:include href="xml/element-smokeenc.xml" /> <xi:include href="xml/element-udpsrc.xml" /> <xi:include href="xml/element-videobalance.xml" /> + <xi:include href="xml/element-videocrop.xml" /> <xi:include href="xml/element-videoflip.xml" /> <xi:include href="xml/element-videomixer.xml" /> <xi:include href="xml/element-waveformsink.xml" /> @@ -108,6 +110,7 @@ <xi:include href="xml/plugin-navigationtest.xml" /> <xi:include href="xml/plugin-ossaudio.xml" /> <xi:include href="xml/plugin-osxaudio.xml" /> + <xi:include href="xml/plugin-osxvideo.xml" /> <xi:include href="xml/plugin-png.xml" /> <xi:include href="xml/plugin-quicktime.xml" /> <xi:include href="xml/plugin-rtp.xml" /> @@ -118,6 +121,7 @@ <xi:include href="xml/plugin-taglib.xml" /> <xi:include href="xml/plugin-udp.xml" /> <xi:include href="xml/plugin-videobox.xml" /> + <xi:include href="xml/plugin-videocrop.xml" /> <xi:include href="xml/plugin-videobalance.xml" /> <xi:include href="xml/plugin-videoflip.xml" /> <xi:include href="xml/plugin-videomixer.xml" /> diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt index 54c31d9e..4f440d3f 100644 --- a/docs/plugins/gst-plugins-good-plugins-sections.txt +++ b/docs/plugins/gst-plugins-good-plugins-sections.txt @@ -508,6 +508,22 @@ GST_TYPE_OSX_AUDIO_SINK </SECTION> <SECTION> +<FILE>element-osxvideosink</FILE> +GstOSXVideoSink +<TITLE>osxvideosink</TITLE> +<SUBSECTION Standard> +GstOSXVideoSinkClass +<SUBSECTION Private> +GST_IS_OSX_VIDEO_SINK +GST_IS_OSX_VIDEO_SINK_CLASS +GST_OSX_VIDEO_SINK +GST_OSX_VIDEO_SINK_CLASS +GST_TYPE_OSXVIDEOBUFFER +GST_TYPE_OSX_VIDEO_SINK +GstOSXWindow +</SECTION> + +<SECTION> <FILE>element-progressreport</FILE> GstProgressReport <TITLE>progressreport</TITLE> @@ -623,6 +639,14 @@ GST_IS_UDPSRC_CLASS </SECTION> <SECTION> +<FILE>element-videocrop</FILE> +GstVideoCrop +<TITLE>videocrop</TITLE> +<SUBSECTION Standard> +GstVideoCropClass +</SECTION> + +<SECTION> <FILE>element-videoflip</FILE> GstVideoFlip GstVideoFlipMethod diff --git a/docs/plugins/inspect/plugin-videocrop.xml b/docs/plugins/inspect/plugin-videocrop.xml index bc262683..c75f73b6 100644 --- a/docs/plugins/inspect/plugin-videocrop.xml +++ b/docs/plugins/inspect/plugin-videocrop.xml @@ -3,10 +3,10 @@ <description>Crops video into a user-defined region</description> <filename>../../gst/videocrop/.libs/libgstvideocrop.so</filename> <basename>libgstvideocrop.so</basename> - <version>0.10.4.1</version> + <version>0.10.5.1</version> <license>LGPL</license> - <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins CVS/prerelease</package> + <source>gst-plugins-good</source> + <package>GStreamer Good Plug-ins CVS/prerelease</package> <origin>Unknown package origin</origin> <elements> <element> |