From c92559a9cb164e47305ea5cda775e535ac1061ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 2 Nov 2009 07:43:42 +0100 Subject: [PATCH] subtitleoverlay: Add to the docs --- docs/plugins/Makefile.am | 1 + docs/plugins/gst-plugins-base-plugins-docs.sgml | 1 + docs/plugins/gst-plugins-base-plugins-sections.txt | 19 +++ docs/plugins/gst-plugins-base-plugins.args | 138 ++++++++++++++++----- docs/plugins/gst-plugins-base-plugins.hierarchy | 73 ++++++----- docs/plugins/gst-plugins-base-plugins.interfaces | 17 +-- .../plugins/gst-plugins-base-plugins.prerequisites | 2 +- docs/plugins/inspect/plugin-adder.xml | 4 +- docs/plugins/inspect/plugin-alsa.xml | 4 +- docs/plugins/inspect/plugin-app.xml | 4 +- docs/plugins/inspect/plugin-audioconvert.xml | 4 +- docs/plugins/inspect/plugin-audiorate.xml | 4 +- docs/plugins/inspect/plugin-audioresample.xml | 4 +- docs/plugins/inspect/plugin-audiotestsrc.xml | 4 +- docs/plugins/inspect/plugin-cdparanoia.xml | 4 +- docs/plugins/inspect/plugin-decodebin.xml | 4 +- docs/plugins/inspect/plugin-ffmpegcolorspace.xml | 2 +- docs/plugins/inspect/plugin-gdp.xml | 4 +- docs/plugins/inspect/plugin-gio.xml | 4 +- docs/plugins/inspect/plugin-gnomevfs.xml | 4 +- docs/plugins/inspect/plugin-libvisual.xml | 4 +- docs/plugins/inspect/plugin-ogg.xml | 4 +- docs/plugins/inspect/plugin-pango.xml | 4 +- docs/plugins/inspect/plugin-playback.xml | 31 ++++- docs/plugins/inspect/plugin-subparse.xml | 6 +- docs/plugins/inspect/plugin-tcp.xml | 4 +- docs/plugins/inspect/plugin-theora.xml | 4 +- docs/plugins/inspect/plugin-typefindfunctions.xml | 4 +- docs/plugins/inspect/plugin-uridecodebin.xml | 6 +- docs/plugins/inspect/plugin-video4linux.xml | 4 +- docs/plugins/inspect/plugin-videorate.xml | 4 +- docs/plugins/inspect/plugin-videoscale.xml | 4 +- docs/plugins/inspect/plugin-videotestsrc.xml | 4 +- docs/plugins/inspect/plugin-volume.xml | 4 +- docs/plugins/inspect/plugin-vorbis.xml | 4 +- docs/plugins/inspect/plugin-ximagesink.xml | 4 +- docs/plugins/inspect/plugin-xvimagesink.xml | 4 +- 37 files changed, 259 insertions(+), 141 deletions(-) diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 025fff3..121784d 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -106,6 +106,7 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/gdp/gstgdpdepay.h \ $(top_srcdir)/gst/gdp/gstgdppay.h \ $(top_srcdir)/gst/playback/gstplay-enum.h \ + $(top_srcdir)/gst/playback/gstsubtitleoverlay.h \ $(top_srcdir)/gst/audioresample/gstaudioresample.h \ $(top_srcdir)/gst/tcp/gstmultifdsink.h \ $(top_srcdir)/gst/tcp/gsttcpclientsrc.h \ diff --git a/docs/plugins/gst-plugins-base-plugins-docs.sgml b/docs/plugins/gst-plugins-base-plugins-docs.sgml index 07f6a8d..1b4f1a0 100644 --- a/docs/plugins/gst-plugins-base-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-base-plugins-docs.sgml @@ -44,6 +44,7 @@ + diff --git a/docs/plugins/gst-plugins-base-plugins-sections.txt b/docs/plugins/gst-plugins-base-plugins-sections.txt index 7d440a2..5ae661a 100644 --- a/docs/plugins/gst-plugins-base-plugins-sections.txt +++ b/docs/plugins/gst-plugins-base-plugins-sections.txt @@ -455,6 +455,25 @@ GST_TYPE_PLAY_FLAGS
+element-subtitleoverlay +subtitleoverlay +GstSubtitleOverlay + +GstSubtitleOverlayClass + +GST_IS_SUBTITLE_OVERLAY +GST_IS_SUBTITLE_OVERLAY_CLASS +GST_SUBTITLE_OVERLAY +GST_SUBTITLE_OVERLAY_CAST +GST_SUBTITLE_OVERLAY_CLASS +GST_SUBTITLE_OVERLAY_LOCK +GST_SUBTITLE_OVERLAY_UNLOCK +GST_TYPE_SUBTITLE_OVERLAY +gst_subtitle_overlay_plugin_init +gst_subtitle_overlay_get_type +
+ +
element-tcpclientsrc tcpclientsrc GstTCPClientSrc diff --git a/docs/plugins/gst-plugins-base-plugins.args b/docs/plugins/gst-plugins-base-plugins.args index 9b39f56..8921e37 100644 --- a/docs/plugins/gst-plugins-base-plugins.args +++ b/docs/plugins/gst-plugins-base-plugins.args @@ -641,7 +641,7 @@ GstMultiFdSink::buffers-max gint ->= -1 +>= G_MAXULONG rw Buffers max max number of buffers to queue for a client (-1 = no limit). @@ -661,7 +661,7 @@ GstMultiFdSink::buffers-soft-max gint ->= -1 +>= G_MAXULONG rw Buffers soft max Recover client when going over this limit (-1 = no limit). @@ -751,7 +751,7 @@ GstMultiFdSink::buffers-min gint ->= -1 +>= G_MAXULONG rw Buffers min min number of buffers to queue (-1 = as few as possible). @@ -781,7 +781,7 @@ GstMultiFdSink::bytes-min gint ->= -1 +>= G_MAXULONG rw Bytes min min number of bytes to queue (-1 = as little as possible). @@ -791,7 +791,7 @@ GstMultiFdSink::time-min gint64 ->= -1 +>= G_MAXULONG rw Time min min number of time to queue (-1 = as little as possible). @@ -811,7 +811,7 @@ GstMultiFdSink::units-max gint64 ->= -1 +>= G_MAXULONG rw Units max max number of units to queue (-1 = no limit). @@ -821,7 +821,7 @@ GstMultiFdSink::units-soft-max gint64 ->= -1 +>= G_MAXULONG rw Units soft max Recover client when going over this limit (-1 = no limit). @@ -831,7 +831,7 @@ GstMultiFdSink::qos-dscp gint -[-1,63] +[G_MAXULONG,63] rw QoS diff srv code point Quality of Service, differentiated services code point (-1 default). @@ -1011,7 +1011,7 @@ GstVorbisEnc::bitrate gint -[-1,250001] +[G_MAXULONG,250001] rw Target Bitrate Attempt to encode at a bitrate averaging this (in bps). This uses the bitrate management engine, and is not recommended for most users. Quality is a better alternative. (-1 == disabled). @@ -1041,7 +1041,7 @@ GstVorbisEnc::max-bitrate gint -[-1,250001] +[G_MAXULONG,250001] rw Maximum Bitrate Specify a maximum bitrate (in bps). Useful for streaming applications. (-1 == disabled). @@ -1051,7 +1051,7 @@ GstVorbisEnc::min-bitrate gint -[-1,250001] +[G_MAXULONG,250001] rw Minimum Bitrate Specify a minimum bitrate (in bps). Useful for encoding for a fixed-size channel. (-1 == disabled). @@ -1094,7 +1094,7 @@ rw Border -Border color to add when sizes not multiple of 16. +ignored and kept for API compat only. Black Border @@ -1104,7 +1104,7 @@ rw Center -Center image when sizes not multiple of 16. +ignored and kept for API compat only. TRUE @@ -1144,7 +1144,7 @@ [1,32768] rw Keyframe mindistance -Keyframe mindistance. +ignored and kept for API compat only. 8 @@ -1154,7 +1154,7 @@ [0,32768] rw Keyframe threshold -Keyframe threshold. +ignored and kept for API compat only. 80 @@ -1164,7 +1164,7 @@ [0,32768] rw Noise sensitivity -Noise sensitivity. +ignored and kept for API compat only. 1 @@ -1175,7 +1175,7 @@ rw Quality Video quality. -16 +48 @@ -1184,7 +1184,7 @@ rw Quick -Quick encoding. +ignored and kept for API compat only. TRUE @@ -1194,7 +1194,7 @@ [0,2] rw Sharpness -Sharpness. +ignored and kept for API compat only. 0 @@ -1981,7 +1981,7 @@ GstCdParanoiaSrc::read-speed gint ->= -1 +>= G_MAXULONG rw Read speed Read from device at specified speed. @@ -1991,7 +1991,7 @@ GstCdParanoiaSrc::search-overlap gint -[-1,75] +[G_MAXULONG,75] rw Search overlap Force minimum overlap search during verification to n sectors. @@ -2001,7 +2001,7 @@ GstCdParanoiaSrc::cache-size gint ->= -1 +>= G_MAXULONG rw Cache size Set CD cache size to n sectors (-1 = auto). @@ -2089,6 +2089,66 @@ +GstDecodeBin2::high-percent +gint +[0,100] +rw +High percent +High threshold for buffering to finish. +99 + + + +GstDecodeBin2::low-percent +gint +[0,100] +rw +Low percent +Low threshold for buffering to start. +10 + + + +GstDecodeBin2::max-size-buffers +guint + +rw +Max. size (buffers) +Max. number of buffers in the queue (0=automatic). +0 + + + +GstDecodeBin2::max-size-bytes +guint + +rw +Max. size (bytes) +Max. amount of bytes in the queue (0=automatic). +0 + + + +GstDecodeBin2::max-size-time +guint64 + +rw +Max. size (ns) +Max. amount of data in the queue (in ns, 0=automatic). +0 + + + +GstDecodeBin2::use-buffering +gboolean + +rw +Use Buffering +Emit GST_MESSAGE_BUFFERING based on low-/high-percent thresholds. +FALSE + + + GstURIDecodeBin::uri gchar* @@ -2141,20 +2201,20 @@ GstURIDecodeBin::buffer-duration gint64 ->= -1 +>= G_MAXULONG rw Buffer duration (ns) -Buffer duration when buffering network streams (-1 queue2 default value). +Buffer duration when buffering streams (-1 default value). -1 GstURIDecodeBin::buffer-size gint ->= -1 +>= G_MAXULONG rw Buffer size (bytes) -Buffer size when buffering network streams (-1 queue2 default value). +Buffer size when buffering streams (-1 default value). -1 @@ -2169,6 +2229,16 @@ +GstURIDecodeBin::use-buffering +gboolean + +rw +Use Buffering +Perform buffering on demuxed/parsed media. +FALSE + + + GstQueue2::current-level-buffers guint @@ -2331,7 +2401,7 @@ GstPlayBin2::current-audio gint ->= -1 +>= G_MAXULONG rw Current audio Currently playing audio stream (-1 = auto). @@ -2341,7 +2411,7 @@ GstPlayBin2::current-text gint ->= -1 +>= G_MAXULONG rw Current Text Currently playing text stream (-1 = auto). @@ -2351,7 +2421,7 @@ GstPlayBin2::current-video gint ->= -1 +>= G_MAXULONG rw Current Video Currently playing video stream (-1 = auto). @@ -2501,7 +2571,7 @@ GstPlayBin2::buffer-duration gint64 ->= -1 +>= G_MAXULONG rw Buffer duration (ns) Buffer duration when buffering network streams. @@ -2511,7 +2581,7 @@ GstPlayBin2::buffer-size gint ->= -1 +>= G_MAXULONG rw Buffer size (bytes) Buffer size when buffering network streams. @@ -2871,7 +2941,7 @@ GstAppSrc::max-latency gint64 ->= -1 +>= G_MAXULONG rw Max Latency The maximum latency (-1 = unlimited). @@ -2881,7 +2951,7 @@ GstAppSrc::min-latency gint64 ->= -1 +>= G_MAXULONG rw Min Latency The minimum latency (-1 = default). @@ -2891,7 +2961,7 @@ GstAppSrc::size gint64 ->= -1 +>= G_MAXULONG rw Size The size of the data stream in bytes (-1 if unknown). diff --git a/docs/plugins/gst-plugins-base-plugins.hierarchy b/docs/plugins/gst-plugins-base-plugins.hierarchy index f83506a..15fc843 100644 --- a/docs/plugins/gst-plugins-base-plugins.hierarchy +++ b/docs/plugins/gst-plugins-base-plugins.hierarchy @@ -14,87 +14,87 @@ GObject GstPlayBin GstPlayBin2 GstPlaySink + GstSubtitleOverlay + GstDecodeBin GstDecodeBin2 GstURIDecodeBin - GstDecodeBin + GstOggDemux + GstOggMux + GstOgmParse + GstOgmAudioParse + GstOgmVideoParse + GstOgmTextParse + GstOggParse + GstOggAviParse GstBaseSink GstGioBaseSink GstGioSink GstGioStreamSink - GstGnomeVFSSink GstBaseAudioSink GstAudioSink GstAlsaSink + GstGnomeVFSSink GstVideoSink GstXvImageSink GstXImageSink + GstAppSink GstTCPClientSink GstMultiFdSink GstTCPServerSink - GstAppSink GstBaseSrc GstGioBaseSrc GstGioSrc GstGioStreamSrc GstPushSrc - GstCddaBaseSrc - GstCdParanoiaSrc GstBaseAudioSrc GstAudioSrc GstAlsaSrc + GstCddaBaseSrc + GstCdParanoiaSrc GstV4lElement GstV4lSrc GstTCPClientSrc GstTCPServerSrc GstVideoTestSrc GstGnomeVFSSrc - GstAppSrc GstAudioTestSrc + GstAppSrc GstVorbisEnc GstVorbisDec GstVorbisParse GstVorbisTag - GstOggDemux - GstOggMux - GstOgmParse - GstOgmAudioParse - GstOgmVideoParse - GstOgmTextParse - GstOggParse - GstOggAviParse + GstTextOverlay + GstTimeOverlay + GstClockOverlay + GstTextRender + GstTheoraDec + GstTheoraEnc + GstTheoraParse + GstAlsaMixerElement GstVisual + GstVisualjess GstVisualbumpscope GstVisualcorona GstVisualinfinite GstVisualjakdaw - GstVisualjess GstVisuallv_analyzer GstVisuallv_scope GstVisualoinksie - GstTheoraDec - GstTheoraEnc - GstTheoraParse - GstTextOverlay - GstTimeOverlay - GstClockOverlay - GstTextRender - GstAlsaMixerElement - GstGDPDepay - GstGDPPay + GstSubParse + GstSsaParse + GstAudioRate GstBaseTransform + GstAudioConvert GstFFMpegCsp - GstVideoScale GstAudioFilter GstVolume GstAudioResample - GstAudioConvert - GstSubParse - GstSsaParse + GstVideoScale GstAdder + GstGDPDepay + GstGDPPay GstStreamSelector GstPlaybin2InputSelector - GstQueue2 - GstAudioRate GstVideoRate GstBus GstTask @@ -105,11 +105,10 @@ GObject GstPlugin GstRegistry GstRingBuffer - GstAudioSrcRingBuffer GstAudioSinkRingBuffer + GstAudioSrcRingBuffer GstSignalObject GstMixerTrack - GstMixerOptions GstStreamInfo GstColorBalanceChannel GstTunerNorm @@ -118,21 +117,21 @@ GObject PangoFcFontMap PangoCairoFcFontMap PangoContext - GOutputStream GInputStream + GOutputStream GInterface GTypePlugin GstChildProxy GstURIHandler - GstTagSetter GstPreset + GstTagSetter GstImplementsInterface GstMixer GstPropertyProbe - GstTuner + GstNavigation GstXOverlay GstColorBalance - GstNavigation + GstTuner GstStreamVolume PangoCairoFontMap GFile diff --git a/docs/plugins/gst-plugins-base-plugins.interfaces b/docs/plugins/gst-plugins-base-plugins.interfaces index f587a7e..eab68c0 100644 --- a/docs/plugins/gst-plugins-base-plugins.interfaces +++ b/docs/plugins/gst-plugins-base-plugins.interfaces @@ -4,26 +4,27 @@ GstPlayBaseBin GstChildProxy GstPlayBin GstChildProxy GstPlayBin2 GstChildProxy GstStreamVolume GstPlaySink GstChildProxy +GstSubtitleOverlay GstChildProxy +GstDecodeBin GstChildProxy GstDecodeBin2 GstChildProxy GstURIDecodeBin GstChildProxy -GstDecodeBin GstChildProxy +GstOggMux GstPreset GstGioSink GstURIHandler -GstGnomeVFSSink GstURIHandler GstAlsaSink GstPropertyProbe -GstXvImageSink GstImplementsInterface GstPropertyProbe GstXOverlay GstColorBalance GstNavigation -GstXImageSink GstImplementsInterface GstXOverlay GstNavigation +GstGnomeVFSSink GstURIHandler +GstXvImageSink GstImplementsInterface GstPropertyProbe GstNavigation GstXOverlay GstColorBalance +GstXImageSink GstImplementsInterface GstNavigation GstXOverlay GstAppSink GstURIHandler GstGioSrc GstURIHandler +GstAlsaSrc GstImplementsInterface GstMixer GstPropertyProbe GstCddaBaseSrc GstURIHandler GstCdParanoiaSrc GstURIHandler -GstAlsaSrc GstImplementsInterface GstMixer GstPropertyProbe -GstV4lElement GstImplementsInterface GstPropertyProbe GstTuner GstXOverlay GstColorBalance -GstV4lSrc GstImplementsInterface GstPropertyProbe GstTuner GstXOverlay GstColorBalance +GstV4lElement GstImplementsInterface GstPropertyProbe GstXOverlay GstColorBalance GstTuner +GstV4lSrc GstImplementsInterface GstPropertyProbe GstXOverlay GstColorBalance GstTuner GstGnomeVFSSrc GstURIHandler GstAppSrc GstURIHandler GstVorbisEnc GstTagSetter GstPreset GstVorbisTag GstTagSetter -GstOggMux GstPreset GstTheoraEnc GstPreset GstAlsaMixerElement GstImplementsInterface GstMixer GstPropertyProbe GstVolume GstImplementsInterface GstMixer GstStreamVolume diff --git a/docs/plugins/gst-plugins-base-plugins.prerequisites b/docs/plugins/gst-plugins-base-plugins.prerequisites index 48604c0..176f319 100644 --- a/docs/plugins/gst-plugins-base-plugins.prerequisites +++ b/docs/plugins/gst-plugins-base-plugins.prerequisites @@ -2,9 +2,9 @@ GstChildProxy GstObject GstTagSetter GstElement GstImplementsInterface GstElement GstMixer GstImplementsInterface GstElement -GstTuner GstImplementsInterface GstElement GstXOverlay GstImplementsInterface GstElement GstColorBalance GstImplementsInterface GstElement +GstTuner GstImplementsInterface GstElement GstStreamVolume GObject PangoCairoFontMap PangoFontMap GFile GObject diff --git a/docs/plugins/inspect/plugin-adder.xml b/docs/plugins/inspect/plugin-adder.xml index a6c205d..d6ea8d1 100644 --- a/docs/plugins/inspect/plugin-adder.xml +++ b/docs/plugins/inspect/plugin-adder.xml @@ -3,10 +3,10 @@ Adds multiple streams ../../gst/adder/.libs/libgstadder.so libgstadder.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-alsa.xml b/docs/plugins/inspect/plugin-alsa.xml index ea1afce..10b7254 100644 --- a/docs/plugins/inspect/plugin-alsa.xml +++ b/docs/plugins/inspect/plugin-alsa.xml @@ -3,10 +3,10 @@ ALSA plugin library ../../ext/alsa/.libs/libgstalsa.so libgstalsa.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-app.xml b/docs/plugins/inspect/plugin-app.xml index b71ff53..5d6e781 100644 --- a/docs/plugins/inspect/plugin-app.xml +++ b/docs/plugins/inspect/plugin-app.xml @@ -3,10 +3,10 @@ Elements used to communicate with applications ../../gst/app/.libs/libgstapp.so libgstapp.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-audioconvert.xml b/docs/plugins/inspect/plugin-audioconvert.xml index 4a6a37b..1e091ad 100644 --- a/docs/plugins/inspect/plugin-audioconvert.xml +++ b/docs/plugins/inspect/plugin-audioconvert.xml @@ -3,10 +3,10 @@ Convert audio to different formats ../../gst/audioconvert/.libs/libgstaudioconvert.so libgstaudioconvert.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-audiorate.xml b/docs/plugins/inspect/plugin-audiorate.xml index b1bfee4..45ba249 100644 --- a/docs/plugins/inspect/plugin-audiorate.xml +++ b/docs/plugins/inspect/plugin-audiorate.xml @@ -3,10 +3,10 @@ Adjusts audio frames ../../gst/audiorate/.libs/libgstaudiorate.so libgstaudiorate.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-audioresample.xml b/docs/plugins/inspect/plugin-audioresample.xml index 3756d38..bdb3336 100644 --- a/docs/plugins/inspect/plugin-audioresample.xml +++ b/docs/plugins/inspect/plugin-audioresample.xml @@ -3,10 +3,10 @@ Resamples audio ../../gst/audioresample/.libs/libgstaudioresample.so libgstaudioresample.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-audiotestsrc.xml b/docs/plugins/inspect/plugin-audiotestsrc.xml index 3fb43cd..5817a49 100644 --- a/docs/plugins/inspect/plugin-audiotestsrc.xml +++ b/docs/plugins/inspect/plugin-audiotestsrc.xml @@ -3,10 +3,10 @@ Creates audio test signals of given frequency and volume ../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so libgstaudiotestsrc.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-cdparanoia.xml b/docs/plugins/inspect/plugin-cdparanoia.xml index 7dc2d32..76f2a61 100644 --- a/docs/plugins/inspect/plugin-cdparanoia.xml +++ b/docs/plugins/inspect/plugin-cdparanoia.xml @@ -3,10 +3,10 @@ Read audio from CD in paranoid mode ../../ext/cdparanoia/.libs/libgstcdparanoia.so libgstcdparanoia.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-decodebin.xml b/docs/plugins/inspect/plugin-decodebin.xml index 9d7dbe1..a86c243 100644 --- a/docs/plugins/inspect/plugin-decodebin.xml +++ b/docs/plugins/inspect/plugin-decodebin.xml @@ -3,10 +3,10 @@ decoder bin ../../gst/playback/.libs/libgstdecodebin.so libgstdecodebin.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-ffmpegcolorspace.xml b/docs/plugins/inspect/plugin-ffmpegcolorspace.xml index 6f50a2a..33348ff 100644 --- a/docs/plugins/inspect/plugin-ffmpegcolorspace.xml +++ b/docs/plugins/inspect/plugin-ffmpegcolorspace.xml @@ -3,7 +3,7 @@ colorspace conversion copied from FFMpeg 0.4.9-pre1 ../../gst/ffmpegcolorspace/.libs/libgstffmpegcolorspace.so libgstffmpegcolorspace.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base FFMpeg diff --git a/docs/plugins/inspect/plugin-gdp.xml b/docs/plugins/inspect/plugin-gdp.xml index 8a5b2fd..2845397 100644 --- a/docs/plugins/inspect/plugin-gdp.xml +++ b/docs/plugins/inspect/plugin-gdp.xml @@ -3,10 +3,10 @@ Payload/depayload GDP packets ../../gst/gdp/.libs/libgstgdp.so libgstgdp.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-gio.xml b/docs/plugins/inspect/plugin-gio.xml index a2bcbf2..e7dd316 100644 --- a/docs/plugins/inspect/plugin-gio.xml +++ b/docs/plugins/inspect/plugin-gio.xml @@ -3,10 +3,10 @@ GIO elements ../../ext/gio/.libs/libgstgio.so libgstgio.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-gnomevfs.xml b/docs/plugins/inspect/plugin-gnomevfs.xml index 957f236..66f3d4d 100644 --- a/docs/plugins/inspect/plugin-gnomevfs.xml +++ b/docs/plugins/inspect/plugin-gnomevfs.xml @@ -3,10 +3,10 @@ elements to read from and write to Gnome-VFS uri's ../../ext/gnomevfs/.libs/libgstgnomevfs.so libgstgnomevfs.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-libvisual.xml b/docs/plugins/inspect/plugin-libvisual.xml index ac0b37f..4fca844 100644 --- a/docs/plugins/inspect/plugin-libvisual.xml +++ b/docs/plugins/inspect/plugin-libvisual.xml @@ -3,10 +3,10 @@ libvisual visualization plugins ../../ext/libvisual/.libs/libgstlibvisual.so libgstlibvisual.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-ogg.xml b/docs/plugins/inspect/plugin-ogg.xml index fa5e69b..06930f1 100644 --- a/docs/plugins/inspect/plugin-ogg.xml +++ b/docs/plugins/inspect/plugin-ogg.xml @@ -3,10 +3,10 @@ ogg stream manipulation (info about ogg: http://xiph.org) ../../ext/ogg/.libs/libgstogg.so libgstogg.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-pango.xml b/docs/plugins/inspect/plugin-pango.xml index 51c8a59..0fe7cea 100644 --- a/docs/plugins/inspect/plugin-pango.xml +++ b/docs/plugins/inspect/plugin-pango.xml @@ -3,10 +3,10 @@ Pango-based text rendering and overlay ../../ext/pango/.libs/libgstpango.so libgstpango.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-playback.xml b/docs/plugins/inspect/plugin-playback.xml index 96ad526..51d14d6 100644 --- a/docs/plugins/inspect/plugin-playback.xml +++ b/docs/plugins/inspect/plugin-playback.xml @@ -3,10 +3,10 @@ various playback elements ../../gst/playback/.libs/libgstplaybin.so libgstplaybin.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin @@ -74,5 +74,32 @@ + + subtitleoverlay + Subtitle Overlay + Video/Overlay/Subtitle + Overlays a video stream with subtitles + Sebastian Dröge <sebastian.droege@collabora.co.uk> + + + subtitle_sink + sink + always +
ANY
+
+ + video_sink + sink + always +
video/x-raw-rgb; video/x-raw-yuv
+
+ + src + source + always +
video/x-raw-rgb; video/x-raw-yuv
+
+
+
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-subparse.xml b/docs/plugins/inspect/plugin-subparse.xml index c38a5b3..d577180 100644 --- a/docs/plugins/inspect/plugin-subparse.xml +++ b/docs/plugins/inspect/plugin-subparse.xml @@ -3,10 +3,10 @@ Subtitle parsing ../../gst/subparse/.libs/libgstsubparse.so libgstsubparse.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin @@ -48,7 +48,7 @@ sink sink always -
application/x-subtitle; application/x-subtitle-sami; application/x-subtitle-tmplayer; application/x-subtitle-mpl2
+
application/x-subtitle; application/x-subtitle-sami; application/x-subtitle-tmplayer; application/x-subtitle-mpl2; application/x-subtitle-dks
diff --git a/docs/plugins/inspect/plugin-tcp.xml b/docs/plugins/inspect/plugin-tcp.xml index 69ba302..4e56b67 100644 --- a/docs/plugins/inspect/plugin-tcp.xml +++ b/docs/plugins/inspect/plugin-tcp.xml @@ -3,10 +3,10 @@ transfer data over the network via TCP ../../gst/tcp/.libs/libgsttcp.so libgsttcp.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-theora.xml b/docs/plugins/inspect/plugin-theora.xml index beb7e0c..9b88b2a 100644 --- a/docs/plugins/inspect/plugin-theora.xml +++ b/docs/plugins/inspect/plugin-theora.xml @@ -3,10 +3,10 @@ Theora plugin library ../../ext/theora/.libs/libgsttheora.so libgsttheora.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-typefindfunctions.xml b/docs/plugins/inspect/plugin-typefindfunctions.xml index 559c0b5..e690ee8 100644 --- a/docs/plugins/inspect/plugin-typefindfunctions.xml +++ b/docs/plugins/inspect/plugin-typefindfunctions.xml @@ -3,10 +3,10 @@ default typefind functions ../../gst/typefind/.libs/libgsttypefindfunctions.so libgsttypefindfunctions.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-uridecodebin.xml b/docs/plugins/inspect/plugin-uridecodebin.xml index 35d2f18..e3584d0 100644 --- a/docs/plugins/inspect/plugin-uridecodebin.xml +++ b/docs/plugins/inspect/plugin-uridecodebin.xml @@ -3,10 +3,10 @@ URI Decoder bin ../../gst/playback/.libs/libgstdecodebin2.so libgstdecodebin2.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin @@ -14,7 +14,7 @@ Decoder Bin Generic/Bin/Decoder Autoplug and decode to raw media - Edward Hervey <edward@fluendo.com> + Edward Hervey <edward.hervey@collabora.co.uk>, Sebastian Dröge <sebastian.droege@collabora.co.uk> src%d diff --git a/docs/plugins/inspect/plugin-video4linux.xml b/docs/plugins/inspect/plugin-video4linux.xml index 763273c..65bb269 100644 --- a/docs/plugins/inspect/plugin-video4linux.xml +++ b/docs/plugins/inspect/plugin-video4linux.xml @@ -3,10 +3,10 @@ elements for Video 4 Linux ../../sys/v4l/.libs/libgstvideo4linux.so libgstvideo4linux.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-videorate.xml b/docs/plugins/inspect/plugin-videorate.xml index 33b761a..7d6df38 100644 --- a/docs/plugins/inspect/plugin-videorate.xml +++ b/docs/plugins/inspect/plugin-videorate.xml @@ -3,10 +3,10 @@ Adjusts video frames ../../gst/videorate/.libs/libgstvideorate.so libgstvideorate.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-videoscale.xml b/docs/plugins/inspect/plugin-videoscale.xml index 05f1376..908807f 100644 --- a/docs/plugins/inspect/plugin-videoscale.xml +++ b/docs/plugins/inspect/plugin-videoscale.xml @@ -3,10 +3,10 @@ Resizes video ../../gst/videoscale/.libs/libgstvideoscale.so libgstvideoscale.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-videotestsrc.xml b/docs/plugins/inspect/plugin-videotestsrc.xml index ff36de6..4260c9c 100644 --- a/docs/plugins/inspect/plugin-videotestsrc.xml +++ b/docs/plugins/inspect/plugin-videotestsrc.xml @@ -3,10 +3,10 @@ Creates a test video stream ../../gst/videotestsrc/.libs/libgstvideotestsrc.so libgstvideotestsrc.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-volume.xml b/docs/plugins/inspect/plugin-volume.xml index 3ac30ba..d3b20b0 100644 --- a/docs/plugins/inspect/plugin-volume.xml +++ b/docs/plugins/inspect/plugin-volume.xml @@ -3,10 +3,10 @@ plugin for controlling audio volume ../../gst/volume/.libs/libgstvolume.so libgstvolume.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-vorbis.xml b/docs/plugins/inspect/plugin-vorbis.xml index 84a44cb..c3f29cd 100644 --- a/docs/plugins/inspect/plugin-vorbis.xml +++ b/docs/plugins/inspect/plugin-vorbis.xml @@ -3,10 +3,10 @@ Vorbis plugin library ../../ext/vorbis/.libs/libgstvorbis.so libgstvorbis.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-ximagesink.xml b/docs/plugins/inspect/plugin-ximagesink.xml index 4a4c713..1fa3d95 100644 --- a/docs/plugins/inspect/plugin-ximagesink.xml +++ b/docs/plugins/inspect/plugin-ximagesink.xml @@ -3,10 +3,10 @@ X11 video output element based on standard Xlib calls ../../sys/ximage/.libs/libgstximagesink.so libgstximagesink.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin diff --git a/docs/plugins/inspect/plugin-xvimagesink.xml b/docs/plugins/inspect/plugin-xvimagesink.xml index 57968b7..9078bde 100644 --- a/docs/plugins/inspect/plugin-xvimagesink.xml +++ b/docs/plugins/inspect/plugin-xvimagesink.xml @@ -3,10 +3,10 @@ XFree86 video output plugin using Xv extension ../../sys/xvimage/.libs/libgstxvimagesink.so libgstxvimagesink.so - 0.10.25 + 0.10.25.1 LGPL gst-plugins-base - GStreamer Base Plug-ins source release + GStreamer Base Plug-ins prerelease Unknown package origin -- 2.7.4