diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-21 00:13:31 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-21 00:13:31 +0000 |
commit | a7360f27dfd84d8639ffba4ef1f9cb24fb23d503 (patch) | |
tree | 235547737695473e9e91e955c488a0b5f40ae6d8 /docs/plugins/inspect/plugin-mpeg2enc.xml | |
parent | 4978843dcdc44d9e9ec5328670630f9811572797 (diff) | |
download | gst-plugins-bad-RELEASE-0_10_6.tar.gz gst-plugins-bad-RELEASE-0_10_6.tar.bz2 gst-plugins-bad-RELEASE-0_10_6.zip |
Release 0.10.6 - A Big Deep BreathRELEASE-0_10_6
Original commit message from CVS:
Release 0.10.6 - A Big Deep Breath
Diffstat (limited to 'docs/plugins/inspect/plugin-mpeg2enc.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-mpeg2enc.xml | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/plugins/inspect/plugin-mpeg2enc.xml b/docs/plugins/inspect/plugin-mpeg2enc.xml index 739c7fa2..e475b2b6 100644 --- a/docs/plugins/inspect/plugin-mpeg2enc.xml +++ b/docs/plugins/inspect/plugin-mpeg2enc.xml @@ -3,10 +3,10 @@ <description>High-quality MPEG-1/2 video encoder</description> <filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename> <basename>libgstmpeg2enc.so</basename> - <version>0.10.5.1</version> + <version>0.10.6</version> <license>GPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins CVS/prerelease</package> + <package>GStreamer Bad Plug-ins source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -14,20 +14,21 @@ <longname>mpeg2enc video encoder</longname> <class>Codec/Encoder/Video</class> <description>High-quality MPEG-1/2 video encoder</description> - <author>Andrew Stevens <andrew.stevens@nexgo.de>012Ronald Bultje <rbultje@ronald.bitfreak.net></author> + <author>Andrew Stevens <andrew.stevens@nexgo.de> + Ronald Bultje <rbultje@ronald.bitfreak.net></author> <pads> <caps> - <name>sink</name> - <direction>sink</direction> - <presence>always</presence> - <details>video/x-raw-yuv, format=(fourcc){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction){ 24000/1001, 24/1, 25/1, 30000/1001, 30/1, 50/1, 60000/1001 }</details> - </caps> - <caps> <name>src</name> <direction>source</direction> <presence>always</presence> <details>video/mpeg, systemstream=(boolean)false, mpegversion=(int){ 1, 2 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction){ 24000/1001, 24/1, 25/1, 30000/1001, 30/1, 50/1, 60000/1001 }</details> </caps> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/x-raw-yuv, format=(fourcc){ I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction){ 24000/1001, 24/1, 25/1, 30000/1001, 30/1, 50/1, 60000/1001 }</details> + </caps> </pads> </element> </elements> |