diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/Makefile.am | 2 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-docs.sgml | 14 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-sections.txt | 28 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-gstinterlace.xml | 4 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-rawparse.xml | 55 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-videoparse.xml | 34 |
6 files changed, 101 insertions, 36 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index fac67bf9..58710bdb 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -123,6 +123,8 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/multifile/gstmultifilesink.h \ $(top_srcdir)/gst/multifile/gstmultifilesrc.h \ $(top_srcdir)/gst/nuvdemux/gstnuvdemux.h \ + $(top_srcdir)/gst/rawparse/gstaudioparse.h + $(top_srcdir)/gst/rawparse/gstvideoparse.h $(top_srcdir)/gst/replaygain/gstrganalysis.h \ $(top_srcdir)/gst/replaygain/gstrglimiter.h \ $(top_srcdir)/gst/replaygain/gstrgvolume.h \ diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index 5f2afb37..f88a32d3 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -15,37 +15,50 @@ <xi:include href="xml/element-amrwbdec.xml" /> <xi:include href="xml/element-amrwbenc.xml" /> <xi:include href="xml/element-amrwbparse.xml" /> + <xi:include href="xml/element-audioparse.xml" /> <xi:include href="xml/element-bpwsinc.xml" /> <xi:include href="xml/element-dfb-example.xml" /> <xi:include href="xml/element-dfbvideosink.xml" /> + <xi:include href="xml/element-dvbsrc.xml" /> + <xi:include href="xml/element-dvdspu.xml" /> <xi:include href="xml/element-equalizer-10bands.xml" /> <xi:include href="xml/element-equalizer-3bands.xml" /> <xi:include href="xml/element-equalizer-nbands.xml" /> + <xi:include href="xml/element-festival.xml" /> <xi:include href="xml/element-giosink.xml" /> <xi:include href="xml/element-giosrc.xml" /> + <xi:include href="xml/element-giostreamsink.xml" /> + <xi:include href="xml/element-giostreamsrc.xml" /> <xi:include href="xml/element-gstrtpbin.xml" /> <xi:include href="xml/element-gstrtpclient.xml" /> <xi:include href="xml/element-gstrtpjitterbuffer.xml" /> <xi:include href="xml/element-gstrtpptdemux.xml" /> <xi:include href="xml/element-gstrtpsession.xml" /> <xi:include href="xml/element-gstrtpssrcdemux.xml" /> + <!--xi:include href="xml/element-ivorbisdec.xml" /--> <xi:include href="xml/element-jackaudiosink.xml" /> <xi:include href="xml/element-lpwsinc.xml" /> <xi:include href="xml/element-modplug.xml" /> <xi:include href="xml/element-multifilesink.xml" /> <xi:include href="xml/element-multifilesrc.xml" /> + <!--xi:include href="xml/element-mythtvsrc.xml" /--> + <!--xi:include href="xml/element-nvudemux.xml" /--> <xi:include href="xml/element-rganalysis.xml" /> <xi:include href="xml/element-rglimiter.xml" /> <xi:include href="xml/element-rgvolume.xml" /> <xi:include href="xml/element-sdlaudiosink.xml" /> <xi:include href="xml/element-sdlvideosink.xml" /> + <xi:include href="xml/element-sdpdemux.xml" /> <xi:include href="xml/element-spectrum.xml" /> + <xi:include href="xml/element-speed.xml" /> <xi:include href="xml/element-speexresample.xml" /> + <!--xi:include href="xml/element-theoradecexp.xml" /--> <xi:include href="xml/element-timidity.xml" /> <xi:include href="xml/element-trm.xml" /> <xi:include href="xml/element-videoanalyse.xml" /> <xi:include href="xml/element-videodetect.xml" /> <xi:include href="xml/element-videomark.xml" /> + <xi:include href="xml/element-videoparse.xml" /> <xi:include href="xml/element-wildmidi.xml" /> </chapter> @@ -96,6 +109,7 @@ <xi:include href="xml/plugin-neon.xml" /> <xi:include href="xml/plugin-nsfdec.xml" /> <xi:include href="xml/plugin-nuvdemux.xml" /> + <xi:include href="xml/plugin-rawparse.xml" /> <xi:include href="xml/plugin-real.xml" /> <xi:include href="xml/plugin-replaygain.xml" /> <xi:include href="xml/plugin-rfbsrc.xml" /> diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index 717dee75..c9124a9c 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -41,6 +41,20 @@ gst_amrwbparse_get_type </SECTION> <SECTION> +<FILE>element-audioparse</FILE> +<TITLE>audioparse</TITLE> +GstAudioParse +<SUBSECTION Standard> +GstAudioParseClass +GST_AUDIO_PARSE +GST_AUDIO_PARSE_CLASS +GST_IS_AUDIO_PARSE +GST_IS_AUDIO_PARSE_CLASS +GST_TYPE_AUDIO_PARSE +gst_audio_parse_get_type +</SECTION> + +<SECTION> <FILE>element-dc1394</FILE> <TITLE>dc1394</TITLE> GstDc1394 @@ -684,6 +698,20 @@ GST_IS_VIDEO_MARK_CLASS </SECTION> <SECTION> +<FILE>element-videoparse</FILE> +<TITLE>videoparse</TITLE> +GstVideoParse +<SUBSECTION Standard> +GstVideoParseClass +GST_VIDEO_PARSE +GST_VIDEO_PARSE_CLASS +GST_IS_VIDEO_PARSE +GST_IS_VIDEO_PARSE_CLASS +GST_TYPE_VIDEO_PARSE +gst_video_parse_get_type +</SECTION> + +<SECTION> <FILE>element-wildmidi</FILE> <TITLE>wildmidi</TITLE> GstWildmidi diff --git a/docs/plugins/inspect/plugin-gstinterlace.xml b/docs/plugins/inspect/plugin-gstinterlace.xml index 863c3343..332312c6 100644 --- a/docs/plugins/inspect/plugin-gstinterlace.xml +++ b/docs/plugins/inspect/plugin-gstinterlace.xml @@ -20,13 +20,13 @@ <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + <details>video/x-raw-yuv, format=(fourcc){ I420, Y42B }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> <caps> <name>src</name> <direction>source</direction> <presence>always</presence> - <details>video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + <details>video/x-raw-yuv, format=(fourcc){ I420, Y42B }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> </caps> </pads> </element> diff --git a/docs/plugins/inspect/plugin-rawparse.xml b/docs/plugins/inspect/plugin-rawparse.xml new file mode 100644 index 00000000..de9a6ed2 --- /dev/null +++ b/docs/plugins/inspect/plugin-rawparse.xml @@ -0,0 +1,55 @@ +<plugin> + <name>rawparse</name> + <description>Parses byte streams into raw frames</description> + <filename>../../gst/rawparse/.libs/libgstrawparse.so</filename> + <basename>libgstrawparse.so</basename> + <version>0.10.5.1</version> + <license>LGPL</license> + <source>gst-plugins-bad</source> + <package>GStreamer Bad Plug-ins CVS/prerelease</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>audioparse</name> + <longname>Audio Parse</longname> + <class>Filter/Audio</class> + <description>Converts stream into audio frames</description> + <author>Sebastian Dr303266ge <slomo@circular-chaos.org></author> + <pads> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>audio/x-raw-int, depth=(int)[ 1, 32 ], width=(int){ 8, 16, 24, 32 }, endianness=(int){ 1234, 4321 }, signed=(boolean){ true, false }, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]; audio/x-raw-float, width=(int){ 32, 64 }, endianness=(int){ 1234, 4321 }, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]</details> + </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>ANY</details> + </caps> + </pads> + </element> + <element> + <name>videoparse</name> + <longname>Video Parse</longname> + <class>Filter/Video</class> + <description>Converts stream into video frames</description> + <author>David Schleef <ds@schleef.org>, Sebastian Dr303266ge <slomo@circular-chaos.org></author> + <pads> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/x-raw-yuv, format=(fourcc){ I420, YV12, YUY2, UYVY }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb; video/x-raw-gray</details> + </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>ANY</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-videoparse.xml b/docs/plugins/inspect/plugin-videoparse.xml deleted file mode 100644 index 4f7a9df3..00000000 --- a/docs/plugins/inspect/plugin-videoparse.xml +++ /dev/null @@ -1,34 +0,0 @@ -<plugin> - <name>videoparse</name> - <description>Parses byte streams into video frames</description> - <filename>../../gst/videoparse/.libs/libgstvideoparse.so</filename> - <basename>libgstvideoparse.so</basename> - <version>0.10.5.1</version> - <license>LGPL</license> - <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> - <elements> - <element> - <name>videoparse</name> - <longname>Video Parse</longname> - <class>Filter/Video</class> - <description>Converts stream into video frames</description> - <author>David Schleef <ds@schleef.org></author> - <pads> - <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>ANY</details> - </caps> - <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>video/x-raw-yuv, format=(fourcc){ I420, YV12, YUY2, UYVY }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb; video/x-raw-gray</details> - </caps> - </pads> - </element> - </elements> -</plugin>
\ No newline at end of file |