From 6e98f36a651051ea602793d0e9226d5e2c21c96b Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Tue, 12 Aug 2008 14:31:57 +0000 Subject: Update and add documentation for mplex. Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/gst-plugins-bad-plugins.hierarchy: * docs/plugins/inspect/plugin-mplex.xml: * ext/mplex/gstmplex.cc: Update and add documentation for mplex. * ext/mpeg2enc/gstmpeg2enc.cc: Documentation update. --- docs/plugins/Makefile.am | 1 + docs/plugins/gst-plugins-bad-plugins-docs.sgml | 2 ++ docs/plugins/gst-plugins-bad-plugins-sections.txt | 21 ++++++++++++ docs/plugins/gst-plugins-bad-plugins.hierarchy | 1 + docs/plugins/inspect/plugin-mplex.xml | 42 +++++++++++++++++++++++ 5 files changed, 67 insertions(+) create mode 100644 docs/plugins/inspect/plugin-mplex.xml (limited to 'docs/plugins') diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 5a4c69ab..826fa568 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -109,6 +109,7 @@ EXTRA_HFILES = \ $(top_srcdir)/ext/metadata/gstmetadatademux.h \ $(top_srcdir)/ext/metadata/gstmetadatamux.h \ $(top_srcdir)/ext/mpeg2enc/gstmpeg2enc.hh \ + $(top_srcdir)/ext/mplex/gstmplex.hh \ $(top_srcdir)/ext/mythtv/gstmythtvsrc.h \ $(top_srcdir)/ext/sdl/sdlaudiosink.h \ $(top_srcdir)/ext/sdl/sdlvideosink.h \ diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index edf3714b..ecf67a21 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -37,6 +37,7 @@ + @@ -91,6 +92,7 @@ + diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index e0462f92..b3f05be4 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -347,6 +347,25 @@ GST_MPEG2ENC_WAIT gst_mpeg2enc_get_type +
+element-mplex +mplex +GstMplex + +GstMplexClass +GST_MPLEX +GST_MPLEX_CLASS +GST_IS_MPLEX +GST_IS_MPLEX_CLASS +GST_TYPE_MPLEX +GST_MPLEX_MUTEX_LOCK +GST_MPLEX_MUTEX_UNLOCK +GST_MPLEX_SIGNAL +GST_MPLEX_SIGNAL_ALL +GST_MPLEX_WAIT +gst_mplex_get_type +
+
element-mythtvsrc mythtvsrc @@ -723,5 +742,7 @@ GST_Y4M_ENCODE GST_Y4M_ENCODE_CLASS GST_IS_Y4M_ENCODE GST_IS_Y4M_ENCODE_CLASS +GST_Y4M_ENCODE_GET_CLASS GST_TYPE_Y4M_ENCODE +gst_y4m_encode_get_type
diff --git a/docs/plugins/gst-plugins-bad-plugins.hierarchy b/docs/plugins/gst-plugins-bad-plugins.hierarchy index 2c1f5d37..fbe6fff4 100644 --- a/docs/plugins/gst-plugins-bad-plugins.hierarchy +++ b/docs/plugins/gst-plugins-bad-plugins.hierarchy @@ -107,6 +107,7 @@ GObject GstGSMEnc GstGSMDec GstMpeg2enc + GstMplex GstMusepackDec GstTRM GstPitch diff --git a/docs/plugins/inspect/plugin-mplex.xml b/docs/plugins/inspect/plugin-mplex.xml new file mode 100644 index 00000000..91a2776d --- /dev/null +++ b/docs/plugins/inspect/plugin-mplex.xml @@ -0,0 +1,42 @@ + + mplex + High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer + ../../ext/mplex/.libs/libgstmplex.so + libgstmplex.so + 0.10.8 + GPL + gst-plugins-bad + GStreamer Bad Plug-ins source release + Unknown package origin + + + mplex + mplex video multiplexer + Codec/Muxer + High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer + Andrew Stevens <andrew.stevens@nexgo.de> + Ronald Bultje <rbultje@ronald.bitfreak.net> + Mark Nauwelaerts <mnauw@users.sourceforge.net + + + audio_%d + sink + request +
audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ], channels=(int)[ 1, 8 ], rate=(int)[ 8000, 96000 ]; audio/x-ac3, channels=(int)[ 1, 8 ], rate=(int)[ 8000, 96000 ]; audio/x-dts; audio/x-raw-int, endianness=(int)4321, signed=(boolean)true, width=(int){ 16, 20, 24 }, depth=(int){ 16, 20, 24 }, rate=(int){ 48000, 96000 }, channels=(int)[ 1, 6 ]
+
+ + video_%d + sink + request +
video/mpeg, mpegversion=(int){ 1, 2 }, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+
+ + src + source + always +
video/mpeg, systemstream=(boolean)true
+
+
+
+
+
\ No newline at end of file -- cgit v1.2.1