mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
Release 1.9.2
This commit is contained in:
parent
2eb266e25a
commit
47b7c8dc75
37 changed files with 1025 additions and 269 deletions
2
NEWS
2
NEWS
|
@ -1 +1 @@
|
|||
This is GStreamer 1.9.1
|
||||
This is GStreamer 1.9.2
|
||||
|
|
109
RELEASE
109
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,
|
||||
|
@ -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 ====
|
||||
|
||||
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
|
@ -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 ****
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Creates a test video stream</description>
|
||||
<filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename>
|
||||
<basename>libgstvideotestsrc.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>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>plugin for controlling audio volume</description>
|
||||
<filename>../../gst/volume/.libs/libgstvolume.so</filename>
|
||||
<basename>libgstvolume.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>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Vorbis plugin library</description>
|
||||
<filename>../../ext/vorbis/.libs/libgstvorbis.so</filename>
|
||||
<basename>libgstvorbis.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>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>X11 video output element based on standard Xlib calls</description>
|
||||
<filename>../../sys/ximage/.libs/libgstximagesink.so</filename>
|
||||
<basename>libgstximagesink.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>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>XFree86 video output plugin using Xv extension</description>
|
||||
<filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename>
|
||||
<basename>libgstxvimagesink.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>
|
||||
|
|
|
@ -34,6 +34,16 @@ A wide range of video and audio decoders, encoders, and filters are included.
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.9.2</revision>
|
||||
<branch>master</branch>
|
||||
<name></name>
|
||||
<created>2016-09-01</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.9.2.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.9.1</revision>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#ifndef _GST_PLUGINS_BASE__STDINT_H
|
||||
#define _GST_PLUGINS_BASE__STDINT_H 1
|
||||
#ifndef _GENERATED_STDINT_H
|
||||
#define _GENERATED_STDINT_H "gst-plugins-base 1.9.1"
|
||||
/* generated using gnu compiler gcc-6 (Debian 6.1.1-8) 6.1.1 20160630 */
|
||||
#define _GENERATED_STDINT_H "gst-plugins-base 1.9.2"
|
||||
/* generated using gnu compiler gcc-6 (Debian 6.2.0-2) 6.2.0 20160830 */
|
||||
#define _STDINT_HAVE_STDINT_H 1
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||
|
||||
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
|
||||
#define GST_PACKAGE_RELEASE_DATETIME "2016-06-06"
|
||||
#define GST_PACKAGE_RELEASE_DATETIME "2016-09-01"
|
||||
|
||||
/* Define if static plugins should be built */
|
||||
#undef GST_PLUGIN_BUILD_STATIC
|
||||
|
@ -248,6 +248,12 @@
|
|||
/* Define to 1 if you have the <process.h> header file. */
|
||||
#define HAVE_PROCESS_H 1
|
||||
|
||||
/* Define if you have POSIX threads libraries and header files. */
|
||||
#undef HAVE_PTHREAD
|
||||
|
||||
/* Have PTHREAD_PRIO_INHERIT. */
|
||||
#undef HAVE_PTHREAD_PRIO_INHERIT
|
||||
|
||||
/* Define if RDTSC is available */
|
||||
#undef HAVE_RDTSC
|
||||
|
||||
|
@ -342,7 +348,7 @@
|
|||
#define PACKAGE_NAME "GStreamer Base Plug-ins"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "GStreamer Base Plug-ins 1.9.1"
|
||||
#define PACKAGE_STRING "GStreamer Base Plug-ins 1.9.2"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "gst-plugins-base"
|
||||
|
@ -351,7 +357,7 @@
|
|||
#undef PACKAGE_URL
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "1.9.1"
|
||||
#define PACKAGE_VERSION "1.9.2"
|
||||
|
||||
/* directory where plugins are located */
|
||||
#ifdef _DEBUG
|
||||
|
@ -360,6 +366,10 @@
|
|||
# define PLUGINDIR PREFIX "\\lib\\gstreamer-0.11"
|
||||
#endif
|
||||
|
||||
/* Define to necessary symbol if this constant uses a non-standard name on
|
||||
your system. */
|
||||
#undef PTHREAD_CREATE_JOINABLE
|
||||
|
||||
/* The size of `char', as computed by sizeof. */
|
||||
#undef SIZEOF_CHAR
|
||||
|
||||
|
@ -385,7 +395,7 @@
|
|||
#undef USE_TREMOLO
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "1.9.1"
|
||||
#define VERSION "1.9.2"
|
||||
|
||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||||
significant byte first (like Motorola and SPARC, unlike Intel). */
|
||||
|
|
|
@ -17,6 +17,33 @@
|
|||
#include "video-frame.h"
|
||||
#include "video-scaler.h"
|
||||
|
||||
/* enumerations from "video.h" */
|
||||
GType
|
||||
gst_video_orientation_method_get_type (void)
|
||||
{
|
||||
static volatile gsize g_define_type_id__volatile = 0;
|
||||
if (g_once_init_enter (&g_define_type_id__volatile)) {
|
||||
static const GEnumValue values[] = {
|
||||
{GST_VIDEO_ORIENTATION_IDENTITY, "GST_VIDEO_ORIENTATION_IDENTITY",
|
||||
"identity"},
|
||||
{GST_VIDEO_ORIENTATION_90R, "GST_VIDEO_ORIENTATION_90R", "90r"},
|
||||
{GST_VIDEO_ORIENTATION_180, "GST_VIDEO_ORIENTATION_180", "180"},
|
||||
{GST_VIDEO_ORIENTATION_90L, "GST_VIDEO_ORIENTATION_90L", "90l"},
|
||||
{GST_VIDEO_ORIENTATION_HORIZ, "GST_VIDEO_ORIENTATION_HORIZ", "horiz"},
|
||||
{GST_VIDEO_ORIENTATION_VERT, "GST_VIDEO_ORIENTATION_VERT", "vert"},
|
||||
{GST_VIDEO_ORIENTATION_UL_LR, "GST_VIDEO_ORIENTATION_UL_LR", "ul-lr"},
|
||||
{GST_VIDEO_ORIENTATION_UR_LL, "GST_VIDEO_ORIENTATION_UR_LL", "ur-ll"},
|
||||
{GST_VIDEO_ORIENTATION_AUTO, "GST_VIDEO_ORIENTATION_AUTO", "auto"},
|
||||
{GST_VIDEO_ORIENTATION_CUSTOM, "GST_VIDEO_ORIENTATION_CUSTOM", "custom"},
|
||||
{0, NULL, NULL}
|
||||
};
|
||||
GType g_define_type_id =
|
||||
g_enum_register_static ("GstVideoOrientationMethod", values);
|
||||
g_once_init_leave (&g_define_type_id__volatile, g_define_type_id);
|
||||
}
|
||||
return g_define_type_id__volatile;
|
||||
}
|
||||
|
||||
/* enumerations from "video-format.h" */
|
||||
GType
|
||||
gst_video_format_get_type (void)
|
||||
|
|
|
@ -8,6 +8,10 @@
|
|||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
/* enumerations from "video.h" */
|
||||
GType gst_video_orientation_method_get_type (void);
|
||||
#define GST_TYPE_VIDEO_ORIENTATION_METHOD (gst_video_orientation_method_get_type())
|
||||
|
||||
/* enumerations from "video-format.h" */
|
||||
GType gst_video_format_get_type (void);
|
||||
#define GST_TYPE_VIDEO_FORMAT (gst_video_format_get_type())
|
||||
|
|
Loading…
Reference in a new issue