diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-01-21 14:19:32 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-01-21 14:19:32 +0000 |
commit | ff8b6de615ff389388b693828d2acecac9652d0a (patch) | |
tree | 2796f7867e05577d263c95ab344baaf8ff5187f6 /docs/plugins/inspect/plugin-videoparse.xml | |
parent | aa6d9fc5289adaf7e653fd190dc1180cb9e01466 (diff) | |
download | gst-plugins-bad-ff8b6de615ff389388b693828d2acecac9652d0a.tar.gz gst-plugins-bad-ff8b6de615ff389388b693828d2acecac9652d0a.tar.bz2 gst-plugins-bad-ff8b6de615ff389388b693828d2acecac9652d0a.zip |
docs/plugins/: Update lists again. Those whole can build ivorbisdec, mythtvsrc, nvudemux and theoradecexp, please com...
Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
Update lists again. Those whole can build ivorbisdec, mythtvsrc,
nvudemux and theoradecexp, please commit the inspect/plugin-xxx.xml.
* docs/plugins/inspect/plugin-gstinterlace.xml:
* docs/plugins/inspect/plugin-rawparse.xml
* docs/plugins/inspect/plugin-videoparse.xml:
Replace videoparse with rawparse.
* gst/dvdspu/gstdvdspu.h:
Help gtk-doc to recognize the object struct.
Diffstat (limited to 'docs/plugins/inspect/plugin-videoparse.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-videoparse.xml | 34 |
1 files changed, 0 insertions, 34 deletions
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 |