diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-06-05 10:16:23 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-06-05 10:35:29 +0100 |
commit | a4ca73f232fd54ccab499b3cdb3ea1c8180b68c4 (patch) | |
tree | e84cbe57c751276cc57c5f0a56dbcc130719e177 /docs/plugins/inspect/plugin-musepack.xml | |
parent | 4795700c5efae7af17f3666aafe8448b78d6e3cc (diff) | |
download | gstreamer-plugins-bad-a4ca73f232fd54ccab499b3cdb3ea1c8180b68c4.tar.gz |
docs: fix build of plugin docs by updating inspect templates
The xml inspect data of the debugutilsbad plugin didn't contain the
data for the fpsdisplaysink element (someone probably ran 'make udpate'
in docs/plugins with the old libgstfpsdisplaysink.so from before the
rename still around).
Diffstat (limited to 'docs/plugins/inspect/plugin-musepack.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-musepack.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/plugins/inspect/plugin-musepack.xml b/docs/plugins/inspect/plugin-musepack.xml index 277e5ce67..ea0349e6f 100644 --- a/docs/plugins/inspect/plugin-musepack.xml +++ b/docs/plugins/inspect/plugin-musepack.xml @@ -20,7 +20,7 @@ <name>sink</name> <direction>sink</direction> <presence>always</presence> - <details>audio/x-musepack, streamversion=(int){ 7, 8 }</details> + <details>audio/x-musepack, streamversion=(int)7</details> </caps> <caps> <name>src</name> |