diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-10-24 22:45:11 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-10-24 22:45:11 +0000 |
commit | 9bb4caf90e3745b4cf43c996119ad603fa875b10 (patch) | |
tree | df2f5e5e33445daafde2a5cfed5287b390c92085 /docs/plugins/inspect/plugin-x264.xml | |
parent | 453c93192d5d8550f88be6b3bc58b69aeeb2f1b5 (diff) | |
download | gst-plugins-bad-9bb4caf90e3745b4cf43c996119ad603fa875b10.tar.gz gst-plugins-bad-9bb4caf90e3745b4cf43c996119ad603fa875b10.tar.bz2 gst-plugins-bad-9bb4caf90e3745b4cf43c996119ad603fa875b10.zip |
Release 0.10.9RELEASE-0_10_9
Original commit message from CVS:
Release 0.10.9
Diffstat (limited to 'docs/plugins/inspect/plugin-x264.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-x264.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/plugins/inspect/plugin-x264.xml b/docs/plugins/inspect/plugin-x264.xml index 67c78bde..424c3455 100644 --- a/docs/plugins/inspect/plugin-x264.xml +++ b/docs/plugins/inspect/plugin-x264.xml @@ -3,7 +3,7 @@ <description>libx264-based H264 plugins</description> <filename>../../ext/x264/.libs/libgstx264.so</filename> <basename>libgstx264.so</basename> - <version>0.10.8</version> + <version>0.10.9</version> <license>GPL</license> <source>gst-plugins-bad</source> <package>GStreamer Bad Plug-ins source release</package> @@ -14,20 +14,20 @@ <longname>x264enc</longname> <class>Codec/Encoder/Video</class> <description>H264 Encoder</description> - <author>Josef Zlomek <josef.zlomek@itonis.tv></author> + <author>Josef Zlomek <josef.zlomek@itonis.tv>, Mark Nauwelaerts <mnauw@users.sf.net></author> <pads> <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>video/x-h264</details> - </caps> - <caps> <name>sink</name> <direction>sink</direction> <presence>always</presence> <details>video/x-raw-yuv, format=(fourcc)I420, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 2147483647 ], height=(int)[ 16, 2147483647 ]</details> </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/x-h264</details> + </caps> </pads> </element> </elements> |