diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2007-06-12 19:35:08 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2007-06-12 19:35:08 +0000 |
commit | 98ef159bd144b4c50e5c5bad59abc4c180ff1e79 (patch) | |
tree | 865e8f1ce41de73fb30101c03a93c671355b7c66 /docs/plugins/inspect | |
parent | ca57eb55af83a0ca6393b15579d917046a908519 (diff) |
Move qtdemux from -bad.
Original commit message from CVS:
* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* docs/plugins/gst-plugins-good-plugins.args:
* docs/plugins/inspect/plugin-qtdemux.xml:
* docs/plugins/inspect/plugin-quicktime.xml:
* win32/MANIFEST:
Move qtdemux from -bad.
* gst-plugins-good.spec.in:
Update spec file to reflect moving of qtdemux and wavpack
Diffstat (limited to 'docs/plugins/inspect')
-rw-r--r-- | docs/plugins/inspect/plugin-quicktime.xml (renamed from docs/plugins/inspect/plugin-qtdemux.xml) | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/docs/plugins/inspect/plugin-qtdemux.xml b/docs/plugins/inspect/plugin-quicktime.xml index b3a023dc..0cce5ad0 100644 --- a/docs/plugins/inspect/plugin-qtdemux.xml +++ b/docs/plugins/inspect/plugin-quicktime.xml @@ -1,12 +1,12 @@ <plugin> - <name>qtdemux</name> - <description>Quicktime stream demuxer</description> + <name>quicktime</name> + <description>Quicktime support</description> <filename>../../gst/qtdemux/.libs/libgstqtdemux.so</filename> <basename>libgstqtdemux.so</basename> - <version>0.10.4</version> + <version>0.10.5.1</version> <license>LGPL</license> - <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins source release</package> + <source>gst-plugins-good</source> + <package>GStreamer Good Plug-ins CVS/prerelease</package> <origin>Unknown package origin</origin> <elements> <element> @@ -16,5 +16,12 @@ <description>Demultiplex a QuickTime file into audio and video streams</description> <author>David Schleef <ds@schleef.org>, Wim Taymans <wim@fluendo.com></author> </element> + <element> + <name>rtpxqtdepay</name> + <longname>RTP packet depayloader</longname> + <class>Codec/Depayloader/Network</class> + <description>Extracts Quicktime audio/video from RTP packets</description> + <author>Wim Taymans <wim@fluendo.com></author> + </element> </elements> </plugin>
\ No newline at end of file |