diff options
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/Makefile.am | 2 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-docs.sgml | 3 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-sections.txt | 29 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins.hierarchy | 1 |
4 files changed, 35 insertions, 0 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index a23bb454..5a307da3 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -91,6 +91,8 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/multipart/multipartdemux.c \ $(top_srcdir)/gst/udp/gstudpsrc.h \ $(top_srcdir)/gst/udp/gstmultiudpsink.h \ + $(top_srcdir)/gst/videofilter/gstvideoflip.h \ + $(top_srcdir)/gst/videofilter/gstvideobalance.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 974ab8e2..a7d51e0a 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -29,6 +29,8 @@ <xi:include href="xml/element-multiudpsink.xml" /> <xi:include href="xml/element-multipartmux.xml" /> <xi:include href="xml/element-multipartdemux.xml" /> + <xi:include href="xml/element-videobalance.xml" /> + <xi:include href="xml/element-videoflip.xml" /> <xi:include href="xml/element-videomixer.xml" /> </chapter> @@ -73,6 +75,7 @@ <xi:include href="xml/plugin-speex.xml" /> <xi:include href="xml/plugin-udp.xml" /> <xi:include href="xml/plugin-videobox.xml" /> + <xi:include href="xml/plugin-videobalance.xml" /> <xi:include href="xml/plugin-videoflip.xml" /> <xi:include href="xml/plugin-videomixer.xml" /> <xi:include href="xml/plugin-wavenc.xml" /> diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt index 029cdd00..d9cc9178 100644 --- a/docs/plugins/gst-plugins-good-plugins-sections.txt +++ b/docs/plugins/gst-plugins-good-plugins-sections.txt @@ -160,6 +160,35 @@ GST_IS_UDPSRC_CLASS </SECTION> <SECTION> +<FILE>element-videoflip</FILE> +GstVideoFlip +GstVideoFlipMethod +<TITLE>videoflip</TITLE> +<SUBSECTION Standard> +GstVideoFlipClass +GST_VIDEO_FLIP +GST_IS_VIDEO_FLIP +GST_TYPE_VIDEO_FLIP +gst_video_flip_get_type +GST_VIDEO_FLIP_CLASS +GST_IS_VIDEO_FLIP_CLASS +</SECTION> + +<SECTION> +<FILE>element-videobalance</FILE> +GstVideoBalance +<TITLE>videobalance</TITLE> +<SUBSECTION Standard> +GstVideoBalanceClass +GST_VIDEO_BALANCE +GST_IS_VIDEO_BALANCE +GST_TYPE_VIDEO_BALANCE +gst_video_balance_get_type +GST_VIDEO_BALANCE_CLASS +GST_IS_VIDEO_BALANCE_CLASS +</SECTION> + +<SECTION> <FILE>element-videomixer</FILE> GstVideoMixer GstVideoMixerBackground diff --git a/docs/plugins/gst-plugins-good-plugins.hierarchy b/docs/plugins/gst-plugins-good-plugins.hierarchy index 742f160c..c1120017 100644 --- a/docs/plugins/gst-plugins-good-plugins.hierarchy +++ b/docs/plugins/gst-plugins-good-plugins.hierarchy @@ -48,6 +48,7 @@ GObject GstBaseTransform GstCairoTimeOverlay GstVideoFilter + GstVideoBalance GstVideoFlip GstEdgeTV GstAgingTV |