diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-06-30 18:19:00 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-06-30 18:27:16 +0100 |
commit | 90e31a0178fa279838c4db64ebaa80c897f6cbb9 (patch) | |
tree | 7ebc3f43a9b0e09ff6a552e65836ace38b319a96 /docs/plugins/inspect/plugin-mpegtsmux.xml | |
parent | d9bfa25728af0d1626a16ff26c64daff0c311d0e (diff) | |
download | gstreamer-plugins-bad-90e31a0178fa279838c4db64ebaa80c897f6cbb9.tar.gz |
docs: update inspect info, now sorted and escaped
Diffstat (limited to 'docs/plugins/inspect/plugin-mpegtsmux.xml')
-rw-r--r-- | docs/plugins/inspect/plugin-mpegtsmux.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/plugins/inspect/plugin-mpegtsmux.xml b/docs/plugins/inspect/plugin-mpegtsmux.xml index f896e8a74..028b63443 100644 --- a/docs/plugins/inspect/plugin-mpegtsmux.xml +++ b/docs/plugins/inspect/plugin-mpegtsmux.xml @@ -17,17 +17,17 @@ <author>Fluendo <contact@fluendo.com></author> <pads> <caps> - <name>src</name> - <direction>source</direction> - <presence>always</presence> - <details>video/mpegts, systemstream=(boolean)true, packetsize=(int){ 188, 192 }</details> - </caps> - <caps> <name>sink_%d</name> <direction>sink</direction> <presence>request</presence> <details>video/mpeg, mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false; video/x-dirac; video/x-h264; audio/mpeg, mpegversion=(int){ 1, 2, 4 }; audio/x-lpcm, width=(int){ 16, 20, 24 }, rate=(int){ 48000, 96000 }, channels=(int)[ 1, 8 ], dynamic_range=(int)[ 0, 255 ], emphasis=(boolean){ false, true }, mute=(boolean){ false, true }; audio/x-ac3; audio/x-dts</details> </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/mpegts, systemstream=(boolean)true, packetsize=(int){ 188, 192 }</details> + </caps> </pads> </element> </elements> |