summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-08-04 19:26:51 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-08-04 19:26:51 +0200
commit4a339aba5c0b100ffd06fe9121f5e7362ac3db31 (patch)
tree16309b2a72ea5253bc1a3f4b93151d5228121c65 /docs/plugins/inspect
parent89231d14d9dadf532b688f19590dd6294c68c218 (diff)
downloadgstreamer-plugins-bad-4a339aba5c0b100ffd06fe9121f5e7362ac3db31.tar.gz
configure: Check if the compiler supports ISO C89 or C99 and which parameters are required
This first checks what is required for ISO C99 support and sets the relevant compiler parameters and if no C99 compiler is found, it checks for a C89 compiler. This enables us to check for and use C89/C99 functions that gcc hides from us without the correct compiler parameters.
Diffstat (limited to 'docs/plugins/inspect')
-rw-r--r--docs/plugins/inspect/plugin-aiff.xml21
-rw-r--r--docs/plugins/inspect/plugin-aiffparse.xml21
2 files changed, 21 insertions, 21 deletions
diff --git a/docs/plugins/inspect/plugin-aiff.xml b/docs/plugins/inspect/plugin-aiff.xml
index 6f9457c1b..b1f3f8d8c 100644
--- a/docs/plugins/inspect/plugin-aiff.xml
+++ b/docs/plugins/inspect/plugin-aiff.xml
@@ -30,26 +30,5 @@
</caps>
</pads>
</element>
- <element>
- <name>aiffparse</name>
- <longname>AIFF audio demuxer</longname>
- <class>Codec/Demuxer/Audio</class>
- <description>Parse a .aiff file into raw audio</description>
- <author>Pioneers of the Inevitable &lt;songbird@songbirdnest.com&gt;</author>
- <pads>
- <caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>audio/x-aiff</details>
- </caps>
- <caps>
- <name>src</name>
- <direction>source</direction>
- <presence>always</presence>
- <details>audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int){ 1234, 4321 }, width=(int){ 8, 16, 24, 32 }, depth=(int)[ 1, 32 ], signed=(boolean){ true, false }</details>
- </caps>
- </pads>
- </element>
</elements>
</plugin> \ No newline at end of file
diff --git a/docs/plugins/inspect/plugin-aiffparse.xml b/docs/plugins/inspect/plugin-aiffparse.xml
index 40c51944d..892571cc8 100644
--- a/docs/plugins/inspect/plugin-aiffparse.xml
+++ b/docs/plugins/inspect/plugin-aiffparse.xml
@@ -9,5 +9,26 @@
<package>GStreamer Bad Plug-ins prerelease</package>
<origin>Unknown package origin</origin>
<elements>
+ <element>
+ <name>aiffparse</name>
+ <longname>AIFF audio demuxer</longname>
+ <class>Codec/Demuxer/Audio</class>
+ <description>Parse a .aiff file into raw audio</description>
+ <author>Pioneers of the Inevitable &lt;songbird@songbirdnest.com&gt;</author>
+ <pads>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>audio/x-aiff</details>
+ </caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int){ 1234, 4321 }, width=(int){ 8, 16, 24, 32 }, depth=(int)[ 1, 32 ], signed=(boolean){ true, false }</details>
+ </caps>
+ </pads>
+ </element>
</elements>
</plugin> \ No newline at end of file