mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
Release 1.7.1
This commit is contained in:
parent
1975bdcd1c
commit
5f98203bd7
37 changed files with 2065 additions and 147 deletions
64
NEWS
64
NEWS
|
@ -1,64 +1,2 @@
|
||||||
This is GStreamer 1.6.0
|
This is GStreamer 1.7.1
|
||||||
|
|
||||||
The GStreamer team is proud to announce a new major feature release in the
|
|
||||||
stable 1.x API series of your favourite cross-platform multimedia framework!
|
|
||||||
|
|
||||||
This release has been in the works for more than a year and is packed with new
|
|
||||||
features, bug fixes and other improvements.
|
|
||||||
|
|
||||||
See http://gstreamer.freedesktop.org/releases/1.6/ for the full list of
|
|
||||||
changes.
|
|
||||||
|
|
||||||
Highlights
|
|
||||||
|
|
||||||
- Stereoscopic 3D and multiview video support
|
|
||||||
- Trick mode API for key-frame only fast-forward/fast-reverse playback etc.
|
|
||||||
- Improved DTS (decoding timestamp) vs. PTS (presentation timestamp) handling
|
|
||||||
to account for negative DTS
|
|
||||||
- New GstVideoConverter API for more optimised and more correct conversion of
|
|
||||||
raw video frames between all supported formats, with rescaling
|
|
||||||
- v4l2src now supports renegotiation
|
|
||||||
- v4l2transform can now do scaling
|
|
||||||
- V4L2 Element now report Colorimetry properly
|
|
||||||
- Easier chunked recording of MP4, Matroska, Ogg, MPEG-TS: new splitmuxsink
|
|
||||||
and multifilesink improvements
|
|
||||||
- Content Protection signalling API and Common Encryption (CENC) support for
|
|
||||||
DASH/MP4
|
|
||||||
- Many adaptive streaming (DASH, HLS and MSS) improvements
|
|
||||||
- New PTP and NTP network client clocks and better remote clock tracking
|
|
||||||
stability
|
|
||||||
- High-quality text subtitle overlay at display resolutions with glimagesink
|
|
||||||
or gtkglsink
|
|
||||||
- RECORD support for the GStreamer RTSP Server
|
|
||||||
- Retransmissions (RTX) support in RTSP server and client
|
|
||||||
- RTSP seeking support in client and server has been fixed
|
|
||||||
- RTCP scheduling improvements and reduced size RTCP support
|
|
||||||
- MP4/MOV muxer acquired a new "robust" mode of operation which attempts to
|
|
||||||
keep the output file in a valid state at all times
|
|
||||||
- Live mixing support in aggregator, audiomixer and compositor was improved a
|
|
||||||
lot
|
|
||||||
- compositor now supports rescaling and converting inputs streams on the fly
|
|
||||||
- New audiointerleave element with proper input synchronisation and live input
|
|
||||||
support
|
|
||||||
- Blackmagic Design DeckLink capture and playback card support was rewritten
|
|
||||||
from scratch; 2k/4k support; mode sensing
|
|
||||||
- KLV metadata support in RTP and MPEG-TS
|
|
||||||
- H.265 video encoder (x265), decoders (libav, libde265) and RTP payloader and
|
|
||||||
depayloaders
|
|
||||||
- New DTLS plugin and SRTP/DTLS support
|
|
||||||
- OpenGL3 support, multiple contexts and context propagation, 3D video,
|
|
||||||
transfer/conversion separation, subtitle blending
|
|
||||||
- New OpenGL-based QML video sink, Gtk GL video sink, CoreAnimation
|
|
||||||
CAOpenGLLayerSink video sink
|
|
||||||
- gst-libav switched to ffmpeg as libav-provider, gains support for
|
|
||||||
3D/multiview video, trick modes, and the CAVS codec
|
|
||||||
- GstHarness API for unit tests
|
|
||||||
- gst-editing-services got a completely new ges-launch-1.0 interface, improved
|
|
||||||
mixing support and integration into gst-validate
|
|
||||||
- gnonlin has been deprecated in favor of nle (Non Linear Engine) in
|
|
||||||
gst-editing-services
|
|
||||||
- gst-validate has a new plugin system, an extensive default testsuite,
|
|
||||||
support for concurrent test runs and valgrind support
|
|
||||||
- cerbero build tool for SDK binary packages gains new 'bundle-source' command
|
|
||||||
- Various improvements to the Android, iOS, OS X and Windows platform support
|
|
||||||
|
|
||||||
|
|
106
RELEASE
106
RELEASE
|
@ -1,18 +1,17 @@
|
||||||
|
|
||||||
Release notes for GStreamer Base Plugins 1.6.0
|
Release notes for GStreamer Base Plugins 1.7.1
|
||||||
|
|
||||||
|
|
||||||
The GStreamer team is proud to announce a new major feature release in the
|
The GStreamer team is pleased to announce the first release of the unstable
|
||||||
stable 1.x API series of your favourite cross-platform multimedia framework!
|
1.7 release series. The 1.7 release series is adding new features on top of
|
||||||
|
the 1.0, 1.2, 1.4 and 1.6 series and is part of the API and ABI-stable 1.x release
|
||||||
|
series of the GStreamer multimedia framework. The unstable 1.7 release series
|
||||||
|
will lead to the stable 1.8 release series in the next weeks. Any newly added
|
||||||
|
API can still change until that point.
|
||||||
|
|
||||||
|
|
||||||
This release has been in the works for more than a year and is packed with new
|
Binaries for Android, iOS, Mac OS X and Windows will be provided separately
|
||||||
features, bug fixes and other improvements.
|
during the unstable 1.7 release series.
|
||||||
|
|
||||||
|
|
||||||
See
|
|
||||||
http://gstreamer.freedesktop.org/releases/1.6/
|
|
||||||
for the full list of changes.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -62,10 +61,43 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 752148 : Drawing from paths passed to cairo does not work with PANGOCAIRO_BACKEND=coretext
|
* 681447 : video overlay composition: fix video blending over transparent frame
|
||||||
* 754344 : libs: build rtp after audio
|
* 705579 : Playbin prevents plugins requesting a GstContext to work properly
|
||||||
* 754833 : dmabuf & fdmemory: fix allocator_alloc documentation
|
* 726117 : typefinding: issue in MPEG-TS detection logic for streams with Null Pids
|
||||||
* 755392 : video: bugs with gst_video_frame_copy and videoconvert (with test scripts)
|
* 726472 : rtpbasepayload: Implement video SDP attributes
|
||||||
|
* 727970 : videorate: remove dead code
|
||||||
|
* 730926 : tags: add GST_TAG_PRIVATE_DATA and expose ID3 private frame ( " PRIV " ) data
|
||||||
|
* 731791 : videometa: add GstVideoAffineTransformationMeta
|
||||||
|
* 738687 : midi: add alsamidisrc, an ALSA MIDI sequencer source
|
||||||
|
* 749596 : rtsp-over-http authentication failure
|
||||||
|
* 751470 : encodebin: Fix special case.
|
||||||
|
* 752651 : decodebin: segfault on setting to NULL
|
||||||
|
* 753852 : gstreamer: base: Fix memory leaks when context parse fails.
|
||||||
|
* 754054 : videorate: remove unnecessary break statement
|
||||||
|
* 754196 : audiodecoder-test: port to using GstHarness
|
||||||
|
* 754223 : audioencoder-tests: port to use GstHarness
|
||||||
|
* 754450 : audiotestsrc: remove frequency and channel number limit
|
||||||
|
* 755260 : decodebin: Fix a race condition accessing the decode_chain field.
|
||||||
|
* 755301 : audioconvert: Integer- > Float conversion creates values slightly smaller than -1.0
|
||||||
|
* 755440 : gst-play: Add keyboard shortcut '0' to seek to beginning
|
||||||
|
* 755482 : videotestsrc: Force alpha downstream if foreground color contains alpha
|
||||||
|
* 756804 : playsink: text_sink dynamic reconnection is not working
|
||||||
|
* 757008 : tests: typefindfunctions: Fix error leak
|
||||||
|
* 757068 : audio{filter,convert,resample}: Clip input buffers to the segment before handling them
|
||||||
|
* 757351 : audioconvert: Latest audioconvert outputs noise
|
||||||
|
* 757480 : Use GST_STIME_FORMAT and GST_STIME_ARGS with GstClockTimeDiff
|
||||||
|
* 757926 : pbutils:encoding-target: Fix string memory leak
|
||||||
|
* 757927 : tests:video: Fix overlay rectangle and buffer leak
|
||||||
|
* 757928 : audio-quantize: Fix dither_buffer memory leak
|
||||||
|
* 758235 : rtspconnection: add support for parsing custom headers
|
||||||
|
* 758744 : allocators: Add logging category for GstFdMemory
|
||||||
|
* 758911 : audiobasesink/src: send latency message on setcaps
|
||||||
|
* 758922 : rtspconnection should optionally make HTTP requests with abs_path instead of absoluteURI
|
||||||
|
* 759126 : appsrc: issues with duration query handling
|
||||||
|
* 759329 : convertframe: Support video crop when convert frame
|
||||||
|
* 759356 : encodebin: Implement an encoding profile serialization format
|
||||||
|
* 742875 : [API] new audiovisualizer base class
|
||||||
|
* 758754 : oggdemux: failing to play an Opus sample file
|
||||||
|
|
||||||
==== Download ====
|
==== Download ====
|
||||||
|
|
||||||
|
@ -102,6 +134,50 @@ subscribe to the gstreamer-devel list.
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* Aurélien Zanelli
|
* Andreas Frisch
|
||||||
|
* Antonio Ospite
|
||||||
|
* Arnaud Vrac
|
||||||
|
* Csaba Toth
|
||||||
|
* Edward Hervey
|
||||||
|
* Eunhae Choi
|
||||||
|
* Evan Callaway
|
||||||
|
* Guillaume Desmottes
|
||||||
|
* Havard Graff
|
||||||
|
* Jan Schmidt
|
||||||
|
* Joan Pau Beltran
|
||||||
|
* Julien Isorce
|
||||||
|
* Kazunori Kobayashi
|
||||||
|
* Koop Mast
|
||||||
|
* Luis de Bethencourt
|
||||||
|
* Mathieu Duponchelle
|
||||||
|
* Matthew Waters
|
||||||
|
* Michael Olbrich
|
||||||
|
* Miguel París Díaz
|
||||||
|
* Nicolas Dufresne
|
||||||
|
* Nirbheek Chauhan
|
||||||
|
* Ognyan Tonchev
|
||||||
|
* Pankaj Darak
|
||||||
|
* Pavel Bludov
|
||||||
|
* Perry Hung
|
||||||
|
* Philippe Normand
|
||||||
|
* Rajat Verma
|
||||||
|
* Ravi Kiran K N
|
||||||
|
* Reynaldo H. Verdejo Pinochet
|
||||||
* Sebastian Dröge
|
* Sebastian Dröge
|
||||||
|
* Sebastian Rasmussen
|
||||||
|
* Song Bing
|
||||||
|
* Stefan Sauer
|
||||||
|
* Stian Selnes
|
||||||
|
* Thiago Santos
|
||||||
|
* Thibault Saunier
|
||||||
|
* Thomas Bluemel
|
||||||
|
* Tim-Philipp Müller
|
||||||
|
* Vincent Penquerc'h
|
||||||
|
* Vineeth T M
|
||||||
|
* Vineeth TM
|
||||||
|
* Vivia Nikolaidou
|
||||||
|
* William Manley
|
||||||
|
* Wim Taymans
|
||||||
|
* Xavier Claessens
|
||||||
|
* eunhae choi
|
||||||
|
|
|
@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
|
||||||
dnl initialize autoconf
|
dnl initialize autoconf
|
||||||
dnl releases only do -Wall, git and prerelease does -Werror too
|
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
|
dnl use a three digit version number for releases, and four for git/prerelease
|
||||||
AC_INIT([GStreamer Base Plug-ins],[1.7.0.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base])
|
AC_INIT([GStreamer Base Plug-ins],[1.7.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base])
|
||||||
|
|
||||||
AG_GST_INIT
|
AG_GST_INIT
|
||||||
|
|
||||||
|
@ -56,10 +56,10 @@ dnl 1.2.5 => 205
|
||||||
dnl 1.10.9 (who knows) => 1009
|
dnl 1.10.9 (who knows) => 1009
|
||||||
dnl
|
dnl
|
||||||
dnl sets GST_LT_LDFLAGS
|
dnl sets GST_LT_LDFLAGS
|
||||||
AS_LIBTOOL(GST, 700, 0, 700)
|
AS_LIBTOOL(GST, 701, 0, 701)
|
||||||
|
|
||||||
dnl *** required versions of GStreamer stuff ***
|
dnl *** required versions of GStreamer stuff ***
|
||||||
GST_REQ=1.7.0.1
|
GST_REQ=1.7.1
|
||||||
|
|
||||||
dnl *** autotools stuff ****
|
dnl *** autotools stuff ****
|
||||||
|
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Adds multiple streams</description>
|
<description>Adds multiple streams</description>
|
||||||
<filename>../../gst/adder/.libs/libgstadder.so</filename>
|
<filename>../../gst/adder/.libs/libgstadder.so</filename>
|
||||||
<basename>libgstadder.so</basename>
|
<basename>libgstadder.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.7.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins git</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>ALSA plugin library</description>
|
<description>ALSA plugin library</description>
|
||||||
<filename>../../ext/alsa/.libs/libgstalsa.so</filename>
|
<filename>../../ext/alsa/.libs/libgstalsa.so</filename>
|
||||||
<basename>libgstalsa.so</basename>
|
<basename>libgstalsa.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.7.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins git</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Elements used to communicate with applications</description>
|
<description>Elements used to communicate with applications</description>
|
||||||
<filename>../../gst/app/.libs/libgstapp.so</filename>
|
<filename>../../gst/app/.libs/libgstapp.so</filename>
|
||||||
<basename>libgstapp.so</basename>
|
<basename>libgstapp.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.7.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins git</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Convert audio to different formats</description>
|
<description>Convert audio to different formats</description>
|
||||||
<filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename>
|
<filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename>
|
||||||
<basename>libgstaudioconvert.so</basename>
|
<basename>libgstaudioconvert.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.7.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins git</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Adjusts audio frames</description>
|
<description>Adjusts audio frames</description>
|
||||||
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
|
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
|
||||||
<basename>libgstaudiorate.so</basename>
|
<basename>libgstaudiorate.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.7.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins git</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Resamples audio</description>
|
<description>Resamples audio</description>
|
||||||
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
|
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
|
||||||
<basename>libgstaudioresample.so</basename>
|
<basename>libgstaudioresample.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.7.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins git</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Creates audio test signals of given frequency and volume</description>
|
<description>Creates audio test signals of given frequency and volume</description>
|
||||||
<filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename>
|
<filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename>
|
||||||
<basename>libgstaudiotestsrc.so</basename>
|
<basename>libgstaudiotestsrc.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.7.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins git</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Read audio from CD in paranoid mode</description>
|
<description>Read audio from CD in paranoid mode</description>
|
||||||
<filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename>
|
<filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename>
|
||||||
<basename>libgstcdparanoia.so</basename>
|
<basename>libgstcdparanoia.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.7.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins git</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>various encoding-related elements</description>
|
<description>various encoding-related elements</description>
|
||||||
<filename>../../gst/encoding/.libs/libgstencodebin.so</filename>
|
<filename>../../gst/encoding/.libs/libgstencodebin.so</filename>
|
||||||
<basename>libgstencodebin.so</basename>
|
<basename>libgstencodebin.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.7.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins git</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>GIO elements</description>
|
<description>GIO elements</description>
|
||||||
<filename>../../gst/gio/.libs/libgstgio.so</filename>
|
<filename>../../gst/gio/.libs/libgstgio.so</filename>
|
||||||
<basename>libgstgio.so</basename>
|
<basename>libgstgio.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.7.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins git</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>libvisual visualization plugins</description>
|
<description>libvisual visualization plugins</description>
|
||||||
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
|
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
|
||||||
<basename>libgstlibvisual.so</basename>
|
<basename>libgstlibvisual.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.7.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins git</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>ogg stream manipulation (info about ogg: http://xiph.org)</description>
|
<description>ogg stream manipulation (info about ogg: http://xiph.org)</description>
|
||||||
<filename>../../ext/ogg/.libs/libgstogg.so</filename>
|
<filename>../../ext/ogg/.libs/libgstogg.so</filename>
|
||||||
<basename>libgstogg.so</basename>
|
<basename>libgstogg.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.7.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins git</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Pango-based text rendering and overlay</description>
|
<description>Pango-based text rendering and overlay</description>
|
||||||
<filename>../../ext/pango/.libs/libgstpango.so</filename>
|
<filename>../../ext/pango/.libs/libgstpango.so</filename>
|
||||||
<basename>libgstpango.so</basename>
|
<basename>libgstpango.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.7.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins git</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>various playback elements</description>
|
<description>various playback elements</description>
|
||||||
<filename>../../gst/playback/.libs/libgstplayback.so</filename>
|
<filename>../../gst/playback/.libs/libgstplayback.so</filename>
|
||||||
<basename>libgstplayback.so</basename>
|
<basename>libgstplayback.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.7.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins git</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Subtitle parsing</description>
|
<description>Subtitle parsing</description>
|
||||||
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
|
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
|
||||||
<basename>libgstsubparse.so</basename>
|
<basename>libgstsubparse.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.7.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins git</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>transfer data over the network via TCP</description>
|
<description>transfer data over the network via TCP</description>
|
||||||
<filename>../../gst/tcp/.libs/libgsttcp.so</filename>
|
<filename>../../gst/tcp/.libs/libgsttcp.so</filename>
|
||||||
<basename>libgsttcp.so</basename>
|
<basename>libgsttcp.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.7.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins git</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Theora plugin library</description>
|
<description>Theora plugin library</description>
|
||||||
<filename>../../ext/theora/.libs/libgsttheora.so</filename>
|
<filename>../../ext/theora/.libs/libgsttheora.so</filename>
|
||||||
<basename>libgsttheora.so</basename>
|
<basename>libgsttheora.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.7.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins git</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>default typefind functions</description>
|
<description>default typefind functions</description>
|
||||||
<filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename>
|
<filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename>
|
||||||
<basename>libgsttypefindfunctions.so</basename>
|
<basename>libgsttypefindfunctions.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.7.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins git</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
</elements>
|
</elements>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Colorspace conversion</description>
|
<description>Colorspace conversion</description>
|
||||||
<filename>../../gst/videoconvert/.libs/libgstvideoconvert.so</filename>
|
<filename>../../gst/videoconvert/.libs/libgstvideoconvert.so</filename>
|
||||||
<basename>libgstvideoconvert.so</basename>
|
<basename>libgstvideoconvert.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.7.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins git</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Adjusts video frames</description>
|
<description>Adjusts video frames</description>
|
||||||
<filename>../../gst/videorate/.libs/libgstvideorate.so</filename>
|
<filename>../../gst/videorate/.libs/libgstvideorate.so</filename>
|
||||||
<basename>libgstvideorate.so</basename>
|
<basename>libgstvideorate.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.7.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins git</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Resizes video</description>
|
<description>Resizes video</description>
|
||||||
<filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
|
<filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
|
||||||
<basename>libgstvideoscale.so</basename>
|
<basename>libgstvideoscale.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.7.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins git</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Creates a test video stream</description>
|
<description>Creates a test video stream</description>
|
||||||
<filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename>
|
<filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename>
|
||||||
<basename>libgstvideotestsrc.so</basename>
|
<basename>libgstvideotestsrc.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.7.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins git</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>plugin for controlling audio volume</description>
|
<description>plugin for controlling audio volume</description>
|
||||||
<filename>../../gst/volume/.libs/libgstvolume.so</filename>
|
<filename>../../gst/volume/.libs/libgstvolume.so</filename>
|
||||||
<basename>libgstvolume.so</basename>
|
<basename>libgstvolume.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.7.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins git</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Vorbis plugin library</description>
|
<description>Vorbis plugin library</description>
|
||||||
<filename>../../ext/vorbis/.libs/libgstvorbis.so</filename>
|
<filename>../../ext/vorbis/.libs/libgstvorbis.so</filename>
|
||||||
<basename>libgstvorbis.so</basename>
|
<basename>libgstvorbis.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.7.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins git</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>X11 video output element based on standard Xlib calls</description>
|
<description>X11 video output element based on standard Xlib calls</description>
|
||||||
<filename>../../sys/ximage/.libs/libgstximagesink.so</filename>
|
<filename>../../sys/ximage/.libs/libgstximagesink.so</filename>
|
||||||
<basename>libgstximagesink.so</basename>
|
<basename>libgstximagesink.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.7.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins git</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>XFree86 video output plugin using Xv extension</description>
|
<description>XFree86 video output plugin using Xv extension</description>
|
||||||
<filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename>
|
<filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename>
|
||||||
<basename>libgstxvimagesink.so</basename>
|
<basename>libgstxvimagesink.so</basename>
|
||||||
<version>1.7.0.1</version>
|
<version>1.7.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-base</source>
|
<source>gst-plugins-base</source>
|
||||||
<package>GStreamer Base Plug-ins git</package>
|
<package>GStreamer Base Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -34,6 +34,36 @@ A wide range of video and audio decoders, encoders, and filters are included.
|
||||||
</GitRepository>
|
</GitRepository>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>1.7.1</revision>
|
||||||
|
<branch>master</branch>
|
||||||
|
<name></name>
|
||||||
|
<created>2015-12-24</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.7.1.tar.xz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>1.6.2</revision>
|
||||||
|
<branch>1.6</branch>
|
||||||
|
<name></name>
|
||||||
|
<created>2015-12-14</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.6.2.tar.xz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>1.6.1</revision>
|
||||||
|
<branch>1.6</branch>
|
||||||
|
<name></name>
|
||||||
|
<created>2015-10-30</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.6.1.tar.xz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>1.6.0</revision>
|
<revision>1.6.0</revision>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#ifndef _GST_PLUGINS_BASE__STDINT_H
|
#ifndef _GST_PLUGINS_BASE__STDINT_H
|
||||||
#define _GST_PLUGINS_BASE__STDINT_H 1
|
#define _GST_PLUGINS_BASE__STDINT_H 1
|
||||||
#ifndef _GENERATED_STDINT_H
|
#ifndef _GENERATED_STDINT_H
|
||||||
#define _GENERATED_STDINT_H "gst-plugins-base 1.6.0"
|
#define _GENERATED_STDINT_H "gst-plugins-base 1.7.1"
|
||||||
/* generated using gnu compiler gcc-5 (Debian 5.2.1-17) 5.2.1 20150911 */
|
/* generated using gnu compiler gcc-5 (Debian 5.3.1-4) 5.3.1 20151219 */
|
||||||
#define _STDINT_HAVE_STDINT_H 1
|
#define _STDINT_HAVE_STDINT_H 1
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -6,7 +6,10 @@
|
||||||
#include "audio.h"
|
#include "audio.h"
|
||||||
#include "audio-format.h"
|
#include "audio-format.h"
|
||||||
#include "audio-channels.h"
|
#include "audio-channels.h"
|
||||||
|
#include "audio-channel-mix.h"
|
||||||
|
#include "audio-converter.h"
|
||||||
#include "audio-info.h"
|
#include "audio-info.h"
|
||||||
|
#include "audio-quantize.h"
|
||||||
#include "gstaudioringbuffer.h"
|
#include "gstaudioringbuffer.h"
|
||||||
|
|
||||||
/* enumerations from "audio-format.h" */
|
/* enumerations from "audio-format.h" */
|
||||||
|
@ -97,12 +100,14 @@ gst_audio_pack_flags_get_type (void)
|
||||||
{
|
{
|
||||||
static volatile gsize g_define_type_id__volatile = 0;
|
static volatile gsize g_define_type_id__volatile = 0;
|
||||||
if (g_once_init_enter (&g_define_type_id__volatile)) {
|
if (g_once_init_enter (&g_define_type_id__volatile)) {
|
||||||
static const GEnumValue values[] = {
|
static const GFlagsValue values[] = {
|
||||||
{GST_AUDIO_PACK_FLAG_NONE, "GST_AUDIO_PACK_FLAG_NONE", "none"},
|
{GST_AUDIO_PACK_FLAG_NONE, "GST_AUDIO_PACK_FLAG_NONE", "none"},
|
||||||
|
{GST_AUDIO_PACK_FLAG_TRUNCATE_RANGE, "GST_AUDIO_PACK_FLAG_TRUNCATE_RANGE",
|
||||||
|
"truncate-range"},
|
||||||
{0, NULL, NULL}
|
{0, NULL, NULL}
|
||||||
};
|
};
|
||||||
GType g_define_type_id =
|
GType g_define_type_id =
|
||||||
g_enum_register_static ("GstAudioPackFlags", values);
|
g_flags_register_static ("GstAudioPackFlags", values);
|
||||||
g_once_init_leave (&g_define_type_id__volatile, g_define_type_id);
|
g_once_init_leave (&g_define_type_id__volatile, g_define_type_id);
|
||||||
}
|
}
|
||||||
return g_define_type_id__volatile;
|
return g_define_type_id__volatile;
|
||||||
|
@ -191,6 +196,49 @@ gst_audio_channel_position_get_type (void)
|
||||||
return g_define_type_id__volatile;
|
return g_define_type_id__volatile;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* enumerations from "audio-channel-mix.h" */
|
||||||
|
GType
|
||||||
|
gst_audio_channel_mix_flags_get_type (void)
|
||||||
|
{
|
||||||
|
static volatile gsize g_define_type_id__volatile = 0;
|
||||||
|
if (g_once_init_enter (&g_define_type_id__volatile)) {
|
||||||
|
static const GFlagsValue values[] = {
|
||||||
|
{GST_AUDIO_CHANNEL_MIX_FLAGS_NONE, "GST_AUDIO_CHANNEL_MIX_FLAGS_NONE",
|
||||||
|
"none"},
|
||||||
|
{GST_AUDIO_CHANNEL_MIX_FLAGS_NON_INTERLEAVED,
|
||||||
|
"GST_AUDIO_CHANNEL_MIX_FLAGS_NON_INTERLEAVED", "non-interleaved"},
|
||||||
|
{GST_AUDIO_CHANNEL_MIX_FLAGS_UNPOSITIONED_IN,
|
||||||
|
"GST_AUDIO_CHANNEL_MIX_FLAGS_UNPOSITIONED_IN", "unpositioned-in"},
|
||||||
|
{GST_AUDIO_CHANNEL_MIX_FLAGS_UNPOSITIONED_OUT,
|
||||||
|
"GST_AUDIO_CHANNEL_MIX_FLAGS_UNPOSITIONED_OUT", "unpositioned-out"},
|
||||||
|
{0, NULL, NULL}
|
||||||
|
};
|
||||||
|
GType g_define_type_id =
|
||||||
|
g_flags_register_static ("GstAudioChannelMixFlags", values);
|
||||||
|
g_once_init_leave (&g_define_type_id__volatile, g_define_type_id);
|
||||||
|
}
|
||||||
|
return g_define_type_id__volatile;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* enumerations from "audio-converter.h" */
|
||||||
|
GType
|
||||||
|
gst_audio_converter_flags_get_type (void)
|
||||||
|
{
|
||||||
|
static volatile gsize g_define_type_id__volatile = 0;
|
||||||
|
if (g_once_init_enter (&g_define_type_id__volatile)) {
|
||||||
|
static const GFlagsValue values[] = {
|
||||||
|
{GST_AUDIO_CONVERTER_FLAG_NONE, "GST_AUDIO_CONVERTER_FLAG_NONE", "none"},
|
||||||
|
{GST_AUDIO_CONVERTER_FLAG_SOURCE_WRITABLE,
|
||||||
|
"GST_AUDIO_CONVERTER_FLAG_SOURCE_WRITABLE", "source-writable"},
|
||||||
|
{0, NULL, NULL}
|
||||||
|
};
|
||||||
|
GType g_define_type_id =
|
||||||
|
g_flags_register_static ("GstAudioConverterFlags", values);
|
||||||
|
g_once_init_leave (&g_define_type_id__volatile, g_define_type_id);
|
||||||
|
}
|
||||||
|
return g_define_type_id__volatile;
|
||||||
|
}
|
||||||
|
|
||||||
/* enumerations from "audio-info.h" */
|
/* enumerations from "audio-info.h" */
|
||||||
GType
|
GType
|
||||||
gst_audio_flags_get_type (void)
|
gst_audio_flags_get_type (void)
|
||||||
|
@ -227,6 +275,67 @@ gst_audio_layout_get_type (void)
|
||||||
return g_define_type_id__volatile;
|
return g_define_type_id__volatile;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* enumerations from "audio-quantize.h" */
|
||||||
|
GType
|
||||||
|
gst_audio_dither_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_AUDIO_DITHER_NONE, "GST_AUDIO_DITHER_NONE", "none"},
|
||||||
|
{GST_AUDIO_DITHER_RPDF, "GST_AUDIO_DITHER_RPDF", "rpdf"},
|
||||||
|
{GST_AUDIO_DITHER_TPDF, "GST_AUDIO_DITHER_TPDF", "tpdf"},
|
||||||
|
{GST_AUDIO_DITHER_TPDF_HF, "GST_AUDIO_DITHER_TPDF_HF", "tpdf-hf"},
|
||||||
|
{0, NULL, NULL}
|
||||||
|
};
|
||||||
|
GType g_define_type_id =
|
||||||
|
g_enum_register_static ("GstAudioDitherMethod", values);
|
||||||
|
g_once_init_leave (&g_define_type_id__volatile, g_define_type_id);
|
||||||
|
}
|
||||||
|
return g_define_type_id__volatile;
|
||||||
|
}
|
||||||
|
|
||||||
|
GType
|
||||||
|
gst_audio_noise_shaping_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_AUDIO_NOISE_SHAPING_NONE, "GST_AUDIO_NOISE_SHAPING_NONE", "none"},
|
||||||
|
{GST_AUDIO_NOISE_SHAPING_ERROR_FEEDBACK,
|
||||||
|
"GST_AUDIO_NOISE_SHAPING_ERROR_FEEDBACK", "error-feedback"},
|
||||||
|
{GST_AUDIO_NOISE_SHAPING_SIMPLE, "GST_AUDIO_NOISE_SHAPING_SIMPLE",
|
||||||
|
"simple"},
|
||||||
|
{GST_AUDIO_NOISE_SHAPING_MEDIUM, "GST_AUDIO_NOISE_SHAPING_MEDIUM",
|
||||||
|
"medium"},
|
||||||
|
{GST_AUDIO_NOISE_SHAPING_HIGH, "GST_AUDIO_NOISE_SHAPING_HIGH", "high"},
|
||||||
|
{0, NULL, NULL}
|
||||||
|
};
|
||||||
|
GType g_define_type_id =
|
||||||
|
g_enum_register_static ("GstAudioNoiseShapingMethod", values);
|
||||||
|
g_once_init_leave (&g_define_type_id__volatile, g_define_type_id);
|
||||||
|
}
|
||||||
|
return g_define_type_id__volatile;
|
||||||
|
}
|
||||||
|
|
||||||
|
GType
|
||||||
|
gst_audio_quantize_flags_get_type (void)
|
||||||
|
{
|
||||||
|
static volatile gsize g_define_type_id__volatile = 0;
|
||||||
|
if (g_once_init_enter (&g_define_type_id__volatile)) {
|
||||||
|
static const GFlagsValue values[] = {
|
||||||
|
{GST_AUDIO_QUANTIZE_FLAG_NONE, "GST_AUDIO_QUANTIZE_FLAG_NONE", "none"},
|
||||||
|
{GST_AUDIO_QUANTIZE_FLAG_NON_INTERLEAVED,
|
||||||
|
"GST_AUDIO_QUANTIZE_FLAG_NON_INTERLEAVED", "non-interleaved"},
|
||||||
|
{0, NULL, NULL}
|
||||||
|
};
|
||||||
|
GType g_define_type_id =
|
||||||
|
g_flags_register_static ("GstAudioQuantizeFlags", values);
|
||||||
|
g_once_init_leave (&g_define_type_id__volatile, g_define_type_id);
|
||||||
|
}
|
||||||
|
return g_define_type_id__volatile;
|
||||||
|
}
|
||||||
|
|
||||||
/* enumerations from "gstaudioringbuffer.h" */
|
/* enumerations from "gstaudioringbuffer.h" */
|
||||||
GType
|
GType
|
||||||
gst_audio_ring_buffer_state_get_type (void)
|
gst_audio_ring_buffer_state_get_type (void)
|
||||||
|
|
|
@ -20,12 +20,28 @@ GType gst_audio_pack_flags_get_type (void);
|
||||||
GType gst_audio_channel_position_get_type (void);
|
GType gst_audio_channel_position_get_type (void);
|
||||||
#define GST_TYPE_AUDIO_CHANNEL_POSITION (gst_audio_channel_position_get_type())
|
#define GST_TYPE_AUDIO_CHANNEL_POSITION (gst_audio_channel_position_get_type())
|
||||||
|
|
||||||
|
/* enumerations from "audio-channel-mix.h" */
|
||||||
|
GType gst_audio_channel_mix_flags_get_type (void);
|
||||||
|
#define GST_TYPE_AUDIO_CHANNEL_MIX_FLAGS (gst_audio_channel_mix_flags_get_type())
|
||||||
|
|
||||||
|
/* enumerations from "audio-converter.h" */
|
||||||
|
GType gst_audio_converter_flags_get_type (void);
|
||||||
|
#define GST_TYPE_AUDIO_CONVERTER_FLAGS (gst_audio_converter_flags_get_type())
|
||||||
|
|
||||||
/* enumerations from "audio-info.h" */
|
/* enumerations from "audio-info.h" */
|
||||||
GType gst_audio_flags_get_type (void);
|
GType gst_audio_flags_get_type (void);
|
||||||
#define GST_TYPE_AUDIO_FLAGS (gst_audio_flags_get_type())
|
#define GST_TYPE_AUDIO_FLAGS (gst_audio_flags_get_type())
|
||||||
GType gst_audio_layout_get_type (void);
|
GType gst_audio_layout_get_type (void);
|
||||||
#define GST_TYPE_AUDIO_LAYOUT (gst_audio_layout_get_type())
|
#define GST_TYPE_AUDIO_LAYOUT (gst_audio_layout_get_type())
|
||||||
|
|
||||||
|
/* enumerations from "audio-quantize.h" */
|
||||||
|
GType gst_audio_dither_method_get_type (void);
|
||||||
|
#define GST_TYPE_AUDIO_DITHER_METHOD (gst_audio_dither_method_get_type())
|
||||||
|
GType gst_audio_noise_shaping_method_get_type (void);
|
||||||
|
#define GST_TYPE_AUDIO_NOISE_SHAPING_METHOD (gst_audio_noise_shaping_method_get_type())
|
||||||
|
GType gst_audio_quantize_flags_get_type (void);
|
||||||
|
#define GST_TYPE_AUDIO_QUANTIZE_FLAGS (gst_audio_quantize_flags_get_type())
|
||||||
|
|
||||||
/* enumerations from "gstaudioringbuffer.h" */
|
/* enumerations from "gstaudioringbuffer.h" */
|
||||||
GType gst_audio_ring_buffer_state_get_type (void);
|
GType gst_audio_ring_buffer_state_get_type (void);
|
||||||
#define GST_TYPE_AUDIO_RING_BUFFER_STATE (gst_audio_ring_buffer_state_get_type())
|
#define GST_TYPE_AUDIO_RING_BUFFER_STATE (gst_audio_ring_buffer_state_get_type())
|
||||||
|
|
|
@ -59,6 +59,9 @@
|
||||||
/* system wide data directory */
|
/* system wide data directory */
|
||||||
#define GST_DATADIR PREFIX "\\share"
|
#define GST_DATADIR PREFIX "\\share"
|
||||||
|
|
||||||
|
/* Define if extra runtime checks should be enabled */
|
||||||
|
#undef GST_ENABLE_EXTRA_CHECKS
|
||||||
|
|
||||||
/* Extra platform specific plugin suffix */
|
/* Extra platform specific plugin suffix */
|
||||||
#undef GST_EXTRA_MODULE_SUFFIX
|
#undef GST_EXTRA_MODULE_SUFFIX
|
||||||
|
|
||||||
|
@ -87,7 +90,7 @@
|
||||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||||
|
|
||||||
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
|
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
|
||||||
#define GST_PACKAGE_RELEASE_DATETIME "2015-09-25"
|
#define GST_PACKAGE_RELEASE_DATETIME "2015-12-24"
|
||||||
|
|
||||||
/* Define if static plugins should be built */
|
/* Define if static plugins should be built */
|
||||||
#undef GST_PLUGIN_BUILD_STATIC
|
#undef GST_PLUGIN_BUILD_STATIC
|
||||||
|
@ -185,9 +188,6 @@
|
||||||
/* Define if the GNU gettext() function is already present or preinstalled. */
|
/* Define if the GNU gettext() function is already present or preinstalled. */
|
||||||
#undef HAVE_GETTEXT
|
#undef HAVE_GETTEXT
|
||||||
|
|
||||||
/* Define to enable glib GIO unix (used by gio-unix-2.0). */
|
|
||||||
#undef HAVE_GIO_UNIX_2_0
|
|
||||||
|
|
||||||
/* Define to 1 if you have the `gmtime_r' function. */
|
/* Define to 1 if you have the `gmtime_r' function. */
|
||||||
#undef HAVE_GMTIME_R
|
#undef HAVE_GMTIME_R
|
||||||
|
|
||||||
|
@ -337,7 +337,7 @@
|
||||||
#define PACKAGE_NAME "GStreamer Base Plug-ins"
|
#define PACKAGE_NAME "GStreamer Base Plug-ins"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* Define to the full name and version of this package. */
|
||||||
#define PACKAGE_STRING "GStreamer Base Plug-ins 1.6.0"
|
#define PACKAGE_STRING "GStreamer Base Plug-ins 1.7.1"
|
||||||
|
|
||||||
/* Define to the one symbol short name of this package. */
|
/* Define to the one symbol short name of this package. */
|
||||||
#define PACKAGE_TARNAME "gst-plugins-base"
|
#define PACKAGE_TARNAME "gst-plugins-base"
|
||||||
|
@ -346,7 +346,7 @@
|
||||||
#undef PACKAGE_URL
|
#undef PACKAGE_URL
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
||||||
#define PACKAGE_VERSION "1.6.0"
|
#define PACKAGE_VERSION "1.7.1"
|
||||||
|
|
||||||
/* directory where plugins are located */
|
/* directory where plugins are located */
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
|
@ -380,7 +380,7 @@
|
||||||
#undef USE_TREMOLO
|
#undef USE_TREMOLO
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "1.6.0"
|
#define VERSION "1.7.1"
|
||||||
|
|
||||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||||||
significant byte first (like Motorola and SPARC, unlike Intel). */
|
significant byte first (like Motorola and SPARC, unlike Intel). */
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
#include "install-plugins.h"
|
#include "install-plugins.h"
|
||||||
#include "missing-plugins.h"
|
#include "missing-plugins.h"
|
||||||
#include "gstdiscoverer.h"
|
#include "gstdiscoverer.h"
|
||||||
|
#include "gstaudiovisualizer.h"
|
||||||
|
|
||||||
/* enumerations from "install-plugins.h" */
|
/* enumerations from "install-plugins.h" */
|
||||||
GType
|
GType
|
||||||
|
@ -89,3 +90,46 @@ gst_discoverer_serialize_flags_get_type (void)
|
||||||
}
|
}
|
||||||
return g_define_type_id__volatile;
|
return g_define_type_id__volatile;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* enumerations from "gstaudiovisualizer.h" */
|
||||||
|
GType
|
||||||
|
gst_audio_visualizer_shader_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_AUDIO_VISUALIZER_SHADER_NONE, "GST_AUDIO_VISUALIZER_SHADER_NONE",
|
||||||
|
"none"},
|
||||||
|
{GST_AUDIO_VISUALIZER_SHADER_FADE, "GST_AUDIO_VISUALIZER_SHADER_FADE",
|
||||||
|
"fade"},
|
||||||
|
{GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_UP,
|
||||||
|
"GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_UP", "fade-and-move-up"},
|
||||||
|
{GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_DOWN,
|
||||||
|
"GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_DOWN",
|
||||||
|
"fade-and-move-down"},
|
||||||
|
{GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_LEFT,
|
||||||
|
"GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_LEFT",
|
||||||
|
"fade-and-move-left"},
|
||||||
|
{GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_RIGHT,
|
||||||
|
"GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_RIGHT",
|
||||||
|
"fade-and-move-right"},
|
||||||
|
{GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_HORIZ_OUT,
|
||||||
|
"GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_HORIZ_OUT",
|
||||||
|
"fade-and-move-horiz-out"},
|
||||||
|
{GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_HORIZ_IN,
|
||||||
|
"GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_HORIZ_IN",
|
||||||
|
"fade-and-move-horiz-in"},
|
||||||
|
{GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_VERT_OUT,
|
||||||
|
"GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_VERT_OUT",
|
||||||
|
"fade-and-move-vert-out"},
|
||||||
|
{GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_VERT_IN,
|
||||||
|
"GST_AUDIO_VISUALIZER_SHADER_FADE_AND_MOVE_VERT_IN",
|
||||||
|
"fade-and-move-vert-in"},
|
||||||
|
{0, NULL, NULL}
|
||||||
|
};
|
||||||
|
GType g_define_type_id =
|
||||||
|
g_enum_register_static ("GstAudioVisualizerShader", values);
|
||||||
|
g_once_init_leave (&g_define_type_id__volatile, g_define_type_id);
|
||||||
|
}
|
||||||
|
return g_define_type_id__volatile;
|
||||||
|
}
|
||||||
|
|
|
@ -17,6 +17,10 @@ GType gst_discoverer_result_get_type (void);
|
||||||
#define GST_TYPE_DISCOVERER_RESULT (gst_discoverer_result_get_type())
|
#define GST_TYPE_DISCOVERER_RESULT (gst_discoverer_result_get_type())
|
||||||
GType gst_discoverer_serialize_flags_get_type (void);
|
GType gst_discoverer_serialize_flags_get_type (void);
|
||||||
#define GST_TYPE_DISCOVERER_SERIALIZE_FLAGS (gst_discoverer_serialize_flags_get_type())
|
#define GST_TYPE_DISCOVERER_SERIALIZE_FLAGS (gst_discoverer_serialize_flags_get_type())
|
||||||
|
|
||||||
|
/* enumerations from "gstaudiovisualizer.h" */
|
||||||
|
GType gst_audio_visualizer_shader_get_type (void);
|
||||||
|
#define GST_TYPE_AUDIO_VISUALIZER_SHADER (gst_audio_visualizer_shader_get_type())
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __PB_UTILS_ENUM_TYPES_H__ */
|
#endif /* __PB_UTILS_ENUM_TYPES_H__ */
|
||||||
|
|
Loading…
Reference in a new issue