diff options
author | Stefan Kost <ensonic@users.sf.net> | 2009-01-28 12:29:42 +0200 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2009-01-28 12:32:59 +0200 |
commit | a99d3f8769ed3fd1266d5216ecefebfd1bdcf663 (patch) | |
tree | 4a5cf5e0f2f44b1f9ccea5344c38ef98f0a92990 /docs | |
parent | 00fdca0c14eb9a5fe6b8b9f2d5ce2313e3b32f23 (diff) |
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.
Diffstat (limited to 'docs')
67 files changed, 370 insertions, 217 deletions
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 @@ <?xml version="1.0"?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ +<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'"> <!ENTITY % version-entities SYSTEM "version.entities"> %version-entities; ]> @@ -14,6 +15,8 @@ <title>gst-plugins-good Elements</title> <xi:include href="xml/element-aasink.xml" /> <xi:include href="xml/element-alphacolor.xml" /> + <xi:include href="xml/element-alawdec.xml" /> + <xi:include href="xml/element-alawenc.xml" /> <xi:include href="xml/element-apedemux.xml" /> <xi:include href="xml/element-apev2mux.xml" /> <xi:include href="xml/element-aspectratiocrop.xml" /> @@ -40,6 +43,7 @@ <xi:include href="xml/element-cairotimeoverlay.xml" /> <xi:include href="xml/element-cmmldec.xml" /> <xi:include href="xml/element-cmmlenc.xml" /> + <xi:include href="xml/element-cutter.xml" /> <xi:include href="xml/element-deinterleave.xml" /> <xi:include href="xml/element-directdrawsink.xml" /> <xi:include href="xml/element-directsoundsink.xml" /> @@ -70,6 +74,8 @@ <xi:include href="xml/element-matroskamux.xml" /> <xi:include href="xml/element-matroskademux.xml" /> <xi:include href="xml/element-monoscope.xml" /> + <xi:include href="xml/element-mulawdec.xml" /> + <xi:include href="xml/element-mulawenc.xml" /> <xi:include href="xml/element-multifilesink.xml" /> <xi:include href="xml/element-multifilesrc.xml" /> <xi:include href="xml/element-multipartdemux.xml" /> @@ -92,6 +98,7 @@ <xi:include href="xml/element-rglimiter.xml" /> <xi:include href="xml/element-rgvolume.xml" /> <xi:include href="xml/element-rtpdec.xml" /> + <xi:include href="xml/element-rtpjpegpay.xml" /> <xi:include href="xml/element-rtspsrc.xml" /> <xi:include href="xml/element-smokedec.xml" /> <xi:include href="xml/element-smokeenc.xml" /> @@ -101,11 +108,14 @@ <xi:include href="xml/element-spectrum.xml" /> <xi:include href="xml/element-taginject.xml" /> <xi:include href="xml/element-udpsrc.xml" /> + <xi:include href="xml/element-udpsink.xml" /> <xi:include href="xml/element-v4l2src.xml" /> <xi:include href="xml/element-videobalance.xml" /> + <xi:include href="xml/element-videobox.xml" /> <xi:include href="xml/element-videocrop.xml" /> <xi:include href="xml/element-videoflip.xml" /> <xi:include href="xml/element-videomixer.xml" /> + <xi:include href="xml/element-wavenc.xml" /> <xi:include href="xml/element-waveformsink.xml" /> <xi:include href="xml/element-wavpackdec.xml" /> <xi:include href="xml/element-wavpackenc.xml" /> 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 @@ -13,6 +13,33 @@ gst_aasink_get_type </SECTION> <SECTION> +<FILE>element-alawdec</FILE> +<TITLE>alawdec</TITLE> +GstALawDec +<SUBSECTION Standard> +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 +</SECTION> + +<FILE>element-alawenc</FILE> +<TITLE>alawenc</TITLE> +GstALawEnc +<SUBSECTION Standard> +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 +</SECTION> + +<SECTION> <FILE>element-alphacolor</FILE> <TITLE>alphacolor</TITLE> GstAlphaColor @@ -103,17 +130,19 @@ gst_audio_cheb_limit_get_type </SECTION> <SECTION> -<FILE>element-audioiirfilter</FILE> -<TITLE>audioiirfilter</TITLE> -GstAudioIIRFilter +<FILE>element-audiodynamic</FILE> +<TITLE>audiodynamic</TITLE> +GstAudioDynamic <SUBSECTION Standard> -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 </SECTION> <SECTION> @@ -133,19 +162,31 @@ gst_audio_echo_get_type </SECTION> <SECTION> -<FILE>element-audiodynamic</FILE> -<TITLE>audiodynamic</TITLE> -GstAudioDynamic +<FILE>element-audiofirfilter</FILE> +<TITLE>audiofirfilter</TITLE> +GstAudioFIRFilter <SUBSECTION Standard> -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 +</SECTION> + +<SECTION> +<FILE>element-audioiirfilter</FILE> +<TITLE>audioiirfilter</TITLE> +GstAudioIIRFilter +<SUBSECTION Standard> +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 </SECTION> <SECTION> @@ -227,20 +268,6 @@ gst_audio_wsinclimit_get_type </SECTION> <SECTION> -<FILE>element-audiofirfilter</FILE> -<TITLE>audiofirfilter</TITLE> -GstAudioFIRFilter -<SUBSECTION Standard> -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 -</SECTION> - -<SECTION> <FILE>element-autoaudiosink</FILE> <TITLE>autoaudiosink</TITLE> GstAutoAudioSink @@ -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 </SECTION> @@ -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 </SECTION> <SECTION> @@ -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 @@ -412,6 +441,21 @@ gst_cmml_enc_plugin_init </SECTION> <SECTION> +<FILE>element-cutter</FILE> +<TITLE>cutter</TITLE> +GstCutter +<SUBSECTION Standard> +GST_CUTTER +GST_CUTTER_CLASS +GST_CUTTER_GET_CLASS +GST_IS_CUTTER +GST_IS_CUTTER_CLASS +GST_TYPE_CUTTER +GstCutterClass +gst_cutter_get_type +</SECTION> + +<SECTION> <FILE>element-deinterleave</FILE> <TITLE>deinterleave</TITLE> GstDeinterleave @@ -616,6 +660,7 @@ LEGACY_FLAC GstFlacEnc <SUBSECTION Standard> GstFlacEncClass +GstFlacTagState GST_TYPE_FLAC_ENC GST_FLAC_ENC GST_FLAC_ENC_CLASS @@ -830,12 +875,14 @@ gst_level_get_type GstMatroskaMux <SUBSECTION Standard> 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 </SECTION> <SECTION> @@ -844,12 +891,14 @@ gst_matroska_mux_get_type GstMatroskaDemux <SUBSECTION Standard> 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 </SECTION> <SECTION> @@ -866,6 +915,33 @@ GST_IS_MONOSCOPE_CLASS </SECTION> <SECTION> +<FILE>element-mulawdec</FILE> +<TITLE>mulawdec</TITLE> +GstMuLawDec +<SUBSECTION Standard> +GstMuLawDecClass +GST_MULAWDEC +GST_IS_MULAWDEC +GST_TYPE_MULAWDEC +GST_MULAWDEC_CLASS +GST_IS_MULAWDEC_CLASS +gst_mulawdec_get_type +</SECTION> + +<FILE>element-mulawenc</FILE> +<TITLE>mulawenc</TITLE> +GstMuLawEnc +<SUBSECTION Standard> +GstMuLawEncClass +GST_MULAWENC +GST_IS_MULAWENC +GST_TYPE_MULAWENC +GST_MULAWENC_CLASS +GST_IS_MULAWENC_CLASS +gst_mulawenc_get_type +</SECTION> + +<SECTION> <FILE>element-multifilesrc</FILE> <TITLE>multifilesrc</TITLE> GstMultiFileSrc @@ -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 </SECTION> <SECTION> @@ -1168,6 +1246,35 @@ gst_rg_volume_get_type </SECTION> <SECTION> +<FILE>element-rtpdec</FILE> +<TITLE>rtpdec</TITLE> +GstRTPDec +<SUBSECTION Standard> +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 +</SECTION> + +<SECTION> +<FILE>element-rtpjpegpay</FILE> +<TITLE>rtpjpegpay</TITLE> +GstRtpJPEGPay +<SUBSECTION Standard> +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 +</SECTION> + +<SECTION> <FILE>element-rtspsrc</FILE> <TITLE>rtspsrc</TITLE> GstRTSPSrc @@ -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 -</SECTION> - -<SECTION> -<FILE>element-rtpdec</FILE> -<TITLE>rtpdec</TITLE> -GstRTPDec -<SUBSECTION Standard> -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 </SECTION> <SECTION> @@ -1218,6 +1310,7 @@ GST_IS_SMPTE GST_TYPE_SMPTE GST_SMPTE_CLASS GST_IS_SMPTE_CLASS +gst_smpte_plugin_init </SECTION> <SECTION> @@ -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 </SECTION> <SECTION> @@ -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 +</SECTION> + +<SECTION> +<FILE>element-udpsink</FILE> +<TITLE>udpsink</TITLE> +GstUDPSink +<SUBSECTION Standard> +GstUDPSinkClass +GST_UDPSINK +GST_IS_UDPSINK +GST_TYPE_UDPSINK +GST_UDPSINK_CLASS +GST_IS_UDPSINK_CLASS +gst_udpsink_get_type +</SECTION> + +<SECTION> +<FILE>element-videobox</FILE> +<TITLE>videobox</TITLE> +GstVideoBox +<SUBSECTION Standard> +GstVideoBoxClass +GST_IS_VIDEO_BOX +GST_IS_VIDEO_BOX_CLASS +GST_VIDEO_BOX +GST_VIDEO_BOX_CLASS +GST_TYPE_VIDEO_BOX </SECTION> <SECTION> @@ -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 </SECTION> <SECTION> @@ -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 </SECTION> <SECTION> @@ -1462,6 +1584,20 @@ ERROR_LENGTH </SECTION> <SECTION> +<FILE>element-wavenc</FILE> +<TITLE>wavenc</TITLE> +GstWavEnc +<SUBSECTION Standard> +GstWavEncClass +GST_WAVENC +GST_IS_WAVENC +GST_TYPE_WAVENC +GST_WAVENC_CLASS +GST_IS_WAVENC_CLASS +gst_wavenc_get_type +</SECTION> + +<SECTION> <FILE>element-wavpackdec</FILE> <TITLE>wavpackdec</TITLE> GstWavpackDec @@ -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 </SECTION> <SECTION> @@ -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 </SECTION> 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 @@ <ARG> <NAME>GstUDPSrc::sockfd</NAME> <TYPE>gint</TYPE> -<RANGE>>= G_MAXULONG</RANGE> +<RANGE>>= -1</RANGE> <FLAGS>rw</FLAGS> <NICK>Socket Handle</NICK> <BLURB>Socket to use for UDP reception. (-1 == allocate).</BLURB> @@ -461,7 +461,7 @@ <ARG> <NAME>GstUDPSrc::sock</NAME> <TYPE>gint</TYPE> -<RANGE>>= G_MAXULONG</RANGE> +<RANGE>>= -1</RANGE> <FLAGS>r</FLAGS> <NICK>Socket Handle</NICK> <BLURB>Socket currently in use for UDP reception. (-1 = no socket).</BLURB> @@ -1671,7 +1671,7 @@ <ARG> <NAME>GstTest::allowed-timestamp-deviation</NAME> <TYPE>gint64</TYPE> -<RANGE>>= G_MAXULONG</RANGE> +<RANGE>>= -1</RANGE> <FLAGS>rwx</FLAGS> <NICK>allowed timestamp deviation</NICK> <BLURB>allowed average difference in usec between timestamp of next buffer and expected timestamp from analyzing last buffer.</BLURB> @@ -1681,7 +1681,7 @@ <ARG> <NAME>GstTest::buffer-count</NAME> <TYPE>gint64</TYPE> -<RANGE>>= G_MAXULONG</RANGE> +<RANGE>>= -1</RANGE> <FLAGS>r</FLAGS> <NICK>buffer count</NICK> <BLURB>number of buffers in stream.</BLURB> @@ -1691,7 +1691,7 @@ <ARG> <NAME>GstTest::expected-buffer-count</NAME> <TYPE>gint64</TYPE> -<RANGE>>= G_MAXULONG</RANGE> +<RANGE>>= -1</RANGE> <FLAGS>rwx</FLAGS> <NICK>expected buffer count</NICK> <BLURB>expected number of buffers in stream.</BLURB> @@ -1701,7 +1701,7 @@ <ARG> <NAME>GstTest::expected-length</NAME> <TYPE>gint64</TYPE> -<RANGE>>= G_MAXULONG</RANGE> +<RANGE>>= -1</RANGE> <FLAGS>rwx</FLAGS> <NICK>expected length</NICK> <BLURB>expected length of stream.</BLURB> @@ -1721,7 +1721,7 @@ <ARG> <NAME>GstTest::length</NAME> <TYPE>gint64</TYPE> -<RANGE>>= G_MAXULONG</RANGE> +<RANGE>>= -1</RANGE> <FLAGS>r</FLAGS> <NICK>length</NICK> <BLURB>length of stream.</BLURB> @@ -1741,7 +1741,7 @@ <ARG> <NAME>GstTest::timestamp-deviation</NAME> <TYPE>gint64</TYPE> -<RANGE>>= G_MAXULONG</RANGE> +<RANGE>>= -1</RANGE> <FLAGS>r</FLAGS> <NICK>timestamp deviation</NICK> <BLURB>average difference in usec between timestamp of next buffer and expected timestamp from analyzing last buffer.</BLURB> @@ -1811,7 +1811,7 @@ <ARG> <NAME>GstBreakMyData::set-to</NAME> <TYPE>gint</TYPE> -<RANGE>[G_MAXULONG,255]</RANGE> +<RANGE>[-1,255]</RANGE> <FLAGS>rwx</FLAGS> <NICK>set-to</NICK> <BLURB>set changed bytes to this value (-1 means random value.</BLURB> @@ -2131,7 +2131,7 @@ <ARG> <NAME>GstDynUDPSink::sockfd</NAME> <TYPE>gint</TYPE> -<RANGE>[G_MAXULONG,32767]</RANGE> +<RANGE>[-1,32767]</RANGE> <FLAGS>rw</FLAGS> <NICK>socket handle</NICK> <BLURB>Socket to use for UDP sending. (-1 == allocate).</BLURB> @@ -2201,7 +2201,7 @@ <ARG> <NAME>GstMultiUDPSink::sock</NAME> <TYPE>gint</TYPE> -<RANGE>>= G_MAXULONG</RANGE> +<RANGE>>= -1</RANGE> <FLAGS>r</FLAGS> <NICK>Socket Handle</NICK> <BLURB>Socket currently in use for UDP sending. (-1 == no socket).</BLURB> @@ -2211,7 +2211,7 @@ <ARG> <NAME>GstMultiUDPSink::sockfd</NAME> <TYPE>gint</TYPE> -<RANGE>>= G_MAXULONG</RANGE> +<RANGE>>= -1</RANGE> <FLAGS>rw</FLAGS> <NICK>Socket Handle</NICK> <BLURB>Socket to use for UDP sending. (-1 == allocate).</BLURB> @@ -2241,7 +2241,7 @@ <ARG> <NAME>GstMultiUDPSink::qos-dscp</NAME> <TYPE>gint</TYPE> -<RANGE>[G_MAXULONG,63]</RANGE> +<RANGE>[-1,63]</RANGE> <FLAGS>rw</FLAGS> <NICK>QoS diff srv code point</NICK> <BLURB>Quality of Service, differentiated services code point (-1 default).</BLURB> @@ -2811,7 +2811,7 @@ <ARG> <NAME>GstV4l2Src::device-fd</NAME> <TYPE>gint</TYPE> -<RANGE>>= G_MAXULONG</RANGE> +<RANGE>>= -1</RANGE> <FLAGS>r</FLAGS> <NICK>File descriptor</NICK> <BLURB>File descriptor of the device.</BLURB> @@ -3031,7 +3031,7 @@ <ARG> <NAME>GstRndBufferSize::max</NAME> <TYPE>glong</TYPE> -<RANGE>[1,G_MAXINT]</RANGE> +<RANGE>>= 1</RANGE> <FLAGS>rwx</FLAGS> <NICK>maximum</NICK> <BLURB>maximum buffer size.</BLURB> @@ -3041,7 +3041,7 @@ <ARG> <NAME>GstRndBufferSize::min</NAME> <TYPE>glong</TYPE> -<RANGE>[0,G_MAXINT]</RANGE> +<RANGE>>= 0</RANGE> <FLAGS>rwx</FLAGS> <NICK>mininum</NICK> <BLURB>mininum buffer size.</BLURB> @@ -3051,7 +3051,7 @@ <ARG> <NAME>GstRndBufferSize::seed</NAME> <TYPE>gulong</TYPE> -<RANGE><= G_MAXUINT</RANGE> +<RANGE></RANGE> <FLAGS>rwx</FLAGS> <NICK>random number seed</NICK> <BLURB>seed for randomness (initialized when going from READY to PAUSED).</BLURB> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>aasink</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>alawdec</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>alpha</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>alphacolor</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>cmmldec</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>apedemux</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>audioamplify</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>auparse</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>autoaudiosink</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>avidemux</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>cacasink</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>cairotextoverlay</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>cutter</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>breakmydata</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>dvdec</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>efence</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>agingtv</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>equalizer-10bands</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>esdsink</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>flacdec</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>flxdec</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>gamma</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>gconfaudiosink</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>gdkpixbufdec</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>goom</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>goom2k1</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>halaudiosink</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>icydemux</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>id3demux</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>deinterleave</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>jpegdec</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>level</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>matroskademux</name> 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 @@ <description>Monoscope visualization</description> <filename>../../gst/monoscope/.libs/libgstmonoscope.so</filename> <basename>libgstmonoscope.so</basename> - <version>0.10.11.1</version> + <version>0.10.13.1</version> <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>monoscope</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>mulawdec</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>multifilesink</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>multipartdemux</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>navigationtest</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>ossmixer</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>pngdec</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>pulsemixer</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>qtdemux</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>rganalysis</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>asteriskh263</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>rtpdec</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>smpte</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>souphttpsrc</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>spectrum</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>speexdec</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>apev2mux</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>dynudpsink</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>v4l2src</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>videobalance</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>videobox</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>aspectratiocrop</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>videoflip</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>videomixer</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>wavenc</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>wavpackdec</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>wavparse</name> 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 @@ <license>LGPL</license> <source>gst-plugins-good</source> <package>GStreamer Good Plug-ins CVS/prerelease</package> - <origin>Unknown package origin</origin> + <origin>http://gstreamer.freedesktop.org</origin> <elements> <element> <name>ximagesrc</name> |