From a99d3f8769ed3fd1266d5216ecefebfd1bdcf663 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 28 Jan 2009 12:29:42 +0200 Subject: Update and add documentation for plugins with no deps (gst). Link to properties. Correct titles for examples. Document a few trivial cases. Keep lists in section file and docs/plugins/Makefile.am alphabetically ordered. --- docs/plugins/Makefile.am | 18 +- docs/plugins/gst-plugins-good-plugins-docs.sgml | 10 + docs/plugins/gst-plugins-good-plugins-sections.txt | 256 ++++++++++++++++----- docs/plugins/gst-plugins-good-plugins.args | 34 +-- docs/plugins/gst-plugins-good-plugins.hierarchy | 121 +++++----- docs/plugins/gst-plugins-good-plugins.interfaces | 24 +- docs/plugins/inspect/plugin-aasink.xml | 2 +- docs/plugins/inspect/plugin-alaw.xml | 2 +- docs/plugins/inspect/plugin-alpha.xml | 2 +- docs/plugins/inspect/plugin-alphacolor.xml | 2 +- docs/plugins/inspect/plugin-annodex.xml | 2 +- docs/plugins/inspect/plugin-apetag.xml | 2 +- docs/plugins/inspect/plugin-audiofx.xml | 2 +- docs/plugins/inspect/plugin-auparse.xml | 2 +- docs/plugins/inspect/plugin-autodetect.xml | 2 +- docs/plugins/inspect/plugin-avi.xml | 2 +- docs/plugins/inspect/plugin-cacasink.xml | 2 +- docs/plugins/inspect/plugin-cairo.xml | 2 +- docs/plugins/inspect/plugin-cutter.xml | 2 +- docs/plugins/inspect/plugin-debug.xml | 2 +- docs/plugins/inspect/plugin-dv.xml | 2 +- docs/plugins/inspect/plugin-efence.xml | 2 +- docs/plugins/inspect/plugin-effectv.xml | 2 +- docs/plugins/inspect/plugin-equalizer.xml | 2 +- docs/plugins/inspect/plugin-esdsink.xml | 2 +- docs/plugins/inspect/plugin-flac.xml | 2 +- docs/plugins/inspect/plugin-flxdec.xml | 2 +- docs/plugins/inspect/plugin-gamma.xml | 2 +- docs/plugins/inspect/plugin-gconfelements.xml | 2 +- docs/plugins/inspect/plugin-gdkpixbuf.xml | 2 +- docs/plugins/inspect/plugin-goom.xml | 2 +- docs/plugins/inspect/plugin-goom2k1.xml | 2 +- docs/plugins/inspect/plugin-halelements.xml | 2 +- docs/plugins/inspect/plugin-icydemux.xml | 2 +- docs/plugins/inspect/plugin-id3demux.xml | 2 +- docs/plugins/inspect/plugin-interleave.xml | 2 +- docs/plugins/inspect/plugin-jpeg.xml | 2 +- docs/plugins/inspect/plugin-level.xml | 2 +- docs/plugins/inspect/plugin-matroska.xml | 2 +- docs/plugins/inspect/plugin-monoscope.xml | 4 +- docs/plugins/inspect/plugin-mulaw.xml | 2 +- docs/plugins/inspect/plugin-multifile.xml | 2 +- docs/plugins/inspect/plugin-multipart.xml | 2 +- docs/plugins/inspect/plugin-navigationtest.xml | 2 +- docs/plugins/inspect/plugin-ossaudio.xml | 2 +- docs/plugins/inspect/plugin-png.xml | 2 +- docs/plugins/inspect/plugin-pulseaudio.xml | 2 +- docs/plugins/inspect/plugin-quicktime.xml | 2 +- docs/plugins/inspect/plugin-replaygain.xml | 2 +- docs/plugins/inspect/plugin-rtp.xml | 2 +- docs/plugins/inspect/plugin-rtsp.xml | 2 +- docs/plugins/inspect/plugin-smpte.xml | 2 +- docs/plugins/inspect/plugin-soup.xml | 2 +- docs/plugins/inspect/plugin-spectrum.xml | 2 +- docs/plugins/inspect/plugin-speex.xml | 2 +- docs/plugins/inspect/plugin-taglib.xml | 2 +- docs/plugins/inspect/plugin-udp.xml | 2 +- docs/plugins/inspect/plugin-video4linux2.xml | 2 +- docs/plugins/inspect/plugin-videobalance.xml | 2 +- docs/plugins/inspect/plugin-videobox.xml | 2 +- docs/plugins/inspect/plugin-videocrop.xml | 2 +- docs/plugins/inspect/plugin-videoflip.xml | 2 +- docs/plugins/inspect/plugin-videomixer.xml | 2 +- docs/plugins/inspect/plugin-wavenc.xml | 2 +- docs/plugins/inspect/plugin-wavpack.xml | 2 +- docs/plugins/inspect/plugin-wavparse.xml | 2 +- docs/plugins/inspect/plugin-ximagesrc.xml | 2 +- 67 files changed, 370 insertions(+), 217 deletions(-) (limited to 'docs') diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 49b811af..7815a15f 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -103,6 +103,9 @@ EXTRA_HFILES = \ $(top_srcdir)/ext/pulse/pulsesink.h \ $(top_srcdir)/ext/pulse/pulsesrc.h \ $(top_srcdir)/ext/pulse/pulsemixer.h \ + $(top_srcdir)/ext/wavpack/gstwavpackdec.h \ + $(top_srcdir)/ext/wavpack/gstwavpackenc.h \ + $(top_srcdir)/ext/wavpack/gstwavpackparse.h \ $(top_srcdir)/gst/alpha/gstalphacolor.h \ $(top_srcdir)/gst/apetag/gstapedemux.h \ $(top_srcdir)/gst/audiofx/audioamplify.h \ @@ -124,6 +127,7 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/avi/gstavidemux.h \ $(top_srcdir)/gst/avi/gstavimux.h \ $(top_srcdir)/gst/avi/gstavisubtitle.h \ + $(top_srcdir)/gst/cutter/gstcutter.h \ $(top_srcdir)/gst/debug/gsttaginject.h \ $(top_srcdir)/gst/debug/progressreport.h \ $(top_srcdir)/gst/equalizer/gstiirequalizer.h \ @@ -131,6 +135,11 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/equalizer/gstiirequalizer10bands.h \ $(top_srcdir)/gst/equalizer/gstiirequalizernbands.h \ $(top_srcdir)/gst/goom/gstgoom.h \ + $(top_srcdir)/gst/goom2k1/gstgoom.h \ + $(top_srcdir)/gst/law/alaw-decode.h \ + $(top_srcdir)/gst/law/alaw-encode.h \ + $(top_srcdir)/gst/law/mulaw-decode.h \ + $(top_srcdir)/gst/law/mulaw-encode.h \ $(top_srcdir)/gst/icydemux/gsticydemux.h \ $(top_srcdir)/gst/id3demux/gstid3demux.h \ $(top_srcdir)/gst/interleave/deinterleave.h \ @@ -147,13 +156,16 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/replaygain/gstrganalysis.h \ $(top_srcdir)/gst/replaygain/gstrglimiter.h \ $(top_srcdir)/gst/replaygain/gstrgvolume.h \ + $(top_srcdir)/gst/rtp/gstrtpjpegpay.h \ $(top_srcdir)/gst/rtsp/gstrtpdec.h \ $(top_srcdir)/gst/rtsp/gstrtspsrc.h \ $(top_srcdir)/gst/smpte/gstsmpte.h \ $(top_srcdir)/gst/smpte/gstsmptealpha.h \ $(top_srcdir)/gst/spectrum/gstspectrum.h \ + $(top_srcdir)/gst/udp/gstdynudpsink.h \ $(top_srcdir)/gst/udp/gstmultiudpsink.h \ $(top_srcdir)/gst/udp/gstudpsrc.h \ + $(top_srcdir)/gst/udp/gstudpsink.h \ $(top_srcdir)/gst/videocrop/gstvideocrop.h \ $(top_srcdir)/gst/videocrop/gstaspectratiocrop.h \ $(top_srcdir)/gst/videofilter/gstgamma.h \ @@ -161,10 +173,7 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/videofilter/gstvideoflip.h \ $(top_srcdir)/gst/videomixer/videomixer.h \ $(top_srcdir)/gst/videomixer/videomixerpad.h \ - $(top_srcdir)/sys/waveform/gstwaveformsink.h \ - $(top_srcdir)/ext/wavpack/gstwavpackdec.h \ - $(top_srcdir)/ext/wavpack/gstwavpackenc.h \ - $(top_srcdir)/ext/wavpack/gstwavpackparse.h \ + $(top_srcdir)/gst/wavenc/gstwavenc.h \ $(top_srcdir)/gst/wavparse/gstwavparse.h \ $(top_srcdir)/sys/directdraw/gstdirectdrawsink.h \ $(top_srcdir)/sys/directsound/gstdirectsoundsink.h \ @@ -175,6 +184,7 @@ EXTRA_HFILES = \ $(top_srcdir)/sys/osxaudio/gstosxaudiosink.h \ $(top_srcdir)/sys/osxvideo/osxvideosink.h \ $(top_srcdir)/sys/v4l2/gstv4l2src.h \ + $(top_srcdir)/sys/waveform/gstwaveformsink.h \ $(top_srcdir)/sys/ximage/gstximagesrc.h diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml index 7a81eaf2..010acb2f 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -1,6 +1,7 @@ %version-entities; ]> @@ -14,6 +15,8 @@ gst-plugins-good Elements + + @@ -40,6 +43,7 @@ + @@ -70,6 +74,8 @@ + + @@ -92,6 +98,7 @@ + @@ -101,11 +108,14 @@ + + + diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt index 398effdd..6b9e1b9a 100644 --- a/docs/plugins/gst-plugins-good-plugins-sections.txt +++ b/docs/plugins/gst-plugins-good-plugins-sections.txt @@ -12,6 +12,33 @@ GST_IS_AASINK_CLASS gst_aasink_get_type +
+element-alawdec +alawdec +GstALawDec + +GstALawDecClass +GST_ALAW_DEC +GST_IS_ALAW_DEC +GST_TYPE_ALAW_DEC +GST_ALAW_DEC_CLASS +GST_IS_ALAW_DEC_CLASS +gst_alaw_dec_get_type +
+ +element-alawenc +alawenc +GstALawEnc + +GstALawEncClass +GST_ALAW_ENC +GST_IS_ALAW_ENC +GST_TYPE_ALAW_ENC +GST_ALAW_ENC_CLASS +GST_IS_ALAW_ENC_CLASS +gst_alaw_enc_get_type + +
element-alphacolor alphacolor @@ -103,17 +130,19 @@ gst_audio_cheb_limit_get_type
-element-audioiirfilter -audioiirfilter -GstAudioIIRFilter +element-audiodynamic +audiodynamic +GstAudioDynamic -GstAudioIIRFilterClass -GST_AUDIO_IIR_FILTER -GST_AUDIO_IIR_FILTER_CLASS -GST_IS_AUDIO_IIR_FILTER_BAND -GST_IS_AUDIO_IIR_FILTER_CLASS -GST_TYPE_AUDIO_IIR_FILTER -gst_audio_iir_filter_get_type +GstAudioDynamicClass +GstAudioDynamicProcessFunc +GST_AUDIO_DYNAMIC +GST_AUDIO_DYNAMIC_CLASS +GST_AUDIO_DYNAMIC_GET_CLASS +GST_IS_AUDIO_DYNAMIC +GST_IS_AUDIO_DYNAMIC_CLASS +GST_TYPE_AUDIO_DYNAMIC +gst_audio_dynamic_get_type
@@ -133,19 +162,31 @@ gst_audio_echo_get_type
-element-audiodynamic -audiodynamic -GstAudioDynamic +element-audiofirfilter +audiofirfilter +GstAudioFIRFilter -GstAudioDynamicClass -GstAudioDynamicProcessFunc -GST_AUDIO_DYNAMIC -GST_AUDIO_DYNAMIC_CLASS -GST_AUDIO_DYNAMIC_GET_CLASS -GST_IS_AUDIO_DYNAMIC -GST_IS_AUDIO_DYNAMIC_CLASS -GST_TYPE_AUDIO_DYNAMIC -gst_audio_dynamic_get_type +GstAudioFIRFilterClass +GST_AUDIO_FIR_FILTER +GST_AUDIO_FIR_FILTER_CLASS +GST_IS_AUDIO_FIR_FILTER +GST_IS_AUDIO_FIR_FILTER_CLASS +GST_TYPE_AUDIO_FIR_FILTER +gst_audio_fir_filter_get_type +
+ +
+element-audioiirfilter +audioiirfilter +GstAudioIIRFilter + +GstAudioIIRFilterClass +GST_AUDIO_IIR_FILTER +GST_AUDIO_IIR_FILTER_CLASS +GST_IS_AUDIO_IIR_FILTER +GST_IS_AUDIO_IIR_FILTER_CLASS +GST_TYPE_AUDIO_IIR_FILTER +gst_audio_iir_filter_get_type
@@ -226,20 +267,6 @@ GST_TYPE_AUDIO_WSINC_LIMIT gst_audio_wsinclimit_get_type
-
-element-audiofirfilter -audiofirfilter -GstAudioFIRFilter - -GstAudioFIRFilterClass -GST_AUDIO_FIR_FILTER -GST_AUDIO_FIR_FILTER_CLASS -GST_IS_AUDIO_FIR_FILTER_BAND -GST_IS_AUDIO_FIR_FILTER_CLASS -GST_TYPE_AUDIO_FIR_FILTER -gst_audio_fir_filter_get_type -
-
element-autoaudiosink autoaudiosink @@ -316,12 +343,8 @@ GST_IS_AVI_DEMUX_CLASS GST_AVI_DEMUX_MAX_STREAMS gst_avi_demux_get_type GST_AVI_INDEX_ENTRY_FLAG_KEYFRAME -GST_AVI_INDEX_OF_CHUNKS -GST_AVI_INDEX_OF_INDEXES -GST_AVI_SUPERINDEX_COUNT avi_stream_context gst_avi_index_entry -gst_avi_superindex_entry CHUNKID_TO_STREAMNR
@@ -337,6 +360,11 @@ GST_AVI_MUX_CLASS GST_IS_AVI_MUX GST_IS_AVI_MUX_CLASS gst_avi_mux_get_type +GST_AVI_INDEX_OF_CHUNKS +GST_AVI_INDEX_OF_INDEXES +GST_AVI_SUPERINDEX_COUNT +gst_avi_superindex_entry +gst_riff_strh_full
@@ -348,6 +376,7 @@ GstAviSubtitleClass GST_TYPE_AVI_SUBTITLE GST_AVI_SUBTITLE GST_AVI_SUBTITLE_CLASS +GST_AVI_SUBTITLE_GET_CLASS GST_IS_AVI_SUBTITLE GST_IS_AVI_SUBTITLE_CLASS gst_avi_subtitle_get_type @@ -411,6 +440,21 @@ GST_IS_CMML_ENC_CLASS gst_cmml_enc_plugin_init
+
+element-cutter +cutter +GstCutter + +GST_CUTTER +GST_CUTTER_CLASS +GST_CUTTER_GET_CLASS +GST_IS_CUTTER +GST_IS_CUTTER_CLASS +GST_TYPE_CUTTER +GstCutterClass +gst_cutter_get_type +
+
element-deinterleave deinterleave @@ -616,6 +660,7 @@ LEGACY_FLAC GstFlacEnc GstFlacEncClass +GstFlacTagState GST_TYPE_FLAC_ENC GST_FLAC_ENC GST_FLAC_ENC_CLASS @@ -830,12 +875,14 @@ gst_level_get_type GstMatroskaMux GstMatroskaMuxClass +GstMatroskaMuxState GST_TYPE_MATROSKA_MUX GST_MATROSKA_MUX GST_MATROSKA_MUX_CLASS GST_IS_MATROSKA_MUX GST_IS_MATROSKA_MUX_CLASS gst_matroska_mux_get_type +gst_matroska_mux_plugin_init
@@ -844,12 +891,14 @@ gst_matroska_mux_get_type GstMatroskaDemux GstMatroskaDemuxClass +GstMatroskaDemuxState GST_TYPE_MATROSKA_DEMUX GST_MATROSKA_DEMUX GST_MATROSKA_DEMUX_CLASS GST_IS_MATROSKA_DEMUX GST_IS_MATROSKA_DEMUX_CLASS gst_matroska_demux_get_type +gst_matroska_demux_plugin_init
@@ -865,6 +914,33 @@ GST_MONOSCOPE_CLASS GST_IS_MONOSCOPE_CLASS
+
+element-mulawdec +mulawdec +GstMuLawDec + +GstMuLawDecClass +GST_MULAWDEC +GST_IS_MULAWDEC +GST_TYPE_MULAWDEC +GST_MULAWDEC_CLASS +GST_IS_MULAWDEC_CLASS +gst_mulawdec_get_type +
+ +element-mulawenc +mulawenc +GstMuLawEnc + +GstMuLawEncClass +GST_MULAWENC +GST_IS_MULAWENC +GST_TYPE_MULAWENC +GST_MULAWENC_CLASS +GST_IS_MULAWENC_CLASS +gst_mulawenc_get_type + +
element-multifilesrc multifilesrc @@ -918,6 +994,7 @@ GST_MULTIPART_DEMUX GST_MULTIPART_DEMUX_CLASS GST_IS_MULTIPART_DEMUX GST_IS_MULTIPART_DEMUX_CLASS +GST_MULTIPART_DEMUX_GET_CLASS MULTIPART_DATA_EOS MULTIPART_DATA_ERROR MULTIPART_NEED_MORE_DATA @@ -1106,6 +1183,7 @@ GST_PROGRESS_REPORT GST_PROGRESS_REPORT_CLASS GST_IS_PROGRESS_REPORT GST_IS_PROGRESS_REPORT_CLASS +gst_progress_report_get_type
@@ -1167,6 +1245,35 @@ GST_IS_RG_VOLUME_CLASS gst_rg_volume_get_type
+
+element-rtpdec +rtpdec +GstRTPDec + +GstRTPDecClass +GstRTPDecSession +GST_RTP_DEC +GST_IS_RTP_DEC +GST_TYPE_RTP_DEC +GST_RTP_DEC_CLASS +GST_IS_RTP_DEC_CLASS +gst_rtp_dec_get_type +
+ +
+element-rtpjpegpay +rtpjpegpay +GstRtpJPEGPay + +GstRtpJPEGPayClass +GST_RTP_JPEG_PAY +GST_IS_RTP_JPEG_PAY +GST_TYPE_RTP_JPEG_PAY +GST_RTP_JPEG_PAY_CLASS +GST_IS_RTP_JPEG_PAY_CLASS +gst_rtp_jpeg_pay_get_type +
+
element-rtspsrc rtspsrc @@ -1177,7 +1284,6 @@ GstRTSPSrcClass GST_RTSPSRC GST_IS_RTSPSRC GST_TYPE_RTSPSRC -gst_rtspsrc_get_type GST_RTSPSRC_CLASS GST_IS_RTSPSRC_CLASS GST_RTSPSRC_CAST @@ -1190,21 +1296,7 @@ GST_RTSP_STATE_UNLOCK GST_RTSP_STREAM_GET_LOCK GST_RTSP_STREAM_LOCK GST_RTSP_STREAM_UNLOCK -
- -
-element-rtpdec -rtpdec -GstRTPDec - -GstRTPDecClass -GstRTPDecSession -GST_RTP_DEC -GST_IS_RTP_DEC -GST_TYPE_RTP_DEC -gst_rtp_dec_get_type -GST_RTP_DEC_CLASS -GST_IS_RTP_DEC_CLASS +gst_rtspsrc_get_type
@@ -1218,6 +1310,7 @@ GST_IS_SMPTE GST_TYPE_SMPTE GST_SMPTE_CLASS GST_IS_SMPTE_CLASS +gst_smpte_plugin_init
@@ -1231,6 +1324,7 @@ GST_IS_SMPTE_ALPHA GST_TYPE_SMPTE_ALPHA GST_SMPTE_ALPHA_CLASS GST_IS_SMPTE_ALPHA_CLASS +gst_smpte_alpha_plugin_init
@@ -1328,9 +1422,36 @@ GstUDPSrcClass GST_UDPSRC GST_IS_UDPSRC GST_TYPE_UDPSRC -gst_udpsrc_get_type GST_UDPSRC_CLASS GST_IS_UDPSRC_CLASS +gst_udpsrc_get_type +
+ +
+element-udpsink +udpsink +GstUDPSink + +GstUDPSinkClass +GST_UDPSINK +GST_IS_UDPSINK +GST_TYPE_UDPSINK +GST_UDPSINK_CLASS +GST_IS_UDPSINK_CLASS +gst_udpsink_get_type +
+ +
+element-videobox +videobox +GstVideoBox + +GstVideoBoxClass +GST_IS_VIDEO_BOX +GST_IS_VIDEO_BOX_CLASS +GST_VIDEO_BOX +GST_VIDEO_BOX_CLASS +GST_TYPE_VIDEO_BOX
@@ -1361,6 +1482,7 @@ GST_IS_ASPECT_RATIO_CROP_CLASS GST_ASPECT_RATIO_CROP GST_ASPECT_RATIO_CROP_CLASS GST_TYPE_ASPECT_RATIO_CROP +gst_aspect_ratio_crop_get_type
@@ -1435,9 +1557,9 @@ GstV4l2SrcClass GST_V4L2SRC GST_IS_V4L2SRC GST_TYPE_V4L2SRC -gst_v4l2src_get_type GST_V4L2SRC_CLASS GST_IS_V4L2SRC_CLASS +gst_v4l2src_get_type
@@ -1461,6 +1583,20 @@ BUFFER_SIZE ERROR_LENGTH
+
+element-wavenc +wavenc +GstWavEnc + +GstWavEncClass +GST_WAVENC +GST_IS_WAVENC +GST_TYPE_WAVENC +GST_WAVENC_CLASS +GST_IS_WAVENC_CLASS +gst_wavenc_get_type +
+
element-wavpackdec wavpackdec @@ -1517,9 +1653,9 @@ GstWavParseState GST_WAVPARSE GST_IS_WAVPARSE GST_TYPE_WAVPARSE -gst_wavparse_get_type GST_WAVPARSE_CLASS GST_IS_WAVPARSE_CLASS +gst_wavparse_get_type
@@ -1531,7 +1667,7 @@ GstXImageSrcClass GST_XIMAGE_SRC GST_IS_XIMAGE_SRC GST_TYPE_XIMAGE_SRC -gst_ximage_src_get_type GST_XIMAGE_SRC_CLASS GST_IS_XIMAGE_SRC_CLASS +gst_ximage_src_get_type
diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args index f352ceb0..48bbaac9 100644 --- a/docs/plugins/gst-plugins-good-plugins.args +++ b/docs/plugins/gst-plugins-good-plugins.args @@ -411,7 +411,7 @@ GstUDPSrc::sockfd gint ->= G_MAXULONG +>= -1 rw Socket Handle Socket to use for UDP reception. (-1 == allocate). @@ -461,7 +461,7 @@ GstUDPSrc::sock gint ->= G_MAXULONG +>= -1 r Socket Handle Socket currently in use for UDP reception. (-1 = no socket). @@ -1671,7 +1671,7 @@ GstTest::allowed-timestamp-deviation gint64 ->= G_MAXULONG +>= -1 rwx allowed timestamp deviation allowed average difference in usec between timestamp of next buffer and expected timestamp from analyzing last buffer. @@ -1681,7 +1681,7 @@ GstTest::buffer-count gint64 ->= G_MAXULONG +>= -1 r buffer count number of buffers in stream. @@ -1691,7 +1691,7 @@ GstTest::expected-buffer-count gint64 ->= G_MAXULONG +>= -1 rwx expected buffer count expected number of buffers in stream. @@ -1701,7 +1701,7 @@ GstTest::expected-length gint64 ->= G_MAXULONG +>= -1 rwx expected length expected length of stream. @@ -1721,7 +1721,7 @@ GstTest::length gint64 ->= G_MAXULONG +>= -1 r length length of stream. @@ -1741,7 +1741,7 @@ GstTest::timestamp-deviation gint64 ->= G_MAXULONG +>= -1 r timestamp deviation average difference in usec between timestamp of next buffer and expected timestamp from analyzing last buffer. @@ -1811,7 +1811,7 @@ GstBreakMyData::set-to gint -[G_MAXULONG,255] +[-1,255] rwx set-to set changed bytes to this value (-1 means random value. @@ -2131,7 +2131,7 @@ GstDynUDPSink::sockfd gint -[G_MAXULONG,32767] +[-1,32767] rw socket handle Socket to use for UDP sending. (-1 == allocate). @@ -2201,7 +2201,7 @@ GstMultiUDPSink::sock gint ->= G_MAXULONG +>= -1 r Socket Handle Socket currently in use for UDP sending. (-1 == no socket). @@ -2211,7 +2211,7 @@ GstMultiUDPSink::sockfd gint ->= G_MAXULONG +>= -1 rw Socket Handle Socket to use for UDP sending. (-1 == allocate). @@ -2241,7 +2241,7 @@ GstMultiUDPSink::qos-dscp gint -[G_MAXULONG,63] +[-1,63] rw QoS diff srv code point Quality of Service, differentiated services code point (-1 default). @@ -2811,7 +2811,7 @@ GstV4l2Src::device-fd gint ->= G_MAXULONG +>= -1 r File descriptor File descriptor of the device. @@ -3031,7 +3031,7 @@ GstRndBufferSize::max glong -[1,G_MAXINT] +>= 1 rwx maximum maximum buffer size. @@ -3041,7 +3041,7 @@ GstRndBufferSize::min glong -[0,G_MAXINT] +>= 0 rwx mininum mininum buffer size. @@ -3051,7 +3051,7 @@ GstRndBufferSize::seed gulong -<= G_MAXUINT + rwx random number seed seed for randomness (initialized when going from READY to PAUSED). diff --git a/docs/plugins/gst-plugins-good-plugins.hierarchy b/docs/plugins/gst-plugins-good-plugins.hierarchy index edae7e43..87350892 100644 --- a/docs/plugins/gst-plugins-good-plugins.hierarchy +++ b/docs/plugins/gst-plugins-good-plugins.hierarchy @@ -11,25 +11,28 @@ GObject GstElement GstBin GstPipeline + GstHalAudioSink + GstHalAudioSrc GstGConfVideoSink GstGConfVideoSrc GstSwitchSink GstGConfAudioSink GstGConfAudioSrc - GstHalAudioSink - GstHalAudioSrc GstAspectRatioCrop + GstRTSPSrc GstRgVolume GstAutoVideoSink GstAutoVideoSrc GstAutoAudioSink GstAutoAudioSrc - GstRTSPSrc + GstWavpackParse + GstWavpackDec + GstWavpackEnc GstTagLibMux GstId3v2Mux GstApev2Mux - GstPngDec - GstPngEnc + GstSpeexEnc + GstSpeexDec GstBaseSrc GstPushSrc GstSoupHTTPSrc @@ -37,53 +40,42 @@ GObject GstAudioSrc GstPulseSrc GstOssSrc - GstDV1394Src - GstHDV1394Src - GstV4l2Src GstXImageSrc - GstMultiFileSrc + GstV4l2Src GstUDPSrc + GstMultiFileSrc GstBaseSink + GstShout2send GstBaseAudioSink GstAudioSink - GstEsdSink GstPulseSink + GstEsdSink GstOssSink - GstAASink + GstCACASink GstVideoSink GstGdkPixbufSink - GstCACASink - GstShout2send - GstTest - GstMultiFileSink + GstAASink GstMultiUDPSink GstUDPSink GstDynUDPSink + GstMultiFileSink + GstTest GstPulseMixer + GstPngDec + GstPngEnc GstJpegEnc GstJpegDec GstSmokeEnc GstSmokeDec - GstWavpackParse - GstWavpackDec - GstWavpackEnc - GstFlacEnc - GstFlacDec - GstFlacTag - GstDVDemux - GstDVDec - GstSpeexEnc - GstSpeexDec GstGdkPixbuf GstBaseTransform GstPixbufScale GstCairoTimeOverlay - GstVideoBox GstVideoFilter - GstVideoFlip - GstVideoBalance GstGamma - GstNavigationtest + GstVideoBalance + GstVideoFlip + GstSMPTEAlpha GstEdgeTV GstAgingTV GstDiceTV @@ -92,10 +84,15 @@ GObject GstVertigoTV GstRevTV GstQuarkTV - GstSMPTEAlpha + GstNavigationtest GstVideoCrop - GstAudioPanorama + GstVideoBox GstAudioFilter + GstSpectrum + GstIirEqualizer + GstIirEqualizerNBands + GstIirEqualizer3Bands + GstIirEqualizer10Bands GstAudioInvert GstAudioKaraoke GstAudioAmplify @@ -109,40 +106,30 @@ GObject GstAudioWSincBand GstAudioFIRFilter GstAudioEcho - GstIirEqualizer - GstIirEqualizerNBands - GstIirEqualizer3Bands - GstIirEqualizer10Bands - GstSpectrum GstRgAnalysis GstRgLimiter + GstLevel GstBreakMyData GstNavSeek GstProgressReport GstTagInject + GstAudioPanorama GstAlphaColor GstAlpha - GstLevel + GstFlacEnc + GstFlacDec + GstFlacTag + GstDVDemux + GstDVDec + GstCairoTextOverlay GstCmmlEnc GstCmmlDec - GstCairoTextOverlay GstOssMixerElement - GstMultipartDemux - GstMultipartMux - GstFlxDec - GstAuParse - GstALawEnc - GstALawDec - GstMuLawEnc - GstMuLawDec - GstVideoMixer - GstRndBufferSize - GstEFence - GstTagDemux - GstID3Demux - GstApeDemux - GstGoom2k1 + GstWavParse GstWavEnc + GstVideoMixer + GstSMPTE + GstRTPDec GstRTPDepay GstBaseRTPDepayload GstRtpAC3Depay @@ -198,21 +185,33 @@ GObject GstRtpVorbisPay GstRtpVRawPay GstAsteriskh263 + GstQTDemux + GstMultipartDemux + GstMultipartMux + GstMonoscope GstEbmlRead GstMatroskaDemux GstMatroskaMux - GstCutter + GstMuLawEnc + GstMuLawDec + GstALawEnc + GstALawDec + GstInterleave + GstDeinterleave + GstTagDemux + GstID3Demux + GstApeDemux GstICYDemux + GstGoom2k1 + GstGoom + GstFlxDec + GstRndBufferSize + GstEFence + GstCutter GstAviDemux GstAviMux GstAviSubtitle - GstRTPDec - GstWavParse - GstQTDemux - GstSMPTE - GstInterleave - GstDeinterleave - GstGoom + GstAuParse GstBus GstTask GstClock diff --git a/docs/plugins/gst-plugins-good-plugins.interfaces b/docs/plugins/gst-plugins-good-plugins.interfaces index b5c5bbbd..ca06f59f 100644 --- a/docs/plugins/gst-plugins-good-plugins.interfaces +++ b/docs/plugins/gst-plugins-good-plugins.interfaces @@ -1,42 +1,40 @@ GstBin GstChildProxy GstPipeline GstChildProxy +GstHalAudioSink GstChildProxy +GstHalAudioSrc GstChildProxy GstGConfVideoSink GstChildProxy GstGConfVideoSrc GstChildProxy GstSwitchSink GstChildProxy GstGConfAudioSink GstChildProxy GstGConfAudioSrc GstChildProxy -GstHalAudioSink GstChildProxy -GstHalAudioSrc GstChildProxy GstAspectRatioCrop GstChildProxy +GstRTSPSrc GstChildProxy GstURIHandler GstRgVolume GstChildProxy GstAutoVideoSink GstChildProxy GstAutoVideoSrc GstChildProxy GstAutoAudioSink GstChildProxy GstAutoAudioSrc GstChildProxy -GstRTSPSrc GstChildProxy GstURIHandler GstTagLibMux GstTagSetter GstId3v2Mux GstTagSetter GstApev2Mux GstTagSetter +GstSpeexEnc GstTagSetter GstSoupHTTPSrc GstURIHandler -GstPulseSrc GstImplementsInterface GstPropertyProbe GstMixer -GstOssSrc GstImplementsInterface GstMixer -GstDV1394Src GstURIHandler GstPropertyProbe -GstHDV1394Src GstURIHandler GstPropertyProbe +GstPulseSrc GstMixer GstImplementsInterface GstPropertyProbe +GstOssSrc GstMixer GstImplementsInterface GstV4l2Src GstImplementsInterface GstPropertyProbe GstTuner GstColorBalance GstVideoOrientation GstUDPSrc GstURIHandler -GstPulseSink GstImplementsInterface GstPropertyProbe GstShout2send GstTagSetter +GstPulseSink GstImplementsInterface GstPropertyProbe GstUDPSink GstURIHandler -GstPulseMixer GstImplementsInterface GstPropertyProbe GstMixer -GstFlacEnc GstTagSetter -GstFlacTag GstTagSetter -GstSpeexEnc GstTagSetter +GstPulseMixer GstMixer GstImplementsInterface GstPropertyProbe GstVideoBalance GstImplementsInterface GstColorBalance GstIirEqualizer GstChildProxy GstIirEqualizerNBands GstChildProxy GstIirEqualizer3Bands GstChildProxy GstPreset GstIirEqualizer10Bands GstChildProxy GstPreset -GstOssMixerElement GstImplementsInterface GstMixer +GstFlacEnc GstTagSetter +GstFlacTag GstTagSetter +GstOssMixerElement GstMixer GstImplementsInterface GstVideoMixer GstChildProxy GstMatroskaMux GstTagSetter GstAviMux GstTagSetter diff --git a/docs/plugins/inspect/plugin-aasink.xml b/docs/plugins/inspect/plugin-aasink.xml index 1be6d050..55b5b710 100644 --- a/docs/plugins/inspect/plugin-aasink.xml +++ b/docs/plugins/inspect/plugin-aasink.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org aasink diff --git a/docs/plugins/inspect/plugin-alaw.xml b/docs/plugins/inspect/plugin-alaw.xml index fcec748c..fff72eeb 100644 --- a/docs/plugins/inspect/plugin-alaw.xml +++ b/docs/plugins/inspect/plugin-alaw.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org alawdec diff --git a/docs/plugins/inspect/plugin-alpha.xml b/docs/plugins/inspect/plugin-alpha.xml index 4de356da..669f3dca 100644 --- a/docs/plugins/inspect/plugin-alpha.xml +++ b/docs/plugins/inspect/plugin-alpha.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org alpha diff --git a/docs/plugins/inspect/plugin-alphacolor.xml b/docs/plugins/inspect/plugin-alphacolor.xml index 1812c19b..6ac6ec5b 100644 --- a/docs/plugins/inspect/plugin-alphacolor.xml +++ b/docs/plugins/inspect/plugin-alphacolor.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org alphacolor diff --git a/docs/plugins/inspect/plugin-annodex.xml b/docs/plugins/inspect/plugin-annodex.xml index 5b1536c6..44cb45a7 100644 --- a/docs/plugins/inspect/plugin-annodex.xml +++ b/docs/plugins/inspect/plugin-annodex.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org cmmldec diff --git a/docs/plugins/inspect/plugin-apetag.xml b/docs/plugins/inspect/plugin-apetag.xml index 745f6a8e..861b13a3 100644 --- a/docs/plugins/inspect/plugin-apetag.xml +++ b/docs/plugins/inspect/plugin-apetag.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org apedemux diff --git a/docs/plugins/inspect/plugin-audiofx.xml b/docs/plugins/inspect/plugin-audiofx.xml index 6fa035a7..9d558af8 100644 --- a/docs/plugins/inspect/plugin-audiofx.xml +++ b/docs/plugins/inspect/plugin-audiofx.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org audioamplify diff --git a/docs/plugins/inspect/plugin-auparse.xml b/docs/plugins/inspect/plugin-auparse.xml index 63c0995e..643d371d 100644 --- a/docs/plugins/inspect/plugin-auparse.xml +++ b/docs/plugins/inspect/plugin-auparse.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org auparse diff --git a/docs/plugins/inspect/plugin-autodetect.xml b/docs/plugins/inspect/plugin-autodetect.xml index 40d65145..d6ed757e 100644 --- a/docs/plugins/inspect/plugin-autodetect.xml +++ b/docs/plugins/inspect/plugin-autodetect.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org autoaudiosink diff --git a/docs/plugins/inspect/plugin-avi.xml b/docs/plugins/inspect/plugin-avi.xml index e4ad6122..36d15817 100644 --- a/docs/plugins/inspect/plugin-avi.xml +++ b/docs/plugins/inspect/plugin-avi.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org avidemux diff --git a/docs/plugins/inspect/plugin-cacasink.xml b/docs/plugins/inspect/plugin-cacasink.xml index d051c1f0..3631160b 100644 --- a/docs/plugins/inspect/plugin-cacasink.xml +++ b/docs/plugins/inspect/plugin-cacasink.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org cacasink diff --git a/docs/plugins/inspect/plugin-cairo.xml b/docs/plugins/inspect/plugin-cairo.xml index d372b0cf..dc6b0fb6 100644 --- a/docs/plugins/inspect/plugin-cairo.xml +++ b/docs/plugins/inspect/plugin-cairo.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org cairotextoverlay diff --git a/docs/plugins/inspect/plugin-cutter.xml b/docs/plugins/inspect/plugin-cutter.xml index 82832aeb..3983e923 100644 --- a/docs/plugins/inspect/plugin-cutter.xml +++ b/docs/plugins/inspect/plugin-cutter.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org cutter diff --git a/docs/plugins/inspect/plugin-debug.xml b/docs/plugins/inspect/plugin-debug.xml index c34b4482..cc7de2c8 100644 --- a/docs/plugins/inspect/plugin-debug.xml +++ b/docs/plugins/inspect/plugin-debug.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org breakmydata diff --git a/docs/plugins/inspect/plugin-dv.xml b/docs/plugins/inspect/plugin-dv.xml index 5159dbfb..4bb8ce48 100644 --- a/docs/plugins/inspect/plugin-dv.xml +++ b/docs/plugins/inspect/plugin-dv.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org dvdec diff --git a/docs/plugins/inspect/plugin-efence.xml b/docs/plugins/inspect/plugin-efence.xml index c56ea288..c3551b41 100644 --- a/docs/plugins/inspect/plugin-efence.xml +++ b/docs/plugins/inspect/plugin-efence.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org efence diff --git a/docs/plugins/inspect/plugin-effectv.xml b/docs/plugins/inspect/plugin-effectv.xml index 4088a63a..53122b72 100644 --- a/docs/plugins/inspect/plugin-effectv.xml +++ b/docs/plugins/inspect/plugin-effectv.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org agingtv diff --git a/docs/plugins/inspect/plugin-equalizer.xml b/docs/plugins/inspect/plugin-equalizer.xml index 39abb147..b54f3685 100644 --- a/docs/plugins/inspect/plugin-equalizer.xml +++ b/docs/plugins/inspect/plugin-equalizer.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org equalizer-10bands diff --git a/docs/plugins/inspect/plugin-esdsink.xml b/docs/plugins/inspect/plugin-esdsink.xml index 609f5861..950dea4f 100644 --- a/docs/plugins/inspect/plugin-esdsink.xml +++ b/docs/plugins/inspect/plugin-esdsink.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org esdsink diff --git a/docs/plugins/inspect/plugin-flac.xml b/docs/plugins/inspect/plugin-flac.xml index 432d950c..8e1ba382 100644 --- a/docs/plugins/inspect/plugin-flac.xml +++ b/docs/plugins/inspect/plugin-flac.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org flacdec diff --git a/docs/plugins/inspect/plugin-flxdec.xml b/docs/plugins/inspect/plugin-flxdec.xml index 056d9671..ddcd5249 100644 --- a/docs/plugins/inspect/plugin-flxdec.xml +++ b/docs/plugins/inspect/plugin-flxdec.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org flxdec diff --git a/docs/plugins/inspect/plugin-gamma.xml b/docs/plugins/inspect/plugin-gamma.xml index db928ab5..6191fb52 100644 --- a/docs/plugins/inspect/plugin-gamma.xml +++ b/docs/plugins/inspect/plugin-gamma.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org gamma diff --git a/docs/plugins/inspect/plugin-gconfelements.xml b/docs/plugins/inspect/plugin-gconfelements.xml index add1d2e6..4de51fc5 100644 --- a/docs/plugins/inspect/plugin-gconfelements.xml +++ b/docs/plugins/inspect/plugin-gconfelements.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org gconfaudiosink diff --git a/docs/plugins/inspect/plugin-gdkpixbuf.xml b/docs/plugins/inspect/plugin-gdkpixbuf.xml index bd13fb1f..4f57a2f3 100644 --- a/docs/plugins/inspect/plugin-gdkpixbuf.xml +++ b/docs/plugins/inspect/plugin-gdkpixbuf.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org gdkpixbufdec diff --git a/docs/plugins/inspect/plugin-goom.xml b/docs/plugins/inspect/plugin-goom.xml index b38062a8..51313fe4 100644 --- a/docs/plugins/inspect/plugin-goom.xml +++ b/docs/plugins/inspect/plugin-goom.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org goom diff --git a/docs/plugins/inspect/plugin-goom2k1.xml b/docs/plugins/inspect/plugin-goom2k1.xml index e2730235..587f247c 100644 --- a/docs/plugins/inspect/plugin-goom2k1.xml +++ b/docs/plugins/inspect/plugin-goom2k1.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org goom2k1 diff --git a/docs/plugins/inspect/plugin-halelements.xml b/docs/plugins/inspect/plugin-halelements.xml index 7ca53e92..5bcae479 100644 --- a/docs/plugins/inspect/plugin-halelements.xml +++ b/docs/plugins/inspect/plugin-halelements.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org halaudiosink diff --git a/docs/plugins/inspect/plugin-icydemux.xml b/docs/plugins/inspect/plugin-icydemux.xml index d3cf7edb..fa277bc8 100644 --- a/docs/plugins/inspect/plugin-icydemux.xml +++ b/docs/plugins/inspect/plugin-icydemux.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org icydemux diff --git a/docs/plugins/inspect/plugin-id3demux.xml b/docs/plugins/inspect/plugin-id3demux.xml index 5a3a0fed..89bdbec3 100644 --- a/docs/plugins/inspect/plugin-id3demux.xml +++ b/docs/plugins/inspect/plugin-id3demux.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org id3demux diff --git a/docs/plugins/inspect/plugin-interleave.xml b/docs/plugins/inspect/plugin-interleave.xml index a620c5f0..0d57b820 100644 --- a/docs/plugins/inspect/plugin-interleave.xml +++ b/docs/plugins/inspect/plugin-interleave.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org deinterleave diff --git a/docs/plugins/inspect/plugin-jpeg.xml b/docs/plugins/inspect/plugin-jpeg.xml index 66b60863..0167204a 100644 --- a/docs/plugins/inspect/plugin-jpeg.xml +++ b/docs/plugins/inspect/plugin-jpeg.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org jpegdec diff --git a/docs/plugins/inspect/plugin-level.xml b/docs/plugins/inspect/plugin-level.xml index 7cb06742..8c14227a 100644 --- a/docs/plugins/inspect/plugin-level.xml +++ b/docs/plugins/inspect/plugin-level.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org level diff --git a/docs/plugins/inspect/plugin-matroska.xml b/docs/plugins/inspect/plugin-matroska.xml index ad15d233..55adedb6 100644 --- a/docs/plugins/inspect/plugin-matroska.xml +++ b/docs/plugins/inspect/plugin-matroska.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org matroskademux diff --git a/docs/plugins/inspect/plugin-monoscope.xml b/docs/plugins/inspect/plugin-monoscope.xml index ba5b4d30..9b030a4f 100644 --- a/docs/plugins/inspect/plugin-monoscope.xml +++ b/docs/plugins/inspect/plugin-monoscope.xml @@ -3,11 +3,11 @@ Monoscope visualization ../../gst/monoscope/.libs/libgstmonoscope.so libgstmonoscope.so - 0.10.11.1 + 0.10.13.1 LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org monoscope diff --git a/docs/plugins/inspect/plugin-mulaw.xml b/docs/plugins/inspect/plugin-mulaw.xml index c4996e4f..24ae082c 100644 --- a/docs/plugins/inspect/plugin-mulaw.xml +++ b/docs/plugins/inspect/plugin-mulaw.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org mulawdec diff --git a/docs/plugins/inspect/plugin-multifile.xml b/docs/plugins/inspect/plugin-multifile.xml index 7585828b..0a2d3471 100644 --- a/docs/plugins/inspect/plugin-multifile.xml +++ b/docs/plugins/inspect/plugin-multifile.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org multifilesink diff --git a/docs/plugins/inspect/plugin-multipart.xml b/docs/plugins/inspect/plugin-multipart.xml index fa67663a..62b5a48e 100644 --- a/docs/plugins/inspect/plugin-multipart.xml +++ b/docs/plugins/inspect/plugin-multipart.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org multipartdemux diff --git a/docs/plugins/inspect/plugin-navigationtest.xml b/docs/plugins/inspect/plugin-navigationtest.xml index a4087d23..8eec3b41 100644 --- a/docs/plugins/inspect/plugin-navigationtest.xml +++ b/docs/plugins/inspect/plugin-navigationtest.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org navigationtest diff --git a/docs/plugins/inspect/plugin-ossaudio.xml b/docs/plugins/inspect/plugin-ossaudio.xml index 63f2753b..04637017 100644 --- a/docs/plugins/inspect/plugin-ossaudio.xml +++ b/docs/plugins/inspect/plugin-ossaudio.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org ossmixer diff --git a/docs/plugins/inspect/plugin-png.xml b/docs/plugins/inspect/plugin-png.xml index 3ec4f626..a02945b4 100644 --- a/docs/plugins/inspect/plugin-png.xml +++ b/docs/plugins/inspect/plugin-png.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org pngdec diff --git a/docs/plugins/inspect/plugin-pulseaudio.xml b/docs/plugins/inspect/plugin-pulseaudio.xml index b58dc999..f22ae6e9 100644 --- a/docs/plugins/inspect/plugin-pulseaudio.xml +++ b/docs/plugins/inspect/plugin-pulseaudio.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org pulsemixer diff --git a/docs/plugins/inspect/plugin-quicktime.xml b/docs/plugins/inspect/plugin-quicktime.xml index d53c7c7c..f05c2b00 100644 --- a/docs/plugins/inspect/plugin-quicktime.xml +++ b/docs/plugins/inspect/plugin-quicktime.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org qtdemux diff --git a/docs/plugins/inspect/plugin-replaygain.xml b/docs/plugins/inspect/plugin-replaygain.xml index f12863e8..237c82ee 100644 --- a/docs/plugins/inspect/plugin-replaygain.xml +++ b/docs/plugins/inspect/plugin-replaygain.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org rganalysis diff --git a/docs/plugins/inspect/plugin-rtp.xml b/docs/plugins/inspect/plugin-rtp.xml index d14be264..29d61361 100644 --- a/docs/plugins/inspect/plugin-rtp.xml +++ b/docs/plugins/inspect/plugin-rtp.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org asteriskh263 diff --git a/docs/plugins/inspect/plugin-rtsp.xml b/docs/plugins/inspect/plugin-rtsp.xml index aa049747..12d7cfd1 100644 --- a/docs/plugins/inspect/plugin-rtsp.xml +++ b/docs/plugins/inspect/plugin-rtsp.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org rtpdec diff --git a/docs/plugins/inspect/plugin-smpte.xml b/docs/plugins/inspect/plugin-smpte.xml index 8e6448b4..f837eb39 100644 --- a/docs/plugins/inspect/plugin-smpte.xml +++ b/docs/plugins/inspect/plugin-smpte.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org smpte diff --git a/docs/plugins/inspect/plugin-soup.xml b/docs/plugins/inspect/plugin-soup.xml index ff4c380d..83fe341d 100644 --- a/docs/plugins/inspect/plugin-soup.xml +++ b/docs/plugins/inspect/plugin-soup.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org souphttpsrc diff --git a/docs/plugins/inspect/plugin-spectrum.xml b/docs/plugins/inspect/plugin-spectrum.xml index 16356e7a..c49c0143 100644 --- a/docs/plugins/inspect/plugin-spectrum.xml +++ b/docs/plugins/inspect/plugin-spectrum.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org spectrum diff --git a/docs/plugins/inspect/plugin-speex.xml b/docs/plugins/inspect/plugin-speex.xml index 1671387d..a53d37fa 100644 --- a/docs/plugins/inspect/plugin-speex.xml +++ b/docs/plugins/inspect/plugin-speex.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org speexdec diff --git a/docs/plugins/inspect/plugin-taglib.xml b/docs/plugins/inspect/plugin-taglib.xml index 0779f513..8623b9e1 100644 --- a/docs/plugins/inspect/plugin-taglib.xml +++ b/docs/plugins/inspect/plugin-taglib.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org apev2mux diff --git a/docs/plugins/inspect/plugin-udp.xml b/docs/plugins/inspect/plugin-udp.xml index 533bd84b..23eac4ef 100644 --- a/docs/plugins/inspect/plugin-udp.xml +++ b/docs/plugins/inspect/plugin-udp.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org dynudpsink diff --git a/docs/plugins/inspect/plugin-video4linux2.xml b/docs/plugins/inspect/plugin-video4linux2.xml index 9ac8b54b..d397686f 100644 --- a/docs/plugins/inspect/plugin-video4linux2.xml +++ b/docs/plugins/inspect/plugin-video4linux2.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org v4l2src diff --git a/docs/plugins/inspect/plugin-videobalance.xml b/docs/plugins/inspect/plugin-videobalance.xml index ad40bbc7..4e8e6734 100644 --- a/docs/plugins/inspect/plugin-videobalance.xml +++ b/docs/plugins/inspect/plugin-videobalance.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org videobalance diff --git a/docs/plugins/inspect/plugin-videobox.xml b/docs/plugins/inspect/plugin-videobox.xml index cc6e3f83..88c40df7 100644 --- a/docs/plugins/inspect/plugin-videobox.xml +++ b/docs/plugins/inspect/plugin-videobox.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org videobox diff --git a/docs/plugins/inspect/plugin-videocrop.xml b/docs/plugins/inspect/plugin-videocrop.xml index 42085b81..1a0cbfb5 100644 --- a/docs/plugins/inspect/plugin-videocrop.xml +++ b/docs/plugins/inspect/plugin-videocrop.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org aspectratiocrop diff --git a/docs/plugins/inspect/plugin-videoflip.xml b/docs/plugins/inspect/plugin-videoflip.xml index 0bfbd638..adb7fbce 100644 --- a/docs/plugins/inspect/plugin-videoflip.xml +++ b/docs/plugins/inspect/plugin-videoflip.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org videoflip diff --git a/docs/plugins/inspect/plugin-videomixer.xml b/docs/plugins/inspect/plugin-videomixer.xml index f31a36ee..21a795f8 100644 --- a/docs/plugins/inspect/plugin-videomixer.xml +++ b/docs/plugins/inspect/plugin-videomixer.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org videomixer diff --git a/docs/plugins/inspect/plugin-wavenc.xml b/docs/plugins/inspect/plugin-wavenc.xml index 4e0d0c2b..86b877de 100644 --- a/docs/plugins/inspect/plugin-wavenc.xml +++ b/docs/plugins/inspect/plugin-wavenc.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org wavenc diff --git a/docs/plugins/inspect/plugin-wavpack.xml b/docs/plugins/inspect/plugin-wavpack.xml index 7ab8ebcd..a49622cd 100644 --- a/docs/plugins/inspect/plugin-wavpack.xml +++ b/docs/plugins/inspect/plugin-wavpack.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org wavpackdec diff --git a/docs/plugins/inspect/plugin-wavparse.xml b/docs/plugins/inspect/plugin-wavparse.xml index fa9c2d89..c2be8220 100644 --- a/docs/plugins/inspect/plugin-wavparse.xml +++ b/docs/plugins/inspect/plugin-wavparse.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org wavparse diff --git a/docs/plugins/inspect/plugin-ximagesrc.xml b/docs/plugins/inspect/plugin-ximagesrc.xml index 6fd3bcbc..78b4640a 100644 --- a/docs/plugins/inspect/plugin-ximagesrc.xml +++ b/docs/plugins/inspect/plugin-ximagesrc.xml @@ -7,7 +7,7 @@ LGPL gst-plugins-good GStreamer Good Plug-ins CVS/prerelease - Unknown package origin + http://gstreamer.freedesktop.org ximagesrc -- cgit