diff options
Diffstat (limited to 'docs/plugins/inspect/plugin-videorate.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-videorate.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/plugins/inspect/plugin-videorate.xml b/docs/plugins/inspect/plugin-videorate.xml index 99d5859f7..71fa47994 100644 --- a/docs/plugins/inspect/plugin-videorate.xml +++ b/docs/plugins/inspect/plugin-videorate.xml @@ -3,7 +3,7 @@ <description>Adjusts video frames</description> <filename>../../gst/videorate/.libs/libgstvideorate.so</filename> <basename>libgstvideorate.so</basename> - <version>1.5.2</version> + <version>1.5.90</version> <license>LGPL</license> <source>gst-plugins-base</source> <package>GStreamer Base Plug-ins source release</package> @@ -20,13 +20,13 @@ <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>video/x-raw(ANY); image/jpeg(ANY); image/png(ANY)</details> + <details>video/x-raw(ANY); video/x-bayer(ANY); image/jpeg(ANY); image/png(ANY)</details> </caps> <caps> <name>src</name> <direction>source</direction> <presence>always</presence> - <details>video/x-raw(ANY); image/jpeg(ANY); image/png(ANY)</details> + <details>video/x-raw(ANY); video/x-bayer(ANY); image/jpeg(ANY); image/png(ANY)</details> </caps> </pads> </element> |