From e4e3b44e048ddc1d7499c6108175a5f89c6273d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 23 Jan 2009 12:46:28 +0100 Subject: Rename audioresample files and types to legacyresample Finish the move/rename of audioresample to legacyresample to prevent any confusion. --- docs/plugins/inspect/plugin-mpegdemux2.xml | 107 +++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 docs/plugins/inspect/plugin-mpegdemux2.xml (limited to 'docs/plugins/inspect/plugin-mpegdemux2.xml') diff --git a/docs/plugins/inspect/plugin-mpegdemux2.xml b/docs/plugins/inspect/plugin-mpegdemux2.xml new file mode 100644 index 00000000..2c2fd45c --- /dev/null +++ b/docs/plugins/inspect/plugin-mpegdemux2.xml @@ -0,0 +1,107 @@ + + mpegdemux2 + MPEG demuxers + ../../gst/mpegdemux/.libs/libgstmpegdemux.so + libgstmpegdemux.so + 0.10.10.1 + unknown + gst-plugins-bad + GStreamer Bad Plug-ins CVS/prerelease + Unknown package origin + + + mpegpsdemux + The Fluendo MPEG Program Stream Demuxer + Codec/Demuxer + Demultiplexes MPEG Program Streams + Wim Taymans <wim@fluendo.com> + + + sink + sink + always +
video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)true; video/x-cdxa
+
+ + private_%d + source + sometimes +
ANY
+
+ + audio_%02x + source + sometimes +
audio/mpeg, mpegversion=(int)1; audio/x-private1-lpcm; audio/x-private1-ac3; audio/x-private1-dts; audio/ac3
+
+ + video_%02x + source + sometimes +
video/mpeg, mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false; video/x-h264
+
+
+
+ + mpegtsdemux + The Fluendo MPEG Transport stream demuxer + Codec/Demuxer + Demultiplexes MPEG2 Transport Streams + Wim Taymans <wim@fluendo.com> + + + sink + sink + always +
video/mpegts
+
+ + private_%04x + source + sometimes +
ANY
+
+ + audio_%04x + source + sometimes +
audio/mpeg, mpegversion=(int){ 1, 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
+
+ + video_%04x + source + sometimes +
video/mpeg, mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false; video/x-h264; video/x-dirac
+
+
+
+ + mpegtsparse + MPEG transport stream parser + Codec/Parser + Parses MPEG2 transport streams + Alessandro Decina <alessandro@nnva.org> + Zaheer Abbas Merali <zaheerabbas at merali dot org> + + + program_%d + source + sometimes +
video/mpegts, systemstream=(boolean)true
+
+ + src%d + source + request +
video/mpegts, systemstream=(boolean)true
+
+ + sink + sink + always +
video/mpegts, systemstream=(boolean)true
+
+
+
+
+
\ No newline at end of file -- cgit v1.2.1