diff --git a/ChangeLog b/ChangeLog index 07fe3a301d..a71ed7c4a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,84 @@ +=== release 0.10.25 === + +2009-10-05 Jan Schmidt + + * configure.ac: + releasing 0.10.25, "Standard disclaimers apply" + +2009-10-05 13:49:10 +0100 Jan Schmidt + + * po/af.po: + * po/az.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/en_GB.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/lv.po: + * po/nb.po: + * po/nl.po: + * po/or.po: + * po/pl.po: + * po/pt_BR.po: + * po/ru.po: + * po/sk.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + Update .po files + +2009-10-01 17:17:55 +0100 Jan Schmidt + + * ChangeLog: + * configure.ac: + * po/af.po: + * po/az.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/en_GB.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/lv.po: + * po/nb.po: + * po/nl.po: + * po/or.po: + * po/pl.po: + * po/pt_BR.po: + * po/ru.po: + * po/sk.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + 0.10.24.4 pre-release + 2009-10-01 10:37:38 +0200 Sebastian Dröge * ext/pango/gsttextoverlay.c: diff --git a/NEWS b/NEWS index 93b37c6e98..d6eec5e085 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,82 @@ -This is GStreamer Base Plug-ins 0.10.24, "Counting the days" +This is GStreamer Base Plug-ins 0.10.25, "Standard disclaimers apply" + +Changes since 0.10.24: + + * Add per-stream volume controls + * Theora 1.0 and Y444 and Y42B format support + * Improve audio capture timing + * GObject introspection support + * Improve audio output startup + * RTSP improvements + * Use pango-cairo instead of pangoft2 + * Allow cdda://(device#)?track URI scheme in cddabasesrc + * Support interlaced content in videoscale and ffmpegcolorspacee + * Many other bug fixes and improvements + +Bugs fixed since 0.10.24: + + * 595401 : gobject assertion and null access to volume instance in playbin + * 563828 : [decodebin2] Complains about loops in the graph when demuxer output requires another demuxer + * 591677 : Easy codec installation is not working + * 588523 : smarter sink selection in playbin2 + * 590146 : adder regressions + * 321532 : [cddabasesrc] Support device setting in cdda:// URI + * 340887 : add pangocairo textoverlay plugin. + * 397419 : [oggdemux] ogm video with subtitles stuck on first frame + * 556537 : [PATCH] typefind: more flexible MPEG4 start code recognition + * 559049 : gstcheck.c:76:F:general:test_state_changes_* failure: GST_IS_CLOCK(clock) assertion fails + * 567660 : [API] need a stream volume interface for sinks that do volume control + * 567928 : Make videorate work with a live source + * 571610 : [playbin] Scale of volume property is not documented + * 583255 : [playbin2] deadlock when disabling visualisations + * 586180 : RTSP improvements + * 588717 : [oggmux] gst_caps_unref() warning if not linked downstream + * 588761 : [videoscale] Needs special support for interlaced content + * 588915 : audioresample's output offset counter's initialization could maybe be improved + * 589095 : [appsrc] clarify documentation on caps and linkage + * 589574 : [typefind] incorrect sdp file detection + * 590243 : [videoscale] Claims to support MAX width/height + * 590425 : Slaved alsasrc clock with slave-method=re-timestamp not usable for RTP audio + * 590856 : [decodebin2] triggers assertion failure on NULL caps + * 591207 : totem does display the following subtitle srt file. + * 591357 : gst-plugins-base git won't build due to warning in gstrtspconnection.c + * 591577 : [playbin2] Incorrect error message string + * 591664 : [playbin2] after seeking, srt subtitles don't resync correctly + * 591934 : timestamp drift in audioresample + * 592544 : Remove regex.h check + * 592657 : [appsink] Blocks after entering on pause state + * 592864 : deadlocks from recent inputselector/streamselector change + * 592884 : [playbin2] g_object_get increases refcount by 2 and therefore leaves memleak + * 593035 : gdp doesn't preserve fields of the buffers put into the caps' streamheader + * 593284 : basertppayloader takes time in instance init + * 594020 : Totem don't play videos from ssh remote host + * 594094 : Playback Error playing Midi file + * 594136 : [alsasink] Regression from 0.10.23 -- element reuse doesn't work + * 594165 : [theoraenc] Implement support for new formats + * 594256 : improved slave-skew resynch mechanism + * 594258 : missing break in rtcpbuffer + * 594275 : Add cast to navigation to fix compiler warning + * 594623 : Expose playsink as a fully-fledged element + * 594732 : parse error + * 594757 : build fails due to warning in gstbasertppayload.c + * 594993 : [introspection] pkg-config file madness + * 594994 : [streamvolume] Add get_type function to the documentation + * 595454 : [cddabasesrc] uri format change breaks rhythmbox + * 545807 : [baseaudiosink] audible crack when starting the pipeline + +API added since 0.10.24: + + * gst_rtsp_connection_create_from_fd() + * gst_rtsp_connection_set_http_mode() + * gst_rtsp_watch_write_data() + * gst_rtsp_watch_send_message() + * GstBaseRTPPayload::perfect-rtptime + * GstBaseRTPAudioPayload::gst_base_rtp_audio_payload_flush() + * GstVideoSinkClass::show_frame() + * GstVideoSink:show-preroll-frame + * GST_MIXER_TRACK_READONLY + * GST_MIXER_TRACK_WRITEONLY + * GstStreamVolume interface Changes since 0.10.23: diff --git a/RELEASE b/RELEASE index 9e82e18719..ba45c36b9f 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer Base Plug-ins 0.10.24 "Counting the days" +Release notes for GStreamer Base Plug-ins 0.10.25 "Standard disclaimers apply" @@ -54,91 +54,83 @@ contains a set of less supported plug-ins that haven't passed the Features of this release - * Recognise Kate subpicture subtitles - * Support progressive download in playbin2 - * GIO improvements - * Add buffer-list support in appsink - * Add gaussian-noise mode to audiotestsrc - * bump cdparanoia req to 0.10.2 and improve caching - * Improve audio source base class - * Add frame-by-frame stepping and examples - * Extend stream-probing in decodebin2 - * Many RTSP improvements - * support for PGS subpictures - * adder improvements - * Add Y444, v210, v216 formats - * implement preset interface in vorbisenc, theoraenc, oggmux - * Improve libvisual visualisation timestamp tracking - * playbin2 enhancements: custom audiosink, subpictures, cdda - * Improvements in textrender - * Support raw YUV 4:2:2 and SIREN in RIFF - * Add 4:2:2 and 4:4:4 support to theoradec - * Many other bug-fixes and improvements + * Add per-stream volume controls + * Theora 1.0 and Y444 and Y42B format support + * Improve audio capture timing + * GObject introspection support + * Improve audio output startup + * RTSP improvements + * Use pango-cairo instead of pangoft2 + * Allow cdda://(device#)?track URI scheme in cddabasesrc + * Support interlaced content in videoscale and ffmpegcolorspacee + * Many other bug fixes and improvements Bugs fixed in this release - * 510417 : [gio] make non-experimental - * 513373 : [PATCH] [gstvorbistag] Preserve cover art in Ogg/Vorbis tags - * 529300 : [giosink] [PATCH] Allow overwrite - * 531035 : [cdparanoia] Should depend on LGPL'd version of the libra... - * 567997 : [patch] add allow-pull-scheduling property to audio sinks - * 576552 : [subparse] post GST_TAG_SUBTITLE_CODEC tags - * 577637 : [playbin2] expose temp-location property - * 579692 : mp3_type_find is over-optimistic - * 580318 : [tagdemux] drops tag events from upstream - * 581460 : [baseaudiosrc] Reusing audio source leads to null timesta... - * 581571 : ARGB and alignment added to textrender - * 582021 : autogen: libtoolize must be called before aclocal - * 582749 : uridecodebin caps property not implemented yet - * 582819 : multifdsink: add num-fds property - * 583867 : gdpdepay + identity cause failed assertions - * 584020 : [playbin2] inadvertently resets configured audio/video sinks - * 584686 : [playbin2] Need {audio,video,text}-tags-changed signals - * 585197 : [subparse] fails to detect subrip subtitles with fewer th... - * 585758 : Remove deprecated GTK+ symbols - * 585970 : gst_audioringbuffer_get_type is not thread safe - * 585994 : gst-rtsp-message doesn't support " Timestamp " filed - * 586331 : [cdparanoia] expose cd cache size parameter - * 586356 : [playbin2] use private copy of input-selector as long as ... - * 586519 : white Gaussian noise would be useful in audiotestsrc - * 587080 : rtsp fails to compile - doesn't see some ws2tcpip functions - * 587278 : Support for GstBufferList in appsink - * 587676 : Call tzset() before localtime_r(), in e.g. gst-plugins-ba... - * 587695 : Patches to add stream-status messages audio elements - * 587896 : " No stream given yet " error from giostreamsrc - * 587980 : gstchannelmix.c: protect debug code with GST_DISABLE_GST_... - * 588078 : [playbin2] Fails to go to READY again after an error - * 588205 : Pipeline with giostreamsrc will not enter playing state - * 588550 : build failure in git, missing gstinterfaces-0.10 - * 588551 : queue2: download buffering fixes - * 588724 : [vorbisdec] empty encoder string causes GStreamer - * 588746 : [audiotestsrc] Make sure tags are properly serialized in ... - * 588747 : [adder] Serialize incoming in-band events (tags) in the d... - * 588748 : [adder] Check dataflow consistency in unit tests - * 589075 : [playbin2] changing volume doesn't work after stream rest... - * 589581 : typefinder: recognise more Kate subtitle categories - * 589622 : Cannot use both playbin and input-selector - * 589663 : gstreamer asserts in gstaudiofilter - * 589797 : alsasrc does not set GstAlsaSrc- > handle to NULL after snd... - * 590470 : [typefinding] certain flac-in-ogg files not detected any ... - * 536313 : [cdda] Remove sha1 copy once we depend on glib-2.16 - * 579642 : [oggdemux] handle broken ogg/vorbis files better - * 582528 : playbin2 Audio CD playback broken since - * 583318 : Assertion from within playbin2 - * 585079 : undefined references to gst_adapter_* functions in schro - * 585708 : [adder] Wrong handling of flushing seeks - * 588218 : Siren in .wav support - * 586920 : rtsp: needs < netinet/in.h > on FreeBSD + * 595401 : gobject assertion and null access to volume instance in playbin + * 563828 : [decodebin2] Complains about loops in the graph when demuxer output requires another demuxer + * 591677 : Easy codec installation is not working + * 588523 : smarter sink selection in playbin2 + * 590146 : adder regressions + * 321532 : [cddabasesrc] Support device setting in cdda:// URI + * 340887 : add pangocairo textoverlay plugin. + * 397419 : [oggdemux] ogm video with subtitles stuck on first frame + * 556537 : [PATCH] typefind: more flexible MPEG4 start code recognition + * 559049 : gstcheck.c:76:F:general:test_state_changes_* failure: GST_IS_CLOCK(clock) assertion fails + * 567660 : [API] need a stream volume interface for sinks that do volume control + * 567928 : Make videorate work with a live source + * 571610 : [playbin] Scale of volume property is not documented + * 583255 : [playbin2] deadlock when disabling visualisations + * 586180 : RTSP improvements + * 588717 : [oggmux] gst_caps_unref() warning if not linked downstream + * 588761 : [videoscale] Needs special support for interlaced content + * 588915 : audioresample's output offset counter's initialization could maybe be improved + * 589095 : [appsrc] clarify documentation on caps and linkage + * 589574 : [typefind] incorrect sdp file detection + * 590243 : [videoscale] Claims to support MAX width/height + * 590425 : Slaved alsasrc clock with slave-method=re-timestamp not usable for RTP audio + * 590856 : [decodebin2] triggers assertion failure on NULL caps + * 591207 : totem does display the following subtitle srt file. + * 591357 : gst-plugins-base git won't build due to warning in gstrtspconnection.c + * 591577 : [playbin2] Incorrect error message string + * 591664 : [playbin2] after seeking, srt subtitles don't resync correctly + * 591934 : timestamp drift in audioresample + * 592544 : Remove regex.h check + * 592657 : [appsink] Blocks after entering on pause state + * 592864 : deadlocks from recent inputselector/streamselector change + * 592884 : [playbin2] g_object_get increases refcount by 2 and therefore leaves memleak + * 593035 : gdp doesn't preserve fields of the buffers put into the caps' streamheader + * 593284 : basertppayloader takes time in instance init + * 594020 : Totem don't play videos from ssh remote host + * 594094 : Playback Error playing Midi file + * 594136 : [alsasink] Regression from 0.10.23 -- element reuse doesn't work + * 594165 : [theoraenc] Implement support for new formats + * 594256 : improved slave-skew resynch mechanism + * 594258 : missing break in rtcpbuffer + * 594275 : Add cast to navigation to fix compiler warning + * 594623 : Expose playsink as a fully-fledged element + * 594732 : parse error + * 594757 : build fails due to warning in gstbasertppayload.c + * 594993 : [introspection] pkg-config file madness + * 594994 : [streamvolume] Add get_type function to the documentation + * 595454 : [cddabasesrc] uri format change breaks rhythmbox + * 545807 : [baseaudiosink] audible crack when starting the pipeline API changed in this release - API additions: -* GstNetAddress::gst_netaddress_to_string() -* Add gst_rtsp_watch_queue_data() -* playbin2: Add {audio,video,text}-tags-changed signals -* Add gst_color_balance_get_balance_type() -* Add gst_mixer_get_mixer_type() +* gst_rtsp_connection_create_from_fd() +* gst_rtsp_connection_set_http_mode() +* gst_rtsp_watch_write_data() +* gst_rtsp_watch_send_message() +* GstBaseRTPPayload::perfect-rtptime +* GstBaseRTPAudioPayload::gst_base_rtp_audio_payload_flush() +* GstVideoSinkClass::show_frame() +* GstVideoSink:show-preroll-frame +* GST_MIXER_TRACK_READONLY +* GST_MIXER_TRACK_WRITEONLY +* GstStreamVolume interface Download @@ -167,34 +159,34 @@ Applications Contributors to this release - * Alessandro Decina - * Andy Wingo * Arnout Vandecappelle - * Balachandran C - * Bastien Nocera - * Branko Subasic - * Christian Schaller + * Benjamin Gaignard + * Benjamin Otte + * Christian F.K. Schaller * David Schleef * Edward Hervey - * Elliott Sales de Andrade - * Filippo Argiolas - * Hans-Peter Nilsson + * Eero Nurkkala + * Havard Graff + * Håvard Graff * Jan Schmidt * John Millikin + * Jonas Holmberg * Jonathan Matthew - * Kapil Agrawal + * Josep Torra * Kipp Cannon - * LRN - * Marc-Andre Lureau + * Marc-André Lureau + * Mark Nauwelaerts + * Mart Raudsepp * Michael Smith * Olivier Crête * Peter Kjellerstedt * Philip Jägenstedt * René Stadler * Sebastian Dröge + * Siarhei Siamashka * Stefan Kost * Tim-Philipp Müller - * Vincent Penquerc'h * Wim Taymans + * Young-Ho Cha * Руслан Ижбулатов   \ No newline at end of file diff --git a/configure.ac b/configure.ac index c791879ffa..8c47d3cb0e 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file dnl initialize autoconf dnl releases only do -Wall, git and prerelease does -Werror too dnl use a three digit version number for releases, and four for git/prerelease -AC_INIT(GStreamer Base Plug-ins, 0.10.24.4, +AC_INIT(GStreamer Base Plug-ins, 0.10.25, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-plugins-base) @@ -55,7 +55,7 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.24.2 +GST_REQ=0.10.25 dnl *** autotools stuff **** diff --git a/docs/plugins/gst-plugins-base-plugins.args b/docs/plugins/gst-plugins-base-plugins.args index 475fd8cf1c..9b39f56999 100644 --- a/docs/plugins/gst-plugins-base-plugins.args +++ b/docs/plugins/gst-plugins-base-plugins.args @@ -1498,6 +1498,16 @@ TRUE + +GstVideoRate::skip-to-first +gboolean + +rw +Skip to first buffer +Don't produce buffers before the first one we receive. +FALSE + + GstAudioRate::add guint64 @@ -1758,6 +1768,26 @@ TRUE + +GstTextOverlay::auto-resize +gboolean + +rw +auto resize +Automatically adjust font size to screen-size. +TRUE + + + +GstTextOverlay::vertical-render +gboolean + +rw +vertical render +Vertical Render. +FALSE + + CDParanoia::abort-on-skip gboolean @@ -2114,7 +2144,7 @@ >= -1 rw Buffer duration (ns) -Buffer duration when buffering network streams. +Buffer duration when buffering network streams (-1 queue2 default value). -1 @@ -2124,7 +2154,7 @@ >= -1 rw Buffer size (bytes) -Buffer size when buffering network streams. +Buffer size when buffering network streams (-1 queue2 default value). -1 @@ -2918,3 +2948,53 @@ + +GstPlaySink::flags +GstPlayFlags + +rw +Flags +Flags to control behaviour. +Render the video stream|Render the audio stream|Render subtitles|Use software volume + + + +GstPlaySink::mute +gboolean + +rw +Mute +Mute the audio channel without changing the volume. +FALSE + + + +GstPlaySink::subtitle-font-desc +gchar* + +w +Subtitle font description +Pango font description of font to be used for subtitle rendering. +NULL + + + +GstPlaySink::vis-plugin +GstElement* + +rw +Vis plugin +the visualization element to use (NULL = default). + + + + +GstPlaySink::volume +gdouble +[0,10] +rw +Volume +The audio volume, 1.0=100%. +1 + + diff --git a/docs/plugins/gst-plugins-base-plugins.hierarchy b/docs/plugins/gst-plugins-base-plugins.hierarchy index a2e1e760c0..f83506ae6f 100644 --- a/docs/plugins/gst-plugins-base-plugins.hierarchy +++ b/docs/plugins/gst-plugins-base-plugins.hierarchy @@ -13,6 +13,7 @@ GObject GstPlayBaseBin GstPlayBin GstPlayBin2 + GstPlaySink GstDecodeBin2 GstURIDecodeBin GstDecodeBin @@ -115,7 +116,7 @@ GObject GstTunerChannel PangoFontMap PangoFcFontMap - PangoFT2FontMap + PangoCairoFcFontMap PangoContext GOutputStream GInputStream @@ -132,4 +133,6 @@ GInterface GstXOverlay GstColorBalance GstNavigation + GstStreamVolume + PangoCairoFontMap GFile diff --git a/docs/plugins/gst-plugins-base-plugins.interfaces b/docs/plugins/gst-plugins-base-plugins.interfaces index 6ddb036d0c..f587a7e607 100644 --- a/docs/plugins/gst-plugins-base-plugins.interfaces +++ b/docs/plugins/gst-plugins-base-plugins.interfaces @@ -2,7 +2,8 @@ GstBin GstChildProxy GstPipeline GstChildProxy GstPlayBaseBin GstChildProxy GstPlayBin GstChildProxy -GstPlayBin2 GstChildProxy +GstPlayBin2 GstChildProxy GstStreamVolume +GstPlaySink GstChildProxy GstDecodeBin2 GstChildProxy GstURIDecodeBin GstChildProxy GstDecodeBin GstChildProxy @@ -25,4 +26,5 @@ GstVorbisTag GstTagSetter GstOggMux GstPreset GstTheoraEnc GstPreset GstAlsaMixerElement GstImplementsInterface GstMixer GstPropertyProbe -GstVolume GstImplementsInterface GstMixer +GstVolume GstImplementsInterface GstMixer GstStreamVolume +PangoCairoFcFontMap PangoCairoFontMap diff --git a/docs/plugins/gst-plugins-base-plugins.prerequisites b/docs/plugins/gst-plugins-base-plugins.prerequisites index 670a6d587b..48604c0da2 100644 --- a/docs/plugins/gst-plugins-base-plugins.prerequisites +++ b/docs/plugins/gst-plugins-base-plugins.prerequisites @@ -5,4 +5,6 @@ GstMixer GstImplementsInterface GstElement GstTuner GstImplementsInterface GstElement GstXOverlay GstImplementsInterface GstElement GstColorBalance GstImplementsInterface GstElement +GstStreamVolume GObject +PangoCairoFontMap PangoFontMap GFile GObject diff --git a/docs/plugins/gst-plugins-base-plugins.signals b/docs/plugins/gst-plugins-base-plugins.signals index 5f5845906e..9ac97f011b 100644 --- a/docs/plugins/gst-plugins-base-plugins.signals +++ b/docs/plugins/gst-plugins-base-plugins.signals @@ -456,3 +456,10 @@ GstAppSrc *gstappsrc guint64 arg1 + +GstPlaySink::reconfigure +gboolean +la +GstPlaySink *gstplaysink + + diff --git a/docs/plugins/inspect/plugin-adder.xml b/docs/plugins/inspect/plugin-adder.xml index 76bc7c9b74..a6c205d1ca 100644 --- a/docs/plugins/inspect/plugin-adder.xml +++ b/docs/plugins/inspect/plugin-adder.xml @@ -3,7 +3,7 @@ Adds multiple streams ../../gst/adder/.libs/libgstadder.so libgstadder.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-alsa.xml b/docs/plugins/inspect/plugin-alsa.xml index e905abda46..ea1afcea9a 100644 --- a/docs/plugins/inspect/plugin-alsa.xml +++ b/docs/plugins/inspect/plugin-alsa.xml @@ -3,7 +3,7 @@ ALSA plugin library ../../ext/alsa/.libs/libgstalsa.so libgstalsa.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-app.xml b/docs/plugins/inspect/plugin-app.xml index 8e9fe78039..b71ff53894 100644 --- a/docs/plugins/inspect/plugin-app.xml +++ b/docs/plugins/inspect/plugin-app.xml @@ -3,7 +3,7 @@ Elements used to communicate with applications ../../gst/app/.libs/libgstapp.so libgstapp.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audioconvert.xml b/docs/plugins/inspect/plugin-audioconvert.xml index ad6e032999..4a6a37ba45 100644 --- a/docs/plugins/inspect/plugin-audioconvert.xml +++ b/docs/plugins/inspect/plugin-audioconvert.xml @@ -3,7 +3,7 @@ Convert audio to different formats ../../gst/audioconvert/.libs/libgstaudioconvert.so libgstaudioconvert.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audiorate.xml b/docs/plugins/inspect/plugin-audiorate.xml index 45b506ced6..b1bfee418c 100644 --- a/docs/plugins/inspect/plugin-audiorate.xml +++ b/docs/plugins/inspect/plugin-audiorate.xml @@ -3,7 +3,7 @@ Adjusts audio frames ../../gst/audiorate/.libs/libgstaudiorate.so libgstaudiorate.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audioresample.xml b/docs/plugins/inspect/plugin-audioresample.xml index e52389804b..3756d384de 100644 --- a/docs/plugins/inspect/plugin-audioresample.xml +++ b/docs/plugins/inspect/plugin-audioresample.xml @@ -3,7 +3,7 @@ Resamples audio ../../gst/audioresample/.libs/libgstaudioresample.so libgstaudioresample.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-audiotestsrc.xml b/docs/plugins/inspect/plugin-audiotestsrc.xml index 16faf1dc50..3fb43cd04d 100644 --- a/docs/plugins/inspect/plugin-audiotestsrc.xml +++ b/docs/plugins/inspect/plugin-audiotestsrc.xml @@ -3,7 +3,7 @@ Creates audio test signals of given frequency and volume ../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so libgstaudiotestsrc.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-cdparanoia.xml b/docs/plugins/inspect/plugin-cdparanoia.xml index bc363d6e82..7dc2d3206b 100644 --- a/docs/plugins/inspect/plugin-cdparanoia.xml +++ b/docs/plugins/inspect/plugin-cdparanoia.xml @@ -3,7 +3,7 @@ Read audio from CD in paranoid mode ../../ext/cdparanoia/.libs/libgstcdparanoia.so libgstcdparanoia.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-decodebin.xml b/docs/plugins/inspect/plugin-decodebin.xml index 7168e1a911..9d7dbe137a 100644 --- a/docs/plugins/inspect/plugin-decodebin.xml +++ b/docs/plugins/inspect/plugin-decodebin.xml @@ -3,7 +3,7 @@ decoder bin ../../gst/playback/.libs/libgstdecodebin.so libgstdecodebin.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-ffmpegcolorspace.xml b/docs/plugins/inspect/plugin-ffmpegcolorspace.xml index 84b2c588de..6f50a2a5c7 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.24 + 0.10.25 LGPL gst-plugins-base FFMpeg @@ -14,7 +14,7 @@ FFMPEG Colorspace converter Filter/Converter/Video Converts video from one colorspace to another - Ronald Bultje <rbultje@ronald.bitfreak.net> + GStreamer maintainers <gstreamer-devel@lists.sourceforge.net> sink diff --git a/docs/plugins/inspect/plugin-gdp.xml b/docs/plugins/inspect/plugin-gdp.xml index 0e10d365d1..8a5b2fd5e3 100644 --- a/docs/plugins/inspect/plugin-gdp.xml +++ b/docs/plugins/inspect/plugin-gdp.xml @@ -3,7 +3,7 @@ Payload/depayload GDP packets ../../gst/gdp/.libs/libgstgdp.so libgstgdp.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-gio.xml b/docs/plugins/inspect/plugin-gio.xml index cb38dc09e3..a2bcbf2f97 100644 --- a/docs/plugins/inspect/plugin-gio.xml +++ b/docs/plugins/inspect/plugin-gio.xml @@ -3,7 +3,7 @@ GIO elements ../../ext/gio/.libs/libgstgio.so libgstgio.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-gnomevfs.xml b/docs/plugins/inspect/plugin-gnomevfs.xml index 0626f3085c..957f23654b 100644 --- a/docs/plugins/inspect/plugin-gnomevfs.xml +++ b/docs/plugins/inspect/plugin-gnomevfs.xml @@ -3,7 +3,7 @@ elements to read from and write to Gnome-VFS uri's ../../ext/gnomevfs/.libs/libgstgnomevfs.so libgstgnomevfs.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release @@ -30,7 +30,7 @@ Source/File Read from any GnomeVFS-supported file Bastien Nocera <hadess@hadess.net> - Ronald S. Bultje <rbultje@ronald.bitfreak.net> + GStreamer maintainers <gstreamer-devel@lists.sourceforge.net> src diff --git a/docs/plugins/inspect/plugin-libvisual.xml b/docs/plugins/inspect/plugin-libvisual.xml index 259e7301e2..ac0b37f222 100644 --- a/docs/plugins/inspect/plugin-libvisual.xml +++ b/docs/plugins/inspect/plugin-libvisual.xml @@ -3,7 +3,7 @@ libvisual visualization plugins ../../ext/libvisual/.libs/libgstlibvisual.so libgstlibvisual.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-ogg.xml b/docs/plugins/inspect/plugin-ogg.xml index 185dc6a947..fa5e69b58b 100644 --- a/docs/plugins/inspect/plugin-ogg.xml +++ b/docs/plugins/inspect/plugin-ogg.xml @@ -3,7 +3,7 @@ ogg stream manipulation (info about ogg: http://xiph.org) ../../ext/ogg/.libs/libgstogg.so libgstogg.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release @@ -98,7 +98,7 @@ OGM audio stream parser Codec/Decoder/Audio parse an OGM audio header and stream - Ronald Bultje <rbultje@ronald.bitfreak.net> + GStreamer maintainers <gstreamer-devel@lists.sourceforge.net> src @@ -119,7 +119,7 @@ OGM text stream parser Codec/Decoder/Subtitle parse an OGM text header and stream - Ronald Bultje <rbultje@ronald.bitfreak.net> + GStreamer maintainers <gstreamer-devel@lists.sourceforge.net> src @@ -140,7 +140,7 @@ OGM video stream parser Codec/Decoder/Video parse an OGM video header and stream - Ronald Bultje <rbultje@ronald.bitfreak.net> + GStreamer maintainers <gstreamer-devel@lists.sourceforge.net> src diff --git a/docs/plugins/inspect/plugin-pango.xml b/docs/plugins/inspect/plugin-pango.xml index cf232020ff..51c8a5955d 100644 --- a/docs/plugins/inspect/plugin-pango.xml +++ b/docs/plugins/inspect/plugin-pango.xml @@ -3,7 +3,7 @@ Pango-based text rendering and overlay ../../ext/pango/.libs/libgstpango.so libgstpango.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release @@ -20,13 +20,13 @@ video_sink sink always -
video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+
video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
src source always -
video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+
video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
@@ -47,13 +47,13 @@ video_sink sink always -
video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+
video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
src source always -
video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+
video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
@@ -62,7 +62,7 @@ Text renderer Filter/Editor/Video Renders a text string to an image bitmap - David Schleef <ds@schleef.org>, Ronald S. Bultje <rbultje@ronald.bitfreak.net> + David Schleef <ds@schleef.org>, GStreamer maintainers <gstreamer-devel@lists.sourceforge.net> sink @@ -89,13 +89,13 @@ video_sink sink always -
video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+
video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
src source always -
video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+
video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
diff --git a/docs/plugins/inspect/plugin-playback.xml b/docs/plugins/inspect/plugin-playback.xml index 099f8064fe..96ad52696d 100644 --- a/docs/plugins/inspect/plugin-playback.xml +++ b/docs/plugins/inspect/plugin-playback.xml @@ -3,7 +3,7 @@ various playback elements ../../gst/playback/.libs/libgstplaybin.so libgstplaybin.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release @@ -29,5 +29,50 @@
+ + playsink + Player Sink + Generic/Bin/Sink + Convenience sink for multiple streams + Wim Taymans <wim.taymans@gmail.com> + + + subpic_sink + sink + request +
ANY
+
+ + text_sink + sink + request +
ANY
+
+ + video_sink + sink + request +
ANY
+
+ + video_raw_sink + sink + request +
ANY
+
+ + audio_sink + sink + request +
ANY
+
+ + audio_raw_sink + sink + request +
ANY
+
+
+
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-queue2.xml b/docs/plugins/inspect/plugin-queue2.xml index ca7d1d4a7d..209b618146 100644 --- a/docs/plugins/inspect/plugin-queue2.xml +++ b/docs/plugins/inspect/plugin-queue2.xml @@ -3,7 +3,7 @@ Queue newer version ../../gst/playback/.libs/libgstqueue2.so libgstqueue2.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-subparse.xml b/docs/plugins/inspect/plugin-subparse.xml index 9526f5012d..c38a5b3624 100644 --- a/docs/plugins/inspect/plugin-subparse.xml +++ b/docs/plugins/inspect/plugin-subparse.xml @@ -3,7 +3,7 @@ Subtitle parsing ../../gst/subparse/.libs/libgstsubparse.so libgstsubparse.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release @@ -36,7 +36,7 @@ Codec/Parser/Subtitle Parses subtitle (.sub) files into text streams Gustavo J. A. M. Carneiro <gjc@inescporto.pt> - Ronald S. Bultje <rbultje@ronald.bitfreak.net> + GStreamer maintainers <gstreamer-devel@lists.sourceforge.net> src diff --git a/docs/plugins/inspect/plugin-tcp.xml b/docs/plugins/inspect/plugin-tcp.xml index c10f7f3170..69ba302367 100644 --- a/docs/plugins/inspect/plugin-tcp.xml +++ b/docs/plugins/inspect/plugin-tcp.xml @@ -3,7 +3,7 @@ transfer data over the network via TCP ../../gst/tcp/.libs/libgsttcp.so libgsttcp.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-theora.xml b/docs/plugins/inspect/plugin-theora.xml index 201aa48e9d..beb7e0c8a3 100644 --- a/docs/plugins/inspect/plugin-theora.xml +++ b/docs/plugins/inspect/plugin-theora.xml @@ -3,7 +3,7 @@ Theora plugin library ../../ext/theora/.libs/libgsttheora.so libgsttheora.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release @@ -41,7 +41,7 @@ sink sink always -
video/x-raw-yuv, format=(fourcc)I420, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ]
+
video/x-raw-yuv, format=(fourcc){ I420, Y42B, Y444 }, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ]
src diff --git a/docs/plugins/inspect/plugin-typefindfunctions.xml b/docs/plugins/inspect/plugin-typefindfunctions.xml index 8c263d4fd4..559c0b5842 100644 --- a/docs/plugins/inspect/plugin-typefindfunctions.xml +++ b/docs/plugins/inspect/plugin-typefindfunctions.xml @@ -3,7 +3,7 @@ default typefind functions ../../gst/typefind/.libs/libgsttypefindfunctions.so libgsttypefindfunctions.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-uridecodebin.xml b/docs/plugins/inspect/plugin-uridecodebin.xml index 645ba2ab54..35d2f183cf 100644 --- a/docs/plugins/inspect/plugin-uridecodebin.xml +++ b/docs/plugins/inspect/plugin-uridecodebin.xml @@ -3,7 +3,7 @@ URI Decoder bin ../../gst/playback/.libs/libgstdecodebin2.so libgstdecodebin2.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-video4linux.xml b/docs/plugins/inspect/plugin-video4linux.xml index 41c56b7431..763273c1fd 100644 --- a/docs/plugins/inspect/plugin-video4linux.xml +++ b/docs/plugins/inspect/plugin-video4linux.xml @@ -3,7 +3,7 @@ elements for Video 4 Linux ../../sys/v4l/.libs/libgstvideo4linux.so libgstvideo4linux.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release @@ -14,7 +14,7 @@ Video (video4linux/raw) Source Source/Video Reads raw frames from a video4linux device - Ronald Bultje <rbultje@ronald.bitfreak.net> + GStreamer maintainers <gstreamer-devel@lists.sourceforge.net> src diff --git a/docs/plugins/inspect/plugin-videorate.xml b/docs/plugins/inspect/plugin-videorate.xml index 6b0d6142ae..33b761a6ea 100644 --- a/docs/plugins/inspect/plugin-videorate.xml +++ b/docs/plugins/inspect/plugin-videorate.xml @@ -3,7 +3,7 @@ Adjusts video frames ../../gst/videorate/.libs/libgstvideorate.so libgstvideorate.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-videoscale.xml b/docs/plugins/inspect/plugin-videoscale.xml index e895efef5b..05f1376c14 100644 --- a/docs/plugins/inspect/plugin-videoscale.xml +++ b/docs/plugins/inspect/plugin-videoscale.xml @@ -3,7 +3,7 @@ Resizes video ../../gst/videoscale/.libs/libgstvideoscale.so libgstvideoscale.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release @@ -20,13 +20,13 @@ src source always -
video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)v308, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)AYUV, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)YUY2, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)YVYU, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)Y800, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)YV12, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, endianness=(int)1234, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)15, endianness=(int)1234, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)8, depth=(int)8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)1234, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+
video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, alpha_mask=(int)-16777216, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)v308, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)AYUV, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)YUY2, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)YVYU, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)Y800, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)YV12, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, endianness=(int)1234, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)15, endianness=(int)1234, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)8, depth=(int)8, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)1234, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
sink sink always -
video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)v308, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)AYUV, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)YUY2, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)YVYU, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)Y800, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)YV12, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, endianness=(int)1234, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)15, endianness=(int)1234, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)8, depth=(int)8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)1234, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
+
video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, alpha_mask=(int)-16777216, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)v308, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)AYUV, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)YUY2, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)YVYU, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)Y800, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)YV12, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, endianness=(int)1234, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)15, endianness=(int)1234, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)8, depth=(int)8, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)1234, width=(int)[ 1, 32767 ], height=(int)[ 1, 32767 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
diff --git a/docs/plugins/inspect/plugin-videotestsrc.xml b/docs/plugins/inspect/plugin-videotestsrc.xml index d2a79f18a2..ff36de6316 100644 --- a/docs/plugins/inspect/plugin-videotestsrc.xml +++ b/docs/plugins/inspect/plugin-videotestsrc.xml @@ -3,7 +3,7 @@ Creates a test video stream ../../gst/videotestsrc/.libs/libgstvideotestsrc.so libgstvideotestsrc.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-volume.xml b/docs/plugins/inspect/plugin-volume.xml index 283a455d35..3ac30ba21e 100644 --- a/docs/plugins/inspect/plugin-volume.xml +++ b/docs/plugins/inspect/plugin-volume.xml @@ -3,7 +3,7 @@ plugin for controlling audio volume ../../gst/volume/.libs/libgstvolume.so libgstvolume.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-vorbis.xml b/docs/plugins/inspect/plugin-vorbis.xml index ccb5264bf1..84a44cb049 100644 --- a/docs/plugins/inspect/plugin-vorbis.xml +++ b/docs/plugins/inspect/plugin-vorbis.xml @@ -3,7 +3,7 @@ Vorbis plugin library ../../ext/vorbis/.libs/libgstvorbis.so libgstvorbis.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-ximagesink.xml b/docs/plugins/inspect/plugin-ximagesink.xml index 7c5155ba93..4a4c713dc1 100644 --- a/docs/plugins/inspect/plugin-ximagesink.xml +++ b/docs/plugins/inspect/plugin-ximagesink.xml @@ -3,7 +3,7 @@ X11 video output element based on standard Xlib calls ../../sys/ximage/.libs/libgstximagesink.so libgstximagesink.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/docs/plugins/inspect/plugin-xvimagesink.xml b/docs/plugins/inspect/plugin-xvimagesink.xml index bcfa7e2972..57968b734f 100644 --- a/docs/plugins/inspect/plugin-xvimagesink.xml +++ b/docs/plugins/inspect/plugin-xvimagesink.xml @@ -3,7 +3,7 @@ XFree86 video output plugin using Xv extension ../../sys/xvimage/.libs/libgstxvimagesink.so libgstxvimagesink.so - 0.10.24 + 0.10.25 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff --git a/gst-plugins-base.doap b/gst-plugins-base.doap index 7dbcb26df4..8cffcaaadb 100644 --- a/gst-plugins-base.doap +++ b/gst-plugins-base.doap @@ -35,6 +35,17 @@ A wide range of video and audio decoders, encoders, and filters are included. + + + 0.10.25 + 0.10 + Standard disclaimers apply + 2009-10-05 + + + + + 0.10.24