diff options
author | Danny Baumann <dannybaumann@web.de> | 2007-05-03 10:29:16 +0200 |
---|---|---|
committer | Danny Baumann <dannybaumann@web.de> | 2007-05-03 10:29:16 +0200 |
commit | 633061ee1340072604c111d69cbe10d0d1909424 (patch) | |
tree | 39431aed0150d294a61ceb5777689960f56d513a /metadata/video.xml.in | |
parent | 9321f3b44c8df4a02fd7bc1b9c5bf49b3549d342 (diff) |
Update video plugin to use new metadata system.
Diffstat (limited to 'metadata/video.xml.in')
-rw-r--r-- | metadata/video.xml.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/metadata/video.xml.in b/metadata/video.xml.in new file mode 100644 index 00000000..09c50768 --- /dev/null +++ b/metadata/video.xml.in @@ -0,0 +1,14 @@ +<compiz> + <plugin name="video"> + <_short>Video Playback</_short> + <_long>Video playback</_long> + <feature>video</feature> + <display> + <option name="yv12" type="bool"> + <_short>YV12 colorspace</_short> + <_long>Provide YV12 colorspace support</_long> + <default>true</default> + </option> + </display> + </plugin> +</compiz> |