Skip to content

Commit

Permalink
Release 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Sep 1, 2016
1 parent 2eb266e commit 47b7c8d
Show file tree
Hide file tree
Showing 37 changed files with 1,024 additions and 268 deletions.
1,048 changes: 891 additions & 157 deletions ChangeLog

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion NEWS
@@ -1 +1 @@
This is GStreamer 1.9.1
This is GStreamer 1.9.2
109 changes: 36 additions & 73 deletions RELEASE
@@ -1,18 +1,18 @@

Release notes for GStreamer Base Plugins 1.9.1
Release notes for GStreamer Base Plugins 1.9.2

The GStreamer team is pleased to announce the first release of the unstable
1.9 release series. The 1.9 release series is adding new features on top of
the 1.0, 1.2, 1.4, 1.6 and 1.8 series and is part of the API and ABI-stable 1.x release
series of the GStreamer multimedia framework. The unstable 1.9 release series
will lead to the stable 1.10 release series in the next weeks. Any newly added
API can still change until that point.
The GStreamer team is pleased to announce the second release of the unstable
1.9 release series, which marks the feature freeze for 1.10. The 1.9 release
series is adding new features on top of the 1.0, 1.2, 1.4, 1.6 and 1.8 series
and is part of the API and ABI-stable 1.x release series of the GStreamer
multimedia framework. The unstable 1.9 release series will lead to the stable
1.10 release series in the next weeks. Any newly added API can still change
until that point.


Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days.



This module contains a set of reference plugins, base classes for other
plugins, and helper libraries. It also includes essential elements such
as audio and video format converters, and higher-level components like playbin,
Expand Down Expand Up @@ -59,47 +59,23 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)

Bugs fixed in this release

* 578933 : Need generic " deep-element-added " signal and/or playbin " element-setup " signal
* 629764 : subparse: Add WebVTT support
* 747574 : videodecoder: reverse playback in non-packetized decoders
* 753930 : tag: add GST_TAG_CAPTURING_FOCAL_LENGTH_35_MM and handle it in exiftag
* 761944 : rtcpbuffer: Add API for APP packets
* 761950 : rtcpbuffer: Add profile-specific extension API.
* 763058 : opusdec: add unit test for PLC timestamp when FEC is enabled
* 763075 : base plugins: use new gst_element_class_add_static_pad_template()
* 763630 : appsrc: If do-timestamp=true should take the timestamp when queueing the buffer
* 763799 : alsasrc: should not always assume that 8 channels implies 7.1 setup
* 763975 : decodebin: Modify result of seekable in check_upstream_seekable function
* 763985 : audio: add some debug output about channels mapping
* 764201 : video: Provide fast path for I420 to BGRA (and/or RGBA) conversion and back
* 764319 : videorate : avoid useless buffer copy un drop-only mode
* 764459 : GstRTPBasedepayload fail to detect new stream after SSRC change
* 764631 : GstAudioDecoder produce invalid timestamps when PLC and delay
* 764667 : videoaffinetransformationmeta: doesn't define the coordinate space
* 764902 : Explicitly initialize GstVideoCropMeta fields to 0 on init.
* 764948 : decodebin: use-buffering property ignored on non-muxed streams
* 764966 : oggdemux: Gaps when playing test sine wave VBR file
* 765042 : subparse: fix build error with GCC 4.6.3
* 765216 : gst-play: call gst_deinit()
* 765424 : ximagesink: generate reconfigure on window handle change
* 765663 : gst_audio_buffer_clip() needs const on segment
* 766226 : base: fix leaks in tests
* 766229 : appsrc: Add duration property for providing a duration in TIME format
* 766467 : oggdemux: Reset keyframe_granule when needed
* 766800 : videodecoder: Make sure the DISCONT flag is set on the outgoing buffer
* 767102 : decodebin: hits ASSERT with H264 byte-stream as input
* 767155 : base: use MAY_BE_LEAKED flag
* 767173 : tagdemux: preserve timestamp when skipping a tag at the beginning of a buffer
* 767232 : videodecoder: Drain data in more situations
* 767505 : audiovisualizer: produces wrong timestamps with non-16 bit audio formats
* 767506 : audiovisualizer: still uses old GST_BUFFER_TIMESTAMP() macro switch it to GST_BUFFER_PTS()
* 767507 : audiovisualizer: Timestamp adjustment calculations wrong for > 1 channel
* 767537 : exiftag: Increase serialized geo coordinate precision
* 767641 : videodecoder: Missing drain vfunc GST_FIXME flood on Raspberry Pi
* 767791 : tagdemux: preserve duration when skipping a tag at the beginning of a buffer
* 767826 : opusdec with plc enabled failing to decode audio
* 768361 : videodecoder: Takes stream lock for non-serialized queries
* 766203 : videoencoder/decoder: Wrong variable names used in GST_IS_*CODER_CLASS macros
* 761514 : riff: remove limits for sample rate and channel count
* 766419 : videotimecode: Added support for SMPTE time code metadata
* 767816 : Comparison of constant 64 with expression of type 'GstVideoFormat' is always false in Mac OS X
* 768495 : POTFILES.in is out of date
* 768525 : subparse: don't reset allowed tags
* 768687 : Rework video orientation
* 768718 : videoscale: fix leak in test
* 768811 : decodebin3/playbin3: fix leaks
* 768852 : appsink: add _try_pull_{sample,preroll} with timeout parameter
* 768990 : audioclock: use GST_STIME_FORMAT for the correct argument
* 769080 : decodebin3: fix collection refcounting
* 769270 : decodebin3/playbin3: fix ref handling
* 769298 : decodebin3: handle full removal of streams
* 769299 : ogg: check return values in gst_ogg_parse_new_stream
* 769303 : pbutils: Add more h264 scalable profiles
* 769624 : videorate: Does not support reverse playback
* 770053 : parsebin: sometimes sets global tags to stream

==== Download ====

Expand Down Expand Up @@ -136,43 +112,30 @@ subscribe to the gstreamer-devel list.

Contributors to this release

* Aleix Conchillo Flaqué
* Alessandro Decina
* Arjen Veenhuizen
* Aurélien Zanelli
* Arun Raghavan
* Carlos Rafael Giani
* Duncan Palmer
* Edward Hervey
* Fabrice Bellet
* Frédéric Bertolus
* Guillaume Desmottes
* Haakon Sporsheim
* Hyunjun Ko
* Jakub Adam
* Jan Schmidt
* Jimmy Ohn
* Joan Pau Beltran
* Josep Torra
* Julien Isorce
* Kipp Cannon
* Luis de Bethencourt
* Matthew Waters
* Matej Knopp
* Michael Olbrich
* Mikhail Fludkov
* Nicolas Dufresne
* Nirbheek Chauhan
* Olivier Crête
* Paulo Neves
* Philippe Normand
* Scott D Phillips
* Piotr Drąg
* Sebastian Dröge
* Sergio Torres Soldado
* Seungha Yang
* Sreerenj Balachandran
* Stian Selnes
* Thiago Santos
* Thomas Jones
* Stefan Sauer
* Thibault Saunier
* Thijs Vermeir
* Tim-Philipp Müller
* Vincent Penquerc'h
* Vineeth TM
* Vivia Nikolaidou
* Víctor Manuel Jáquez Leal
* Wim Taymans
* Zaheer Abbas Merali
* Xabier Rodriguez Calvar

6 changes: 3 additions & 3 deletions configure.ac
Expand Up @@ -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],[1.9.1.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base])
AC_INIT([GStreamer Base Plug-ins],[1.9.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base])

AG_GST_INIT

Expand Down Expand Up @@ -56,10 +56,10 @@ dnl 1.2.5 => 205
dnl 1.10.9 (who knows) => 1009
dnl
dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 901, 0, 901)
AS_LIBTOOL(GST, 902, 0, 902)

dnl *** required versions of GStreamer stuff ***
GST_REQ=1.9.1.1
GST_REQ=1.9.2

dnl *** autotools stuff ****

Expand Down
8 changes: 8 additions & 0 deletions docs/plugins/gst-plugins-base-plugins.signals
Expand Up @@ -737,6 +737,14 @@ GstPlayBin3 *gstplaybin3
gint arg1
</SIGNAL>

<SIGNAL>
<NAME>GstPlayBin3::element-setup</NAME>
<RETURNS>void</RETURNS>
<FLAGS>l</FLAGS>
GstPlayBin3 *gstplaybin3
GstElement *arg1
</SIGNAL>

<SIGNAL>
<NAME>GstParseBin::autoplug-continue</NAME>
<RETURNS>gboolean</RETURNS>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-adder.xml
Expand Up @@ -3,7 +3,7 @@
<description>Adds multiple streams</description>
<filename>../../gst/adder/.libs/libgstadder.so</filename>
<basename>libgstadder.so</basename>
<version>1.9.1</version>
<version>1.9.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-alsa.xml
Expand Up @@ -3,7 +3,7 @@
<description>ALSA plugin library</description>
<filename>../../ext/alsa/.libs/libgstalsa.so</filename>
<basename>libgstalsa.so</basename>
<version>1.9.1</version>
<version>1.9.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-app.xml
Expand Up @@ -3,7 +3,7 @@
<description>Elements used to communicate with applications</description>
<filename>../../gst/app/.libs/libgstapp.so</filename>
<basename>libgstapp.so</basename>
<version>1.9.1</version>
<version>1.9.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-audioconvert.xml
Expand Up @@ -3,7 +3,7 @@
<description>Convert audio to different formats</description>
<filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename>
<basename>libgstaudioconvert.so</basename>
<version>1.9.1</version>
<version>1.9.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-audiorate.xml
Expand Up @@ -3,7 +3,7 @@
<description>Adjusts audio frames</description>
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
<basename>libgstaudiorate.so</basename>
<version>1.9.1</version>
<version>1.9.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-audioresample.xml
Expand Up @@ -3,7 +3,7 @@
<description>Resamples audio</description>
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
<basename>libgstaudioresample.so</basename>
<version>1.9.1</version>
<version>1.9.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-audiotestsrc.xml
Expand Up @@ -3,7 +3,7 @@
<description>Creates audio test signals of given frequency and volume</description>
<filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename>
<basename>libgstaudiotestsrc.so</basename>
<version>1.9.1</version>
<version>1.9.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-cdparanoia.xml
Expand Up @@ -3,7 +3,7 @@
<description>Read audio from CD in paranoid mode</description>
<filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename>
<basename>libgstcdparanoia.so</basename>
<version>1.9.1</version>
<version>1.9.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-encoding.xml
Expand Up @@ -3,7 +3,7 @@
<description>various encoding-related elements</description>
<filename>../../gst/encoding/.libs/libgstencodebin.so</filename>
<basename>libgstencodebin.so</basename>
<version>1.9.1</version>
<version>1.9.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-gio.xml
Expand Up @@ -3,7 +3,7 @@
<description>GIO elements</description>
<filename>../../gst/gio/.libs/libgstgio.so</filename>
<basename>libgstgio.so</basename>
<version>1.9.1</version>
<version>1.9.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-libvisual.xml
Expand Up @@ -3,7 +3,7 @@
<description>libvisual visualization plugins</description>
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
<basename>libgstlibvisual.so</basename>
<version>1.9.1</version>
<version>1.9.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/inspect/plugin-ogg.xml
Expand Up @@ -3,7 +3,7 @@
<description>ogg stream manipulation (info about ogg: http://xiph.org)</description>
<filename>../../ext/ogg/.libs/libgstogg.so</filename>
<basename>libgstogg.so</basename>
<version>1.9.1</version>
<version>1.9.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down Expand Up @@ -122,7 +122,7 @@
<name>src</name>
<direction>source</direction>
<presence>sometimes</presence>
<details>audio/ms-gsm, rate=(int)[ 1, 96000 ], channels=(int)[ 1, 2 ]; audio/mpeg, mpegversion=(int)1, layer=(int)3, rate=(int)[ 8000, 48000 ], channels=(int)[ 1, 2 ]; audio/mpeg, mpegversion=(int)1, layer=(int)2, rate=(int)[ 16000, 48000 ], channels=(int)[ 1, 2 ]; audio/x-raw, format=(string){ S8, U8, S16LE, U16LE, S24LE, U24LE, S32LE, U32LE }, layout=(string)interleaved, rate=(int)[ 1000, 192000 ], channels=(int)[ 1, 8 ]; audio/x-vorbis, rate=(int)[ 1000, 192000 ], channels=(int)[ 1, 2 ]; audio/x-ac3, rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 6 ]; audio/x-dts; audio/mpeg, mpegversion=(int)4, rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 8 ]; audio/x-alaw, rate=(int)[ 1000, 48000 ], channels=(int)[ 1, 2 ]; audio/x-mulaw, rate=(int)[ 1000, 48000 ], channels=(int)[ 1, 2 ]; audio/x-wms, bitrate=(int)[ 0, 2147483647 ], rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 2 ], block_align=(int)[ 1, 2147483647 ]; audio/x-adpcm, layout=(string)microsoft, rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 2 ], block_align=(int)[ 1, 2147483647 ]; audio/x-adpcm, layout=(string)dvi, rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 2 ], block_align=(int)[ 1, 2147483647 ]; audio/x-truespeech, rate=(int)8000, channels=(int)[ 1, 2 ]; audio/x-wma, wmaversion=(int)1, bitrate=(int)[ 0, 2147483647 ], rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 8 ], block_align=(int)[ 1, 2147483647 ]; audio/x-wma, wmaversion=(int)2, bitrate=(int)[ 0, 2147483647 ], rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 8 ], block_align=(int)[ 1, 2147483647 ]; audio/x-wma, wmaversion=(int)3, bitrate=(int)[ 0, 2147483647 ], rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 8 ], block_align=(int)[ 1, 2147483647 ]; audio/x-vnd.sony.atrac3, rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 2 ]; audio/x-raw, format=(string){ F32LE, F64LE }, layout=(string)interleaved, rate=(int)[ 1000, 192000 ], channels=(int)[ 1, 8 ]; audio/x-voxware, voxwaretype=(int)117, rate=(int)[ 1000, 96000 ], channels=(int)[ 1, 2 ]; audio/x-adpcm, layout=(string)dk4, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 2 ]; audio/x-adpcm, layout=(string)dk3, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 2 ]; audio/x-adpcm, layout=(string)dvi, rate=(int)[ 8000, 96000 ], channels=(int)[ 1, 2 ]; audio/AMR, rate=(int)8000, channels=(int)1; audio/AMR-WB, rate=(int)16000, channels=(int)1; audio/x-siren; application/x-ogg-avi</details>
<details>audio/ms-gsm; audio/mpeg, mpegversion=(int)1, layer=(int)3; audio/mpeg, mpegversion=(int)1, layer=(int)2; audio/x-raw, format=(string){ S8, U8, S16LE, U16LE, S24LE, U24LE, S32LE, U32LE }, layout=(string)interleaved; audio/x-vorbis; audio/x-ac3; audio/x-dts; audio/mpeg, mpegversion=(int)4; audio/x-alaw; audio/x-mulaw; audio/x-wms, bitrate=(int)[ 0, 2147483647 ], block_align=(int)[ 1, 2147483647 ]; audio/x-adpcm, layout=(string)microsoft, block_align=(int)[ 1, 2147483647 ]; audio/x-adpcm, layout=(string)dvi, block_align=(int)[ 1, 2147483647 ]; audio/x-truespeech; audio/x-wma, wmaversion=(int)1, bitrate=(int)[ 0, 2147483647 ], block_align=(int)[ 1, 2147483647 ]; audio/x-wma, wmaversion=(int)2, bitrate=(int)[ 0, 2147483647 ], block_align=(int)[ 1, 2147483647 ]; audio/x-wma, wmaversion=(int)3, bitrate=(int)[ 0, 2147483647 ], block_align=(int)[ 1, 2147483647 ]; audio/x-vnd.sony.atrac3; audio/x-raw, format=(string){ F32LE, F64LE }, layout=(string)interleaved; audio/x-voxware, voxwaretype=(int)117; audio/x-adpcm, layout=(string)dk4; audio/x-adpcm, layout=(string)dk3; audio/x-adpcm, layout=(string)dvi; audio/AMR; audio/AMR-WB; audio/x-siren; application/x-ogg-avi</details>
</caps>
</pads>
</element>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-opus.xml
Expand Up @@ -3,7 +3,7 @@
<description>OPUS plugin library</description>
<filename>../../ext/opus/.libs/libgstopus.so</filename>
<basename>libgstopus.so</basename>
<version>1.9.1</version>
<version>1.9.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-pango.xml
Expand Up @@ -3,7 +3,7 @@
<description>Pango-based text rendering and overlay</description>
<filename>../../ext/pango/.libs/libgstpango.so</filename>
<basename>libgstpango.so</basename>
<version>1.9.1</version>
<version>1.9.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-playback.xml
Expand Up @@ -3,7 +3,7 @@
<description>various playback elements</description>
<filename>../../gst/playback/.libs/libgstplayback.so</filename>
<basename>libgstplayback.so</basename>
<version>1.9.1</version>
<version>1.9.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-subparse.xml
Expand Up @@ -3,7 +3,7 @@
<description>Subtitle parsing</description>
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
<basename>libgstsubparse.so</basename>
<version>1.9.1</version>
<version>1.9.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-tcp.xml
Expand Up @@ -3,7 +3,7 @@
<description>transfer data over the network via TCP</description>
<filename>../../gst/tcp/.libs/libgsttcp.so</filename>
<basename>libgsttcp.so</basename>
<version>1.9.1</version>
<version>1.9.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-theora.xml
Expand Up @@ -3,7 +3,7 @@
<description>Theora plugin library</description>
<filename>../../ext/theora/.libs/libgsttheora.so</filename>
<basename>libgsttheora.so</basename>
<version>1.9.1</version>
<version>1.9.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-typefindfunctions.xml
Expand Up @@ -3,7 +3,7 @@
<description>default typefind functions</description>
<filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename>
<basename>libgsttypefindfunctions.so</basename>
<version>1.9.1</version>
<version>1.9.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-videoconvert.xml
Expand Up @@ -3,7 +3,7 @@
<description>Colorspace conversion</description>
<filename>../../gst/videoconvert/.libs/libgstvideoconvert.so</filename>
<basename>libgstvideoconvert.so</basename>
<version>1.9.1</version>
<version>1.9.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-videorate.xml
Expand Up @@ -3,7 +3,7 @@
<description>Adjusts video frames</description>
<filename>../../gst/videorate/.libs/libgstvideorate.so</filename>
<basename>libgstvideorate.so</basename>
<version>1.9.1</version>
<version>1.9.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-videoscale.xml
Expand Up @@ -3,7 +3,7 @@
<description>Resizes video</description>
<filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
<basename>libgstvideoscale.so</basename>
<version>1.9.1</version>
<version>1.9.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down

0 comments on commit 47b7c8d

Please sign in to comment.