mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
Release 1.1.90
This commit is contained in:
parent
b03ee55315
commit
0e07bf8a11
80 changed files with 1122 additions and 226 deletions
478
ChangeLog
478
ChangeLog
|
@ -1,9 +1,481 @@
|
|||
=== release 1.1.4 ===
|
||||
=== release 1.1.90 ===
|
||||
|
||||
2013-08-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
2013-09-19 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* configure.ac:
|
||||
releasing 1.1.4
|
||||
releasing 1.1.90
|
||||
|
||||
2013-09-19 09:46:34 +0200 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* po/cs.po:
|
||||
* po/nl.po:
|
||||
* po/pl.po:
|
||||
* po/ru.po:
|
||||
* po/uk.po:
|
||||
* po/vi.po:
|
||||
po: Update translations
|
||||
|
||||
2013-09-18 22:36:51 +0200 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* ext/eglgles/gstegladaptation.c:
|
||||
* ext/eglgles/gstegladaptation_egl.c:
|
||||
* ext/eglgles/gsteglglessink.c:
|
||||
eglglessink: Update for new GstContext API
|
||||
|
||||
2013-09-18 22:24:07 +0200 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* gst-libs/gst/egl/egl.c:
|
||||
* gst-libs/gst/egl/egl.h:
|
||||
egl: Update for new GstContext API
|
||||
|
||||
2013-09-17 17:41:39 -0400 Olivier Crête <olivier.crete@collabora.com>
|
||||
|
||||
* ext/hls/gsthlsdemux.c:
|
||||
hlsdemux: Reset GstUriDownloader cancellation when restarting to play
|
||||
|
||||
2013-09-15 17:09:16 +0530 Sudip Jain <sudip.jain@st.com>
|
||||
|
||||
* gst/mpegtsdemux/mpegtspacketizer.c:
|
||||
mpegtspacketizer: Correct condition check for current next indicator
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=708106
|
||||
|
||||
2013-09-12 12:03:45 +0200 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/rawparse/gstrawparse.c:
|
||||
* gst/rawparse/gstrawparse.h:
|
||||
rawparse: fix event order
|
||||
Delay forwarding the segment event until we pushed caps.
|
||||
Send STREAM_START in pull mode.
|
||||
|
||||
2013-09-12 13:21:37 +0200 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* sys/androidmedia/gstamcvideodec.c:
|
||||
amcvideodec: Don't put the level restrictions on the sinkpad caps
|
||||
They tend to be inaccurate and having them in the sinkpad caps
|
||||
prevents playback of files that would otherwise play fine.
|
||||
|
||||
2013-09-10 18:51:52 -0300 Thiago Santos <thiago.sousa.santos@collabora.com>
|
||||
|
||||
* gst/mpegtsdemux/mpegtsbase.c:
|
||||
tsdemux: respect seqnums on seeks
|
||||
Pass the seqnum to other events that are consequence of the
|
||||
original seek event
|
||||
|
||||
2013-09-10 11:37:55 +0200 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* configure.ac:
|
||||
opencv: We also work with OpenCV 2.4.6.1
|
||||
|
||||
2013-09-10 08:48:32 +0000 Iain Lane <iain.lane@canonical.com>
|
||||
|
||||
* ext/modplug/gstmodplug.cc:
|
||||
modplug: Specify directory when including stdafx.h
|
||||
modplug stopped exposing their directory in their pcfile, meaining
|
||||
consumers accessing the headers directly fail to build.
|
||||
http://sourceforge.net/p/modplug-xmms/git/ci/75e9b166982ed637b59ef7cbc1835a09f768923e/
|
||||
|
||||
2013-09-09 13:14:13 -0400 Olivier Crête <olivier.crete@collabora.com>
|
||||
|
||||
* sys/uvch264/gstuvch264_src.c:
|
||||
uvch264src: Fix small mem leak
|
||||
|
||||
2013-09-07 23:09:31 +0200 Matej Knopp <matej.knopp@gmail.com>
|
||||
|
||||
* gst/videoparsers/gsth264parse.c:
|
||||
h264parse: don't update src caps if only codec_data differs
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=705333
|
||||
|
||||
2013-09-05 19:23:10 -0400 Olivier Crête <olivier.crete@collabora.com>
|
||||
|
||||
* sys/uvch264/gstuvch264_src.c:
|
||||
uvch264src: Let the caps be NULL if there is no peer
|
||||
|
||||
2013-09-05 19:22:51 -0400 Olivier Crête <olivier.crete@collabora.com>
|
||||
|
||||
* sys/uvch264/gstuvch264_src.c:
|
||||
uvch264src: No need to drop segment events
|
||||
In 1.0, segment events are sticky and not additive, no need to prevent
|
||||
their accumulation.
|
||||
|
||||
2013-09-05 19:10:31 +0100 Tim-Philipp Müller <tim@centricular.net>
|
||||
|
||||
* sys/decklink/gstdecklinksrc.cpp:
|
||||
decklinksrc: send caps event before segment
|
||||
|
||||
2013-09-04 10:58:24 +0100 Julien Isorce <julien.isorce@collabora.co.uk>
|
||||
|
||||
* ext/eglgles/gsteglglessink.c:
|
||||
eglglessink: change pool->sink->last_buffer to pool->last_buffer
|
||||
So that GstEGLImageBufferPool does not depend on GstEglGlesSink
|
||||
The goal is still to move it into gstegl lib
|
||||
|
||||
2013-09-04 10:56:12 +0100 Julien Isorce <julien.isorce@collabora.co.uk>
|
||||
|
||||
* ext/eglgles/gsteglglessink.c:
|
||||
eglglessink: buffer pool does not need to maintain a ref on the display
|
||||
Because it does not use it and also it may not know it when
|
||||
we create the pool
|
||||
|
||||
2013-09-04 10:52:51 +0100 Julien Isorce <julien.isorce@collabora.co.uk>
|
||||
|
||||
* ext/eglgles/gsteglglessink.c:
|
||||
eglglessink: add GstEGLImageBufferPoolSendBlockingAllocate callback
|
||||
The goal here is to prepare GstEGLBufferPool to be moved into
|
||||
gstegl lib. So it has to not depend on 'gst_eglglessink_queue_object'
|
||||
|
||||
2013-09-04 10:48:34 +0100 Julien Isorce <julien.isorce@collabora.co.uk>
|
||||
|
||||
* ext/eglgles/gstegladaptation.h:
|
||||
* ext/eglgles/gstegladaptation_egl.c:
|
||||
* ext/eglgles/gsteglglessink.c:
|
||||
eglglessink: prepare gst_egl_adaptation_allocate_eglimage to be moved
|
||||
into gstegl lib or splited between gstegl lib and gstgl lib
|
||||
because it both depends on egl and gl
|
||||
So it has to not depend on GstEglAdaptationContext
|
||||
|
||||
2013-08-30 13:54:40 +0100 Alex Ashley <bugzilla@ashley-family.net>
|
||||
|
||||
* gst/videoparsers/gsth264parse.c:
|
||||
* tests/check/elements/h264parse.c:
|
||||
h264parse: Add support for stream-format=avc3
|
||||
When outputting in AVC3 stream format, the codec_data should not
|
||||
contain any SPS or PPS, because they are embedded inside the stream.
|
||||
In case of avc->bytestream h264parse will push the SPS and PPS from
|
||||
codec_data downstream at the start of the stream, at intervals
|
||||
controlled by "config-interval" and when there is a codec_data change.
|
||||
In the case of avc3->bytstream h264parse detects that there is
|
||||
already SPS/PPS in the stream and sets h264parse->push_codec to FALSE.
|
||||
Therefore avc3->bytstream was already supported, except for the stream
|
||||
type.
|
||||
In the case of bystream->avc h264parse will generate codec_data caps
|
||||
from the parsed SPS/PPS in the stream. However it does not remove these
|
||||
SPS/PPS from the stream. bytestream->avc3 is the same as bytestream->avc
|
||||
except that the codec_data must not have any SPS/PPS in it.
|
||||
|--------------+-------------+-------------------|
|
||||
|stream-format | SPS in-band | SPS in codec_data |
|
||||
|--------------+-------------+-------------------|
|
||||
| avc | maybe | always |
|
||||
|--------------+-------------+-------------------|
|
||||
| avc3 | always | never |
|
||||
|--------------+-------------+-------------------|
|
||||
Amendment 2 of ISO/IEC 14496-15 (AVC file format) is defining a new
|
||||
structure for fragmented MP4 called "avc3". The principal difference
|
||||
between AVC1 and AVC3 is the location of the codec initialisation
|
||||
data (e.g. SPS, PPS). In AVC1 this data is placed in the initial MOOV box
|
||||
(moov.trak.mdia.minf.stbl.stsd.avc1) but in AVC3 this data goes in the
|
||||
first sample of every fragment.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=702004
|
||||
|
||||
2013-09-03 17:36:08 +0200 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* ext/soundtouch/gstbpmdetect.cc:
|
||||
* ext/soundtouch/gstpitch.cc:
|
||||
soundtouch: Fix compilation with soundtouch 1.4.0
|
||||
It used FLOAT_SAMPLES/INTEGER_SAMPLES #defines instead of ones properly
|
||||
prefixed with a namespace.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=707390
|
||||
|
||||
2013-09-03 11:14:43 +0100 Tim-Philipp Müller <tim@centricular.net>
|
||||
|
||||
* .gitignore:
|
||||
.gitignore: ignore new win32 config.h-new
|
||||
|
||||
2013-09-03 11:05:02 +0200 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* sys/androidmedia/gstamcvideodec.c:
|
||||
amcvideodec: Port tiled NV12 conversion to 1.0
|
||||
|
||||
2013-09-03 10:56:46 +0200 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* sys/androidmedia/gstamcvideodec.c:
|
||||
amcvideodec: Add FIXME comment
|
||||
|
||||
2013-08-12 10:16:16 +0000 Jorge Luis Zapata <jzapata@fluendo.com>
|
||||
|
||||
* sys/androidmedia/gstamc-constants.h:
|
||||
* sys/androidmedia/gstamc.c:
|
||||
* sys/androidmedia/gstamcvideodec.c:
|
||||
androidmedia: add support for a new qualcomm colorspace
|
||||
|
||||
2013-09-02 23:28:38 +0100 Tim-Philipp Müller <tim@centricular.net>
|
||||
|
||||
* gst/mpegdemux/gstmpegdemux.c:
|
||||
mpegpsdemux: minor clean-up
|
||||
|
||||
2013-09-02 22:54:32 +0200 Matej Knopp <matej.knopp@gmail.com>
|
||||
|
||||
* gst/mpegdemux/gstmpegdemux.c:
|
||||
mpegdemux: send events on pads that are not linked
|
||||
Someone might be waiting for certain events with a probe.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=707317
|
||||
|
||||
2013-08-28 20:07:48 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
|
||||
|
||||
* sys/d3dvideosink/Makefile.am:
|
||||
* sys/d3dvideosink/d3dhelpers.c:
|
||||
* sys/d3dvideosink/d3dvideosink.c:
|
||||
d3dvideosink: disable buffer pools
|
||||
On a device lost, all the surfaces allocated in the
|
||||
device need to be released before resetting the device,
|
||||
which can't be done for the allocated buffers.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=706566
|
||||
|
||||
2013-09-02 13:40:37 +0100 Tim-Philipp Müller <tim@centricular.net>
|
||||
|
||||
* Makefile.am:
|
||||
* configure.ac:
|
||||
* win32/MANIFEST:
|
||||
* win32/common/config.h.in:
|
||||
Change how win32/common/config.h is updated
|
||||
Generate win32/common/config.h-new directly from config.h.in,
|
||||
using shell variables in configure and some hard-coded information.
|
||||
Change top-level makefile so that 'make win32-update' copies the
|
||||
generated file to win32/common/config.h, which we keep in source
|
||||
control. It's kept in source control so that the git tree is
|
||||
buildable from VS.
|
||||
This change is similar to the one recently applied to GStreamer
|
||||
and gst-plugins-good. The previous config.h file in -bad was in
|
||||
pretty bad shape, so unlike core and base, I didn't attempt to
|
||||
leave it strictly the same, but fixed it as necessary. Needs
|
||||
testing I cannot do myself.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=569015
|
||||
|
||||
2013-09-02 12:19:12 +0100 Tim-Philipp Müller <tim@centricular.net>
|
||||
|
||||
* tests/check/elements/.gitignore:
|
||||
tests: ignore new aiffparse test binary
|
||||
|
||||
2013-09-02 10:29:08 +0200 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* ext/soundtouch/gstbpmdetect.cc:
|
||||
* ext/soundtouch/gstpitch.cc:
|
||||
* ext/soundtouch/gstpitch.hh:
|
||||
soundtouch: Allow compilation against float and integer version of the library
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=707270
|
||||
|
||||
2013-08-30 21:52:35 +0200 Josep Torra <n770galaxy@gmail.com>
|
||||
|
||||
* ext/dash/gstdashdemux.c:
|
||||
dashdemux: Fix warnings when building in OS X Snow Leopard
|
||||
gstdashdemux.c:1753: warning: format '%llu' expects type 'long long unsigned int', but argument 8 has type 'long unsigned int'
|
||||
gstdashdemux.c:2224: warning: format '%llu' expects type 'long long unsigned int', but argument 9 has type 'guint64'
|
||||
gstdashdemux.c:2224: warning: format '%llu' expects type 'long long unsigned int', but argument 10 has type 'guint64'
|
||||
|
||||
2013-08-30 21:36:19 +0200 Josep Torra <n770galaxy@gmail.com>
|
||||
|
||||
* ext/dash/gstmpdparser.c:
|
||||
* ext/dash/gstmpdparser.h:
|
||||
dashdemux: Fix warnings when building in OS X Snow Leopard
|
||||
gstmpdparser.h:530: warning: type qualifiers ignored on function return type
|
||||
gstmpdparser.c:4177: warning: type qualifiers ignored on function return type
|
||||
|
||||
2013-08-30 09:05:43 +0200 Edward Hervey <edward@collabora.com>
|
||||
|
||||
* gst/videoparsers/gsth264parse.c:
|
||||
h264parse: Use codecparsers macros
|
||||
note: I/SI also covers the S_I/S_SI variants
|
||||
|
||||
2013-08-29 11:02:37 -0700 Kerrick Staley <kerrick@kerrickstaley.com>
|
||||
|
||||
* tests/examples/directfb/gstdfb.c:
|
||||
examples: port directfb example to 1.0
|
||||
gst_pad_get_negotiated_caps was removed from 1.0;
|
||||
gst_pad_get_current_caps should be used instead. See
|
||||
http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/random
|
||||
/porting-to-1.0.txt
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=707074
|
||||
|
||||
2013-08-29 15:55:08 +0100 Tim-Philipp Müller <tim@centricular.net>
|
||||
|
||||
* win32/common/config.h:
|
||||
win32: update config.h
|
||||
|
||||
2013-08-29 15:46:14 +0100 Tim-Philipp Müller <tim@centricular.net>
|
||||
|
||||
* ext/directfb/dfbvideosink.c:
|
||||
dfbvideosink: make "layer-mode" property an enum
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=703520
|
||||
|
||||
2013-08-29 14:48:28 +0100 Tim-Philipp Müller <tim@centricular.net>
|
||||
|
||||
* ext/directfb/dfbvideosink.c:
|
||||
dfbvideosink: don't use deprecated GLib thread API
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=703520
|
||||
|
||||
2013-06-26 11:07:14 +0900 Kazunori Kobayashi <kkobayas@igel.co.jp>
|
||||
|
||||
* configure.ac:
|
||||
* ext/directfb/dfbvideosink.c:
|
||||
* ext/directfb/dfbvideosink.h:
|
||||
dfbvideosink: port to 1.0
|
||||
including the following supports and fixes:
|
||||
* Create DirectFB surfaces from GstBufferPool
|
||||
* Add NV12 pixel format support
|
||||
* Don't use the cursor in the exclusive mode
|
||||
- EnableCusor() can be only used when the administrative mode is set
|
||||
in DirectFB 1.6.0 and later.
|
||||
* Support multiple plane rendering for planar color formats
|
||||
- This accommodates the chroma plane offsets of the framebuffer
|
||||
in planar formats.
|
||||
* Invoke SetConfiguration regardless of video mode setting in setcaps()
|
||||
- SetConfiguration() method should be invoked regardless of
|
||||
the result of gst_dfbvideosink_get_best_vmode(), since the two are
|
||||
unrelated.
|
||||
* Disable DirectFB signal handler
|
||||
- "--dfb:no-sighandler" option is passed to DirectFBInit().
|
||||
This prevents DirectFB from trying to kill the process and allows
|
||||
GStreamer's termination sequence to proceed normally.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=703520
|
||||
|
||||
2013-08-29 10:20:56 +0200 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* sys/bluez/gstavdtputil.c:
|
||||
avdtputil: Some minor cleanup and leak fixes
|
||||
|
||||
2013-08-28 14:26:04 +0200 Bernhard Miller <bernhard.miller@streamunlimited.com>
|
||||
|
||||
* sys/bluez/a2dp-codecs.h:
|
||||
* sys/bluez/gstavdtpsrc.c:
|
||||
* sys/bluez/gstavdtputil.c:
|
||||
bluez: support aac in avdtpsrc
|
||||
Signed-off-by: Bernhard Miller <bernhard.miller@streamunlimited.com>
|
||||
|
||||
2013-08-28 13:26:56 +0200 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* configure.ac:
|
||||
Back to development
|
||||
|
||||
=== release 1.1.4 ===
|
||||
|
||||
2013-08-28 13:07:27 +0200 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* ChangeLog:
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* configure.ac:
|
||||
* docs/plugins/gst-plugins-bad-plugins.args:
|
||||
* docs/plugins/gst-plugins-bad-plugins.hierarchy:
|
||||
* docs/plugins/inspect/plugin-accurip.xml:
|
||||
* docs/plugins/inspect/plugin-adpcmdec.xml:
|
||||
* docs/plugins/inspect/plugin-adpcmenc.xml:
|
||||
* docs/plugins/inspect/plugin-asfmux.xml:
|
||||
* docs/plugins/inspect/plugin-assrender.xml:
|
||||
* docs/plugins/inspect/plugin-audiovisualizers.xml:
|
||||
* docs/plugins/inspect/plugin-autoconvert.xml:
|
||||
* docs/plugins/inspect/plugin-bayer.xml:
|
||||
* docs/plugins/inspect/plugin-bz2.xml:
|
||||
* docs/plugins/inspect/plugin-camerabin.xml:
|
||||
* docs/plugins/inspect/plugin-chromaprint.xml:
|
||||
* docs/plugins/inspect/plugin-coloreffects.xml:
|
||||
* docs/plugins/inspect/plugin-curl.xml:
|
||||
* docs/plugins/inspect/plugin-dataurisrc.xml:
|
||||
* docs/plugins/inspect/plugin-debugutilsbad.xml:
|
||||
* docs/plugins/inspect/plugin-dtsdec.xml:
|
||||
* docs/plugins/inspect/plugin-dvb.xml:
|
||||
* docs/plugins/inspect/plugin-dvbsuboverlay.xml:
|
||||
* docs/plugins/inspect/plugin-dvdspu.xml:
|
||||
* docs/plugins/inspect/plugin-eglglessink.xml:
|
||||
* docs/plugins/inspect/plugin-faac.xml:
|
||||
* docs/plugins/inspect/plugin-faad.xml:
|
||||
* docs/plugins/inspect/plugin-festival.xml:
|
||||
* docs/plugins/inspect/plugin-fieldanalysis.xml:
|
||||
* docs/plugins/inspect/plugin-flite.xml:
|
||||
* docs/plugins/inspect/plugin-fragmented.xml:
|
||||
* docs/plugins/inspect/plugin-frei0r.xml:
|
||||
* docs/plugins/inspect/plugin-gaudieffects.xml:
|
||||
* docs/plugins/inspect/plugin-gdp.xml:
|
||||
* docs/plugins/inspect/plugin-geometrictransform.xml:
|
||||
* docs/plugins/inspect/plugin-gmedec.xml:
|
||||
* docs/plugins/inspect/plugin-gsm.xml:
|
||||
* docs/plugins/inspect/plugin-gstsiren.xml:
|
||||
* docs/plugins/inspect/plugin-id3tag.xml:
|
||||
* docs/plugins/inspect/plugin-inter.xml:
|
||||
* docs/plugins/inspect/plugin-interlace.xml:
|
||||
* docs/plugins/inspect/plugin-jpegformat.xml:
|
||||
* docs/plugins/inspect/plugin-liveadder.xml:
|
||||
* docs/plugins/inspect/plugin-mimic.xml:
|
||||
* docs/plugins/inspect/plugin-mms.xml:
|
||||
* docs/plugins/inspect/plugin-modplug.xml:
|
||||
* docs/plugins/inspect/plugin-mpegpsdemux.xml:
|
||||
* docs/plugins/inspect/plugin-mpegtsdemux.xml:
|
||||
* docs/plugins/inspect/plugin-mpegtsmux.xml:
|
||||
* docs/plugins/inspect/plugin-mpg123.xml:
|
||||
* docs/plugins/inspect/plugin-neon.xml:
|
||||
* docs/plugins/inspect/plugin-ofa.xml:
|
||||
* docs/plugins/inspect/plugin-openal.xml:
|
||||
* docs/plugins/inspect/plugin-opencv.xml:
|
||||
* docs/plugins/inspect/plugin-opus.xml:
|
||||
* docs/plugins/inspect/plugin-pcapparse.xml:
|
||||
* docs/plugins/inspect/plugin-pnm.xml:
|
||||
* docs/plugins/inspect/plugin-rawparse.xml:
|
||||
* docs/plugins/inspect/plugin-removesilence.xml:
|
||||
* docs/plugins/inspect/plugin-resindvd.xml:
|
||||
* docs/plugins/inspect/plugin-rfbsrc.xml:
|
||||
* docs/plugins/inspect/plugin-rtmp.xml:
|
||||
* docs/plugins/inspect/plugin-schro.xml:
|
||||
* docs/plugins/inspect/plugin-sdp.xml:
|
||||
* docs/plugins/inspect/plugin-segmentclip.xml:
|
||||
* docs/plugins/inspect/plugin-shm.xml:
|
||||
* docs/plugins/inspect/plugin-smooth.xml:
|
||||
* docs/plugins/inspect/plugin-soundtouch.xml:
|
||||
* docs/plugins/inspect/plugin-spandsp.xml:
|
||||
* docs/plugins/inspect/plugin-speed.xml:
|
||||
* docs/plugins/inspect/plugin-subenc.xml:
|
||||
* docs/plugins/inspect/plugin-videoparsersbad.xml:
|
||||
* docs/plugins/inspect/plugin-voaacenc.xml:
|
||||
* docs/plugins/inspect/plugin-voamrwbenc.xml:
|
||||
* docs/plugins/inspect/plugin-waylandsink.xml:
|
||||
* docs/plugins/inspect/plugin-y4mdec.xml:
|
||||
* docs/plugins/inspect/plugin-zbar.xml:
|
||||
* gst-plugins-bad.doap:
|
||||
* gst/bayer/gstbayerorc-dist.c:
|
||||
* gst/fieldanalysis/gstfieldanalysisorc-dist.c:
|
||||
* win32/common/config.h:
|
||||
Release 1.1.4
|
||||
|
||||
2013-08-28 13:07:24 +0200 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* po/af.po:
|
||||
* po/az.po:
|
||||
* po/bg.po:
|
||||
* po/ca.po:
|
||||
* po/cs.po:
|
||||
* po/da.po:
|
||||
* po/de.po:
|
||||
* po/el.po:
|
||||
* po/en_GB.po:
|
||||
* po/eo.po:
|
||||
* po/es.po:
|
||||
* po/eu.po:
|
||||
* po/fi.po:
|
||||
* po/fr.po:
|
||||
* po/gl.po:
|
||||
* po/hr.po:
|
||||
* po/hu.po:
|
||||
* po/id.po:
|
||||
* po/it.po:
|
||||
* po/ja.po:
|
||||
* po/ky.po:
|
||||
* po/lt.po:
|
||||
* po/lv.po:
|
||||
* po/mt.po:
|
||||
* po/nb.po:
|
||||
* po/nl.po:
|
||||
* po/or.po:
|
||||
* po/pl.po:
|
||||
* po/pt_BR.po:
|
||||
* po/ro.po:
|
||||
* po/ru.po:
|
||||
* po/sk.po:
|
||||
* po/sl.po:
|
||||
* po/sq.po:
|
||||
* po/sr.po:
|
||||
* po/sv.po:
|
||||
* po/tr.po:
|
||||
* po/uk.po:
|
||||
* po/vi.po:
|
||||
* po/zh_CN.po:
|
||||
Update .po files
|
||||
|
||||
2013-08-28 12:33:17 +0200 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
|
|
2
NEWS
2
NEWS
|
@ -1,2 +1,2 @@
|
|||
This is GStreamer Bad Plugins 1.1.4
|
||||
This is GStreamer Bad Plugins 1.1.90
|
||||
|
||||
|
|
56
RELEASE
56
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
Release notes for GStreamer Bad Plugins 1.1.4
|
||||
Release notes for GStreamer Bad Plugins 1.1.90
|
||||
|
||||
|
||||
The GStreamer team is proud to announce a new bug-fix release
|
||||
|
@ -62,31 +62,13 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
|
|||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 706566 : d3dvideosink: bufferpool implementation does not work well with device-lost/resets
|
||||
* 599298 : [tsdemux] Emit codec tags
|
||||
* 697239 : [mpegtsmux] Let prog-map define the program number
|
||||
* 701681 : [regression] NASA HLS stream
|
||||
* 702357 : codecparser: optimize scanning for start code
|
||||
* 703264 : srtp: Key is required even if cipher and auth are null
|
||||
* 704308 : dash: Stream does not play " assertion `client- > active_streams != NULL' failed "
|
||||
* 704760 : opencv: disparity-map calculation element
|
||||
* 705208 : [dvbsrc] should check if _XOPEN_SOURCE is already defined
|
||||
* 705349 : bluez: avdtpsrc produces error at EOF
|
||||
* 705452 : h264parse: Does not extract width/height/etc from h264-in-mpeg-ps
|
||||
* 705598 : regression h264parse: incorrect keyframe/delta-unit detection
|
||||
* 705661 : dashdemux: segmentNumber attribute of SegmentTemplate element is not being observed
|
||||
* 705667 : vc1parse: some sequence layer handling fixes for advanced profile
|
||||
* 705674 : aiffparse broken
|
||||
* 705675 : aiffparse: invalid SSND data size
|
||||
* 705679 : dashdemux: faulty buffer timestamps when using SegmentTemplate element
|
||||
* 705683 : [srtp] invalid packets results in GST_FLOW_ERROR
|
||||
* 705812 : neonhttpsrc: fails to configure with neon-0.30.0
|
||||
* 705957 : pcapparse: crash due to bad unref
|
||||
* 705993 : aiffparse: fix sticky event warnings in push mode / add tests
|
||||
* 706091 : srtpdec: Shadowed variable causes buffers to be dropped
|
||||
* 706276 : uvch264src: don't error out on incomplete aux data segment with Logitech C920
|
||||
* 706369 : videoparser/mpegvideoparse: bad switch statements
|
||||
* 706574 : directsoundsrc: 'device-name' property for selecting a audio device
|
||||
* 569015 : Generated win32 config.h file in git
|
||||
* 680526 : tsdemux: crashes when seeking in HLS
|
||||
* 703520 : dfbvideosink: port to 1.0
|
||||
* 706957 : avdtpsrc: Support for AAC
|
||||
* 707074 : examples: port directfb test
|
||||
* 707317 : mpegdemux: doesn't send events to pads that are not linked
|
||||
* 708106 : mpegtspacketizer: Incorrect condition checking
|
||||
|
||||
==== Download ====
|
||||
|
||||
|
@ -123,25 +105,21 @@ subscribe to the gstreamer-devel list.
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Alexandre Rostovtsev
|
||||
* Alex Ashley
|
||||
* Andoni Morales Alastruey
|
||||
* Arnaud Vrac
|
||||
* Bernhard Miller
|
||||
* Chris Bass
|
||||
* David Schleef
|
||||
* Edward Hervey
|
||||
* Jesper Larsen
|
||||
* Kishore Arepalli
|
||||
* Lubosz Sarnecki
|
||||
* Iain Lane
|
||||
* Jorge Luis Zapata
|
||||
* Josep Torra
|
||||
* Julien Isorce
|
||||
* Kazunori Kobayashi
|
||||
* Kerrick Staley
|
||||
* Matej Knopp
|
||||
* Matthieu Bouron
|
||||
* Miguel Casas-Sanchez
|
||||
* Nicola Murino
|
||||
* Olivier Crête
|
||||
* Robert Krakora
|
||||
* Sebastian Dröge
|
||||
* Sreerenj Balachandran
|
||||
* Sudip Jain
|
||||
* Thiago Santos
|
||||
* Tim-Philipp Müller
|
||||
* Zaheer Abbas Merali
|
||||
* Wim Taymans
|
||||
|
|
@ -3,7 +3,7 @@ AC_PREREQ([2.68])
|
|||
dnl initialize autoconf
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||
AC_INIT([GStreamer Bad Plug-ins],[1.1.4.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad])
|
||||
AC_INIT([GStreamer Bad Plug-ins],[1.1.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad])
|
||||
|
||||
AG_GST_INIT
|
||||
|
||||
|
@ -48,11 +48,11 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
|
|||
dnl - interfaces added -> increment AGE
|
||||
dnl - interfaces removed -> AGE = 0
|
||||
dnl sets GST_LT_LDFLAGS
|
||||
AS_LIBTOOL(GST, 104, 0, 104)
|
||||
AS_LIBTOOL(GST, 190, 0, 190)
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=1.1.4.1
|
||||
GSTPB_REQ=1.1.4.1
|
||||
GST_REQ=1.1.90
|
||||
GSTPB_REQ=1.1.90
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
||||
|
|
|
@ -1258,6 +1258,16 @@
|
|||
<DEFAULT>TRUE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstDfbVideoSink::layer-mode</NAME>
|
||||
<TYPE>GstDfbVideoSinkLayerMode</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>The layer cooperative level (administrative or exclusive)</NICK>
|
||||
<BLURB>The cooperative level handling the access permission (set this to 'administrative' when the cursor is required).</BLURB>
|
||||
<DEFAULT>DLSCL_EXCLUSIVE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstGLImageSink::display</NAME>
|
||||
<TYPE>gchar*</TYPE>
|
||||
|
@ -26750,7 +26760,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>physics</NICK>
|
||||
<BLURB>water density: from 1 to 4.</BLURB>
|
||||
<DEFAULT>7.7486e-304</DEFAULT>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -26790,7 +26800,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>splash (Y)</NICK>
|
||||
<BLURB>make a big splash in the center.</BLURB>
|
||||
<DEFAULT>4.77773e-299</DEFAULT>
|
||||
<DEFAULT>7.74861e-304</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -26800,7 +26810,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>splash (X)</NICK>
|
||||
<BLURB>make a big splash in the center.</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
<DEFAULT>8.20251e-304</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -26850,7 +26860,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>DelayTime</NICK>
|
||||
<BLURB>the delay time.</BLURB>
|
||||
<DEFAULT>2.5642e-321</DEFAULT>
|
||||
<DEFAULT>1.19564e-321</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -27230,7 +27240,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>lredscale</NICK>
|
||||
<BLURB>multiplier for downscaling non-edge brightness.</BLURB>
|
||||
<DEFAULT>2.22824e-321</DEFAULT>
|
||||
<DEFAULT>5.68175e-322</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -27240,7 +27250,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>lthresh</NICK>
|
||||
<BLURB>threshold for edge lightening.</BLURB>
|
||||
<DEFAULT>9.53547e-322</DEFAULT>
|
||||
<DEFAULT>1.56555e-316</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -27250,7 +27260,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>lupscale</NICK>
|
||||
<BLURB>multiplier for upscaling edge brightness.</BLURB>
|
||||
<DEFAULT>6.55625e-321</DEFAULT>
|
||||
<DEFAULT>1.56534e-316</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -27610,7 +27620,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>HSync</NICK>
|
||||
<BLURB>the hsync offset.</BLURB>
|
||||
<DEFAULT>1.16956e-316</DEFAULT>
|
||||
<DEFAULT>1.5538e-316</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -60497,6 +60507,16 @@ Gestures in the defined region of interest will emit messages.</BLURB>
|
|||
<DEFAULT>1000000000</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstAudioMixer::blocksize</NAME>
|
||||
<TYPE>guint</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Block Size</NICK>
|
||||
<BLURB>Output block size in number of samples.</BLURB>
|
||||
<DEFAULT>1024</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstDaalaEnc::keyframe-rate</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
|
|
|
@ -73,6 +73,7 @@ GObject
|
|||
GstRTMPSink
|
||||
GstShmSink
|
||||
GstVideoSink
|
||||
GstDfbVideoSink
|
||||
GstEglGlesSink
|
||||
GstFBDEVSink
|
||||
GstWaylandSink
|
||||
|
@ -154,22 +155,8 @@ GObject
|
|||
GstMirror
|
||||
GstRotate
|
||||
GstSquare
|
||||
GstGrabcut
|
||||
GstOpencvVideoFilter
|
||||
GstCvDilateErode
|
||||
GstCvDilate
|
||||
GstCvErode
|
||||
GstCvEqualizeHist
|
||||
GstCvLaplace
|
||||
GstCvSmooth
|
||||
GstCvSobel
|
||||
GstFaceDetect
|
||||
GstHanddetect
|
||||
GstSkinDetect
|
||||
GstRetinex
|
||||
GstRsvgOverlay
|
||||
GstSceneChange
|
||||
GstSegmentation
|
||||
GstSmooth
|
||||
GstSolarize
|
||||
GstVideoDiff
|
||||
|
@ -251,9 +238,6 @@ GObject
|
|||
GstDashDemux
|
||||
GstDecklinkSink
|
||||
GstDecklinkSrc
|
||||
GstDisparity
|
||||
GstEdgeDetect
|
||||
GstFaceBlur
|
||||
GstFestival
|
||||
GstFieldAnalysis
|
||||
GstFluidDec
|
||||
|
@ -274,15 +258,12 @@ GObject
|
|||
GstMimDec
|
||||
GstMimEnc
|
||||
GstModPlug
|
||||
GstMotioncells
|
||||
GstMpegPSDemux
|
||||
GstMssDemux
|
||||
GstOpencvTextOverlay
|
||||
GstPcapParse
|
||||
GstPitch
|
||||
GstPnmdec
|
||||
GstPnmenc
|
||||
GstPyramidSegment
|
||||
GstRTPBaseDepayload
|
||||
GstRTPOpusDepay
|
||||
GstRtpDTMFDepay
|
||||
|
@ -302,7 +283,6 @@ GObject
|
|||
GstSrtpEnc
|
||||
GstTagMux
|
||||
GstId3Mux
|
||||
GstTemplateMatch
|
||||
GstUvcH264MjpgDemux
|
||||
GstVideoDecoder
|
||||
GstOpenJPEGDec
|
||||
|
@ -361,6 +341,7 @@ GObject
|
|||
GstRegistry
|
||||
GstTask
|
||||
GstTaskPool
|
||||
GstColorBalanceChannel
|
||||
GstEncodingProfile
|
||||
GstVdpDevice
|
||||
MXFMetadataBase
|
||||
|
@ -439,6 +420,7 @@ GObject
|
|||
GInterface
|
||||
GTypePlugin
|
||||
GstChildProxy
|
||||
GstColorBalance
|
||||
GstNavigation
|
||||
GstPhotography
|
||||
GstPreset
|
||||
|
|
|
@ -19,6 +19,7 @@ GstCeltEnc GstPreset GstTagSetter
|
|||
GstDaalaEnc GstPreset
|
||||
GstDataURISrc GstURIHandler
|
||||
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
|
||||
GstDfbVideoSink GstNavigation GstColorBalance
|
||||
GstDiracEnc GstPreset
|
||||
GstEglGlesSink GstVideoOverlay
|
||||
GstFPSDisplaySink GstChildProxy
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Computes an AccurateRip CRC</description>
|
||||
<filename>../../gst/accurip/.libs/libgstaccurip.so</filename>
|
||||
<basename>libgstaccurip.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>ADPCM decoder</description>
|
||||
<filename>../../gst/adpcmdec/.libs/libgstadpcmdec.so</filename>
|
||||
<basename>libgstadpcmdec.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>ADPCM encoder</description>
|
||||
<filename>../../gst/adpcmenc/.libs/libgstadpcmenc.so</filename>
|
||||
<basename>libgstadpcmenc.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>ASF Muxer Plugin</description>
|
||||
<filename>../../gst/asfmux/.libs/libgstasfmux.so</filename>
|
||||
<basename>libgstasfmux.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>ASS/SSA subtitle renderer</description>
|
||||
<filename>../../ext/assrender/.libs/libgstassrender.so</filename>
|
||||
<basename>libgstassrender.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Creates video visualizations of audio input</description>
|
||||
<filename>../../gst/audiovisualizers/.libs/libgstaudiovisualizers.so</filename>
|
||||
<basename>libgstaudiovisualizers.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Selects convertor element based on caps</description>
|
||||
<filename>../../gst/autoconvert/.libs/libgstautoconvert.so</filename>
|
||||
<basename>libgstautoconvert.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Elements to convert Bayer images</description>
|
||||
<filename>../../gst/bayer/.libs/libgstbayer.so</filename>
|
||||
<basename>libgstbayer.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Compress or decompress streams</description>
|
||||
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
|
||||
<basename>libgstbz2.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Take image snapshots and record movies from camera</description>
|
||||
<filename>../../gst/camerabin2/.libs/libgstcamerabin2.so</filename>
|
||||
<basename>libgstcamerabin2.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Calculate Chromaprint fingerprint from audio files</description>
|
||||
<filename>../../ext/chromaprint/.libs/libgstchromaprint.so</filename>
|
||||
<basename>libgstchromaprint.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Color Look-up Table filters</description>
|
||||
<filename>../../gst/coloreffects/.libs/libgstcoloreffects.so</filename>
|
||||
<basename>libgstcoloreffects.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>libcurl-based elements</description>
|
||||
<filename>../../ext/curl/.libs/libgstcurl.so</filename>
|
||||
<basename>libgstcurl.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>data: URI source</description>
|
||||
<filename>../../gst/dataurisrc/.libs/libgstdataurisrc.so</filename>
|
||||
<basename>libgstdataurisrc.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Collection of elements that may or may not be useful for debugging</description>
|
||||
<filename>../../gst/debugutils/.libs/libgstdebugutilsbad.so</filename>
|
||||
<basename>libgstdebugutilsbad.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Decodes DTS audio streams</description>
|
||||
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
||||
<basename>libgstdtsdec.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>DVB elements</description>
|
||||
<filename>../../sys/dvb/.libs/libgstdvb.so</filename>
|
||||
<basename>libgstdvb.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>DVB subtitle renderer</description>
|
||||
<filename>../../gst/dvbsuboverlay/.libs/libgstdvbsuboverlay.so</filename>
|
||||
<basename>libgstdvbsuboverlay.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>DVD Sub-picture Overlay element</description>
|
||||
<filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
|
||||
<basename>libgstdvdspu.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>EGL/GLES sink</description>
|
||||
<filename>../../ext/eglgles/.libs/libgsteglglessink.so</filename>
|
||||
<basename>libgsteglglessink.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Free AAC Encoder (FAAC)</description>
|
||||
<filename>../../ext/faac/.libs/libgstfaac.so</filename>
|
||||
<basename>libgstfaac.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Free AAC Decoder (FAAD)</description>
|
||||
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
|
||||
<basename>libgstfaad.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Synthesizes plain text into audio</description>
|
||||
<filename>../../gst/festival/.libs/libgstfestival.so</filename>
|
||||
<basename>libgstfestival.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Video field analysis</description>
|
||||
<filename>../../gst/fieldanalysis/.libs/libgstfieldanalysis.so</filename>
|
||||
<basename>libgstfieldanalysis.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Flite speech synthesizer plugin</description>
|
||||
<filename>../../ext/flite/.libs/libgstflite.so</filename>
|
||||
<basename>libgstflite.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Fragmented streaming plugins</description>
|
||||
<filename>../../ext/hls/.libs/libgstfragmented.so</filename>
|
||||
<basename>libgstfragmented.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>frei0r plugin library</description>
|
||||
<filename>../../gst/frei0r/.libs/libgstfrei0r.so</filename>
|
||||
<basename>libgstfrei0r.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Gaudi video effects.</description>
|
||||
<filename>../../gst/gaudieffects/.libs/libgstgaudieffects.so</filename>
|
||||
<basename>libgstgaudieffects.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Payload/depayload GDP packets</description>
|
||||
<filename>../../gst/gdp/.libs/libgstgdp.so</filename>
|
||||
<basename>libgstgdp.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Various geometric image transform elements</description>
|
||||
<filename>../../gst/geometrictransform/.libs/libgstgeometrictransform.so</filename>
|
||||
<basename>libgstgeometrictransform.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>GME Audio Decoder</description>
|
||||
<filename>../../ext/gme/.libs/libgstgme.so</filename>
|
||||
<basename>libgstgme.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>GSM encoder/decoder</description>
|
||||
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
|
||||
<basename>libgstgsm.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Siren encoder/decoder/payloader/depayloader plugins</description>
|
||||
<filename>../../gst/siren/.libs/libgstsiren.so</filename>
|
||||
<basename>libgstsiren.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>ID3 v1 and v2 muxing plugin</description>
|
||||
<filename>../../gst/id3tag/.libs/libgstid3tag.so</filename>
|
||||
<basename>libgstid3tag.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>plugin for inter-pipeline communication</description>
|
||||
<filename>../../gst/inter/.libs/libgstinter.so</filename>
|
||||
<basename>libgstinter.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Create an interlaced video stream</description>
|
||||
<filename>../../gst/interlace/.libs/libgstinterlace.so</filename>
|
||||
<basename>libgstinterlace.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>JPEG interchange format plugin</description>
|
||||
<filename>../../gst/jpegformat/.libs/libgstjpegformat.so</filename>
|
||||
<basename>libgstjpegformat.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Adds multiple live discontinuous streams</description>
|
||||
<filename>../../gst/liveadder/.libs/libgstliveadder.so</filename>
|
||||
<basename>libgstliveadder.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Mimic codec</description>
|
||||
<filename>../../ext/mimic/.libs/libgstmimic.so</filename>
|
||||
<basename>libgstmimic.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Microsoft Multi Media Server streaming protocol support</description>
|
||||
<filename>../../ext/libmms/.libs/libgstmms.so</filename>
|
||||
<basename>libgstmms.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>.MOD audio decoding</description>
|
||||
<filename>../../ext/modplug/.libs/libgstmodplug.so</filename>
|
||||
<basename>libgstmodplug.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>MPEG-PS demuxer</description>
|
||||
<filename>../../gst/mpegdemux/.libs/libgstmpegpsdemux.so</filename>
|
||||
<basename>libgstmpegpsdemux.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>unknown</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>MPEG TS demuxer</description>
|
||||
<filename>../../gst/mpegtsdemux/.libs/libgstmpegtsdemux.so</filename>
|
||||
<basename>libgstmpegtsdemux.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>unknown</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>MPEG-TS muxer</description>
|
||||
<filename>../../gst/mpegtsmux/.libs/libgstmpegtsmux.so</filename>
|
||||
<basename>libgstmpegtsmux.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>mp3 decoding based on the mpg123 library</description>
|
||||
<filename>../../ext/mpg123/.libs/libgstmpg123.so</filename>
|
||||
<basename>libgstmpg123.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>lib neon http client src</description>
|
||||
<filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
|
||||
<basename>libgstneonhttpsrc.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Calculate MusicIP fingerprint from audio files</description>
|
||||
<filename>../../ext/ofa/.libs/libgstofa.so</filename>
|
||||
<basename>libgstofa.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>OpenAL plugin library</description>
|
||||
<filename>../../ext/openal/.libs/libgstopenal.so</filename>
|
||||
<basename>libgstopenal.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>OPUS plugin library</description>
|
||||
<filename>../../ext/opus/.libs/libgstopus.so</filename>
|
||||
<basename>libgstopus.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Element parsing raw pcap streams</description>
|
||||
<filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename>
|
||||
<basename>libgstpcapparse.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>PNM plugin</description>
|
||||
<filename>../../gst/pnm/.libs/libgstpnm.so</filename>
|
||||
<basename>libgstpnm.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Parses byte streams into raw frames</description>
|
||||
<filename>../../gst/rawparse/.libs/libgstrawparse.so</filename>
|
||||
<basename>libgstrawparse.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Removes silence from an audio stream</description>
|
||||
<filename>../../gst/removesilence/.libs/libgstremovesilence.so</filename>
|
||||
<basename>libgstremovesilence.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Resin DVD playback elements</description>
|
||||
<filename>../../ext/resindvd/.libs/libgstresindvd.so</filename>
|
||||
<basename>libgstresindvd.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Connects to a VNC server and decodes RFB stream</description>
|
||||
<filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename>
|
||||
<basename>libgstrfbsrc.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>RTMP source and sink</description>
|
||||
<filename>../../ext/rtmp/.libs/libgstrtmp.so</filename>
|
||||
<basename>libgstrtmp.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Schroedinger plugin</description>
|
||||
<filename>../../ext/schroedinger/.libs/libgstschro.so</filename>
|
||||
<basename>libgstschro.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>configure streaming sessions using SDP</description>
|
||||
<filename>../../gst/sdp/.libs/libgstsdpelem.so</filename>
|
||||
<basename>libgstsdpelem.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Segment clip elements</description>
|
||||
<filename>../../gst/segmentclip/.libs/libgstsegmentclip.so</filename>
|
||||
<basename>libgstsegmentclip.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>shared memory sink source</description>
|
||||
<filename>../../sys/shm/.libs/libgstshm.so</filename>
|
||||
<basename>libgstshm.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Apply a smooth filter to an image</description>
|
||||
<filename>../../gst/smooth/.libs/libgstsmooth.so</filename>
|
||||
<basename>libgstsmooth.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Audio Pitch Controller & BPM Detection</description>
|
||||
<filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
|
||||
<basename>libgstsoundtouch.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>libspandsp plugin</description>
|
||||
<filename>../../ext/spandsp/.libs/libgstspandsp.so</filename>
|
||||
<basename>libgstspandsp.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Set speed/pitch on audio/raw streams (resampler)</description>
|
||||
<filename>../../gst/speed/.libs/libgstspeed.so</filename>
|
||||
<basename>libgstspeed.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>subtitle encoders</description>
|
||||
<filename>../../gst/subenc/.libs/libgstsubenc.so</filename>
|
||||
<basename>libgstsubenc.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>videoparsers</description>
|
||||
<filename>../../gst/videoparsers/.libs/libgstvideoparsersbad.so</filename>
|
||||
<basename>libgstvideoparsersbad.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
@ -68,7 +68,7 @@
|
|||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-h264, parsed=(boolean)true, stream-format=(string){ avc, byte-stream }, alignment=(string){ au, nal }</details>
|
||||
<details>video/x-h264, parsed=(boolean)true, stream-format=(string){ avc, avc3, byte-stream }, alignment=(string){ au, nal }</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>AAC audio encoder</description>
|
||||
<filename>../../ext/voaacenc/.libs/libgstvoaacenc.so</filename>
|
||||
<basename>libgstvoaacenc.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Adaptive Multi-Rate Wide-Band Encoder</description>
|
||||
<filename>../../ext/voamrwbenc/.libs/libgstvoamrwbenc.so</filename>
|
||||
<basename>libgstvoamrwbenc.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>unknown</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Wayland Video Sink</description>
|
||||
<filename>../../ext/wayland/.libs/libgstwaylandsink.so</filename>
|
||||
<basename>libgstwaylandsink.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Demuxes/decodes YUV4MPEG streams</description>
|
||||
<filename>../../gst/y4m/.libs/libgsty4mdec.so</filename>
|
||||
<basename>libgsty4mdec.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>zbar barcode scanner</description>
|
||||
<filename>../../ext/zbar/.libs/libgstzbar.so</filename>
|
||||
<basename>libgstzbar.so</basename>
|
||||
<version>1.1.4</version>
|
||||
<version>1.1.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
|
|
|
@ -33,6 +33,16 @@ real live maintainer, or some actual wide use.
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.1.90</revision>
|
||||
<branch>1.1</branch>
|
||||
<name></name>
|
||||
<created>2013-09-19</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.1.90.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.1.4</revision>
|
||||
|
|
|
@ -1,94 +1,245 @@
|
|||
/* config.h.in. Generated from configure.ac by autoheader. */
|
||||
/* This copy of config.h.in is specifically for win32 Visual Studio builds */
|
||||
/* Autogenerated config.h created for win32 Visual Studio builds */
|
||||
|
||||
/* PREFIX -- specifically added for Windows for easier moving */
|
||||
#define PREFIX "C:\\gstreamer"
|
||||
|
||||
/* Define if building universal (internal helper macro) */
|
||||
#undef AC_APPLE_UNIVERSAL_BUILD
|
||||
|
||||
/* Default audio sink */
|
||||
#define DEFAULT_AUDIOSINK "directsoundsink"
|
||||
|
||||
/* Default audio source */
|
||||
#define DEFAULT_AUDIOSRC "audiotestsrc"
|
||||
|
||||
/* Default video sink */
|
||||
#undef DEFAULT_VIDEOSINK
|
||||
|
||||
/* Default video source */
|
||||
#define DEFAULT_VIDEOSRC "videotestsrc"
|
||||
|
||||
/* Default visualizer */
|
||||
#define DEFAULT_VISUALIZER "goom"
|
||||
|
||||
/* Disable Orc */
|
||||
#undef DISABLE_ORC
|
||||
|
||||
/* Define if an old libdts is used */
|
||||
#undef DTS_OLD
|
||||
|
||||
/* Define to 1 if translation of program messages to the user's native
|
||||
language is requested. */
|
||||
#undef ENABLE_NLS
|
||||
|
||||
/* The x in 2.x */
|
||||
#undef FAAD2_MINOR_VERSION
|
||||
|
||||
/* Define if AAC is using new api prefix */
|
||||
#undef FAAD_IS_NEAAC
|
||||
|
||||
/* gettext package name */
|
||||
#define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
|
||||
|
||||
/* PREFIX - specifically added for Windows for easier moving */
|
||||
#define PREFIX "C:\\gstreamer"
|
||||
/* The GIO library directory. */
|
||||
#undef GIO_LIBDIR
|
||||
|
||||
/* Location of registry */
|
||||
#define GST_CACHE_DIR PREFIX "\\var\\cache"
|
||||
/* The GIO modules directory. */
|
||||
#undef GIO_MODULE_DIR
|
||||
|
||||
/* Define if GSM header in gsm/ subdir */
|
||||
#undef GSM_HEADER_IN_SUBDIR
|
||||
|
||||
/* GStreamer API Version */
|
||||
#define GST_API_VERSION "1.0"
|
||||
|
||||
/* Extra platform specific plugin suffix */
|
||||
#undef GST_EXTRA_MODULE_SUFFIX
|
||||
|
||||
/* Defined if gcov is enabled to force a rebuild due to config.h changing */
|
||||
#undef GST_GCOV_ENABLED
|
||||
|
||||
/* Defined when registry scanning through fork is unsafe */
|
||||
#undef GST_HAVE_UNSAFE_FORK
|
||||
|
||||
/* Default errorlevel to use */
|
||||
#define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
|
||||
|
||||
/* GStreamer license */
|
||||
#define GST_LICENSE "LGPL"
|
||||
|
||||
/* mjpegtools API evolution */
|
||||
#undef GST_MJPEGTOOLS_API
|
||||
|
||||
/* package name in plugins */
|
||||
#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
|
||||
#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
|
||||
|
||||
/* package origin */
|
||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||
|
||||
/* Define if the host CPU is an Alpha */
|
||||
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
|
||||
#define GST_PACKAGE_RELEASE_DATETIME "2013-09-19"
|
||||
|
||||
/* Define if static plugins should be built */
|
||||
#undef GST_PLUGIN_BUILD_STATIC
|
||||
|
||||
/* Define to enable Windows ACM library (used by acm). */
|
||||
#undef HAVE_ACM
|
||||
|
||||
/* Define to enable Android Media (used by androidmedia). */
|
||||
#undef HAVE_ANDROID_MEDIA
|
||||
|
||||
/* Define to enable AirPort Express Wireless sink (used by apexsink). */
|
||||
#undef HAVE_APEXSINK
|
||||
|
||||
/* Define to enable Apple video (used by applemedia). */
|
||||
#undef HAVE_APPLE_MEDIA
|
||||
|
||||
/* Define to enable ASS/SSA renderer (used by assrender). */
|
||||
#undef HAVE_ASSRENDER
|
||||
|
||||
/* Define to enable AVC Video Services (used by avcsrc). */
|
||||
#undef HAVE_AVC
|
||||
|
||||
/* Define to enable Bluez (used by bluez). */
|
||||
#undef HAVE_BLUEZ
|
||||
|
||||
/* Define to enable bz2 library (used by bz2). */
|
||||
#undef HAVE_BZ2
|
||||
|
||||
/* Define to enable cdaudio (used by cdaudio). */
|
||||
#undef HAVE_CDAUDIO
|
||||
|
||||
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
|
||||
CoreFoundation framework. */
|
||||
#undef HAVE_CFLOCALECOPYCURRENT
|
||||
|
||||
/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
|
||||
the CoreFoundation framework. */
|
||||
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
|
||||
|
||||
/* Define to enable chromaprint (used by chromaprint). */
|
||||
#undef HAVE_CHROMAPRINT
|
||||
|
||||
/* Define if the target CPU is an Alpha */
|
||||
#undef HAVE_CPU_ALPHA
|
||||
|
||||
/* Define if the host CPU is an ARM */
|
||||
/* Define if the target CPU is an ARM */
|
||||
#undef HAVE_CPU_ARM
|
||||
|
||||
/* Define if the host CPU is a HPPA */
|
||||
/* Define if the target CPU is a CRIS */
|
||||
#undef HAVE_CPU_CRIS
|
||||
|
||||
/* Define if the target CPU is a CRISv32 */
|
||||
#undef HAVE_CPU_CRISV32
|
||||
|
||||
/* Define if the target CPU is a HPPA */
|
||||
#undef HAVE_CPU_HPPA
|
||||
|
||||
/* Define if the host CPU is an x86 */
|
||||
#undef HAVE_CPU_I386
|
||||
/* Define if the target CPU is an x86 */
|
||||
#define HAVE_CPU_I386 1
|
||||
|
||||
/* Define if the host CPU is a IA64 */
|
||||
/* Define if the target CPU is a IA64 */
|
||||
#undef HAVE_CPU_IA64
|
||||
|
||||
/* Define if the host CPU is a M68K */
|
||||
/* Define if the target CPU is a M68K */
|
||||
#undef HAVE_CPU_M68K
|
||||
|
||||
/* Define if the host CPU is a MIPS */
|
||||
/* Define if the target CPU is a MIPS */
|
||||
#undef HAVE_CPU_MIPS
|
||||
|
||||
/* Define if the host CPU is a PowerPC */
|
||||
/* Define if the target CPU is a PowerPC */
|
||||
#undef HAVE_CPU_PPC
|
||||
|
||||
/* Define if the host CPU is a S390 */
|
||||
/* Define if the target CPU is a 64 bit PowerPC */
|
||||
#undef HAVE_CPU_PPC64
|
||||
|
||||
/* Define if the target CPU is a S390 */
|
||||
#undef HAVE_CPU_S390
|
||||
|
||||
/* Define if the host CPU is a SPARC */
|
||||
/* Define if the target CPU is a SPARC */
|
||||
#undef HAVE_CPU_SPARC
|
||||
|
||||
/* Define if the host CPU is a x86_64 */
|
||||
/* Define if the target CPU is a x86_64 */
|
||||
#undef HAVE_CPU_X86_64
|
||||
|
||||
/* Define to enable Curl plugin (used by curl). */
|
||||
#undef HAVE_CURL
|
||||
|
||||
/* Define to enable daala (used by daala). */
|
||||
#undef HAVE_DAALA
|
||||
|
||||
/* Define to enable DASH plug-in (used by dash). */
|
||||
#undef HAVE_DASH
|
||||
|
||||
/* Define to enable libdc1394 (used by dc1394). */
|
||||
#undef HAVE_DC1394
|
||||
|
||||
/* Define if the GNU dcgettext() function is already present or preinstalled.
|
||||
*/
|
||||
#undef HAVE_DCGETTEXT
|
||||
|
||||
/* Defined if we have dladdr () */
|
||||
#undef HAVE_DLADDR
|
||||
/* Define to enable decklink (used by decklink). */
|
||||
#undef HAVE_DECKLINK
|
||||
|
||||
/* Define to enable Direct3D plug-in (used by direct3dsink). */
|
||||
#undef HAVE_DIRECT3D
|
||||
|
||||
/* Define to enable DirectDraw plug-in (used by directdrawsink). */
|
||||
#undef HAVE_DIRECTDRAW
|
||||
|
||||
/* Define to enable directfb (used by dfbvideosink ). */
|
||||
#undef HAVE_DIRECTFB
|
||||
|
||||
/* Define to enable DirectShow plug-in (used by winks). */
|
||||
#undef HAVE_DIRECTSHOW
|
||||
|
||||
/* Define to enable DirectSound (used by directsoundsrc). */
|
||||
#undef HAVE_DIRECTSOUND
|
||||
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
#undef HAVE_DLFCN_H
|
||||
|
||||
/* Define to 1 if you have the `fgetpos' function. */
|
||||
#define HAVE_FGETPOS 1
|
||||
/* define for working do while(0) macros */
|
||||
#undef HAVE_DOWHILE_MACROS
|
||||
|
||||
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
|
||||
#undef HAVE_FSEEKO
|
||||
/* Define to enable dts library (used by dtsdec). */
|
||||
#undef HAVE_DTS
|
||||
|
||||
/* Define to 1 if you have the `fsetpos' function. */
|
||||
#define HAVE_FSETPOS 1
|
||||
/* Define to enable DVB Source (used by dvb). */
|
||||
#undef HAVE_DVB
|
||||
|
||||
/* Define to 1 if you have the `ftello' function. */
|
||||
#undef HAVE_FTELLO
|
||||
/* Define to enable eglgles sink (used by eglgles). */
|
||||
#undef HAVE_EGLGLES
|
||||
|
||||
/* defined if the compiler implements __func__ */
|
||||
#undef HAVE_FUNC
|
||||
/* Define to enable building of experimental plug-ins. */
|
||||
#undef HAVE_EXPERIMENTAL
|
||||
|
||||
/* defined if the compiler implements __FUNCTION__ */
|
||||
#undef HAVE_FUNCTION
|
||||
/* Define to enable building of plug-ins with external deps. */
|
||||
#undef HAVE_EXTERNAL
|
||||
|
||||
/* Define to enable AAC encoder plug-in (used by faac). */
|
||||
#undef HAVE_FAAC
|
||||
|
||||
/* Define to enable AAC decoder plug-in (used by faad). */
|
||||
#undef HAVE_FAAD
|
||||
|
||||
/* Define to enable linux framebuffer (used by fbdevsink). */
|
||||
#undef HAVE_FBDEV
|
||||
|
||||
/* Define to 1 if you have the <fcntl.h> header file. */
|
||||
#undef HAVE_FCNTL_H
|
||||
|
||||
/* FIONREAD ioctl found in sys/filio.h */
|
||||
#undef HAVE_FIONREAD_IN_SYS_FILIO
|
||||
|
||||
/* FIONREAD ioctl found in sys/ioclt.h */
|
||||
#undef HAVE_FIONREAD_IN_SYS_IOCTL
|
||||
|
||||
/* Define to enable Flite plugin (used by flite). */
|
||||
#undef HAVE_FLITE
|
||||
|
||||
/* Define to enable fluidsynth (used by fluidsynth). */
|
||||
#undef HAVE_FLUIDSYNTH
|
||||
|
||||
/* Define to 1 if you have the `getpagesize' function. */
|
||||
#undef HAVE_GETPAGESIZE
|
||||
|
@ -96,38 +247,203 @@
|
|||
/* Define if the GNU gettext() function is already present or preinstalled. */
|
||||
#undef HAVE_GETTEXT
|
||||
|
||||
/* Define if you have the iconv() function. */
|
||||
/* Define to enable gme decoder (used by gme). */
|
||||
#undef HAVE_GME
|
||||
|
||||
/* Define to 1 if you have the `gmtime_r' function. */
|
||||
#undef HAVE_GMTIME_R
|
||||
|
||||
/* Define to enable GSettings plugin (used by gsettings). */
|
||||
#undef HAVE_GSETTINGS
|
||||
|
||||
/* Define to enable GSM library (used by gsmenc gsmdec). */
|
||||
#undef HAVE_GSM
|
||||
|
||||
/* Define if gudev is installed */
|
||||
#undef HAVE_GUDEV
|
||||
|
||||
/* Define to 1 if you have the <highgui.h> header file. */
|
||||
#undef HAVE_HIGHGUI_H
|
||||
|
||||
/* Define to enable http live streaming plugin (used by hls). */
|
||||
#undef HAVE_HLS
|
||||
|
||||
/* Define if you have the iconv() function and it works. */
|
||||
#undef HAVE_ICONV
|
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#undef HAVE_INTTYPES_H
|
||||
|
||||
/* Define if libxml2 is available */
|
||||
#define HAVE_LIBXML2 1
|
||||
/* Define if building for Apple iOS */
|
||||
#undef HAVE_IOS
|
||||
|
||||
/* defined if we have makecontext () */
|
||||
#undef HAVE_MAKECONTEXT
|
||||
/* Define to enable Kate (used by kate). */
|
||||
#undef HAVE_KATE
|
||||
|
||||
/* Define to enable ladspa (used by ladspa). */
|
||||
#undef HAVE_LADSPA
|
||||
|
||||
/* Define if gme 0.5.6 or newer is available */
|
||||
#undef HAVE_LIBGME_ACCURACY
|
||||
|
||||
/* Define to enable mms protocol library (used by libmms). */
|
||||
#undef HAVE_LIBMMS
|
||||
|
||||
/* Define to 1 if you have the `nsl' library (-lnsl). */
|
||||
#undef HAVE_LIBNSL
|
||||
|
||||
/* Define to 1 if you have the `socket' library (-lsocket). */
|
||||
#undef HAVE_LIBSOCKET
|
||||
|
||||
/* Define if libusb 1.x is installed */
|
||||
#undef HAVE_LIBUSB
|
||||
|
||||
/* Define to enable Linear Systems SDI plugin (used by linsys). */
|
||||
#undef HAVE_LINSYS
|
||||
|
||||
/* Define if we have liblrdf */
|
||||
#undef HAVE_LRDF
|
||||
|
||||
/* Define to enable lv2 (used by lv2). */
|
||||
#undef HAVE_LV2
|
||||
|
||||
/* Define to 1 if you have the <memory.h> header file. */
|
||||
#undef HAVE_MEMORY_H
|
||||
|
||||
/* Define to enable Multi Format Codec (used by mfc). */
|
||||
#undef HAVE_MFC
|
||||
|
||||
/* Define to enable libmimic library (used by mimic). */
|
||||
#undef HAVE_MIMIC
|
||||
|
||||
/* Define to 1 if you have a working `mmap' system call. */
|
||||
#undef HAVE_MMAP
|
||||
|
||||
/* defined if the compiler implements __PRETTY_FUNCTION__ */
|
||||
#undef HAVE_PRETTY_FUNCTION
|
||||
/* Define to enable modplug (used by modplug). */
|
||||
#undef HAVE_MODPLUG
|
||||
|
||||
/* Defined if we have register_printf_function () */
|
||||
#undef HAVE_PRINTF_EXTENSION
|
||||
/* Define to enable mpeg2enc (used by mpeg2enc). */
|
||||
#undef HAVE_MPEG2ENC
|
||||
|
||||
/* Define to 1 if you have the <process.h> header file. */
|
||||
#define HAVE_PROCESS_H 1
|
||||
/* Define to enable mpg123 audio decoder (used by mpg123). */
|
||||
#undef HAVE_MPG123
|
||||
|
||||
/* Define to enable mplex (used by mplex). */
|
||||
#undef HAVE_MPLEX
|
||||
|
||||
/* Define to 1 if you have the <msacm.h> header file. */
|
||||
#undef HAVE_MSACM_H
|
||||
|
||||
/* Define to enable musepackdec (used by musepack). */
|
||||
#undef HAVE_MUSEPACK
|
||||
|
||||
/* Define to enable MythTV client plugins (used by mythtvsrc). */
|
||||
#undef HAVE_MYTHTV
|
||||
|
||||
/* Define to enable nas plug-in (used by nassink). */
|
||||
#undef HAVE_NAS
|
||||
|
||||
/* Define to enable neon http client plugins (used by neonhttpsrc). */
|
||||
#undef HAVE_NEON
|
||||
|
||||
/* Define to 1 if you have the <netinet/in.h> header file. */
|
||||
#undef HAVE_NETINET_IN_H
|
||||
|
||||
/* Define to 1 if you have the <netinet/ip.h> header file. */
|
||||
#undef HAVE_NETINET_IP_H
|
||||
|
||||
/* Define to 1 if you have the <netinet/tcp.h> header file. */
|
||||
#undef HAVE_NETINET_TCP_H
|
||||
|
||||
/* Define to enable ofa plugins (used by ofa). */
|
||||
#undef HAVE_OFA
|
||||
|
||||
/* Define to enable OpenAL plugin (used by openal). */
|
||||
#undef HAVE_OPENAL
|
||||
|
||||
/* Define to enable opencv plugins (used by opencv). */
|
||||
#undef HAVE_OPENCV
|
||||
|
||||
/* Define to 1 if you have the <opencv2/highgui/highgui_c.h> header file. */
|
||||
#undef HAVE_OPENCV2_HIGHGUI_HIGHGUI_C_H
|
||||
|
||||
/* Define to enable openjpeg library (used by openjpeg). */
|
||||
#undef HAVE_OPENJPEG
|
||||
|
||||
/* Define to enable OpenSL ES (used by opensl). */
|
||||
#undef HAVE_OPENSLES
|
||||
|
||||
/* Define to enable opus (used by opus). */
|
||||
#undef HAVE_OPUS
|
||||
|
||||
/* Use Orc */
|
||||
#undef HAVE_ORC
|
||||
|
||||
/* Apple Mac OS X operating system detected */
|
||||
#undef HAVE_OSX
|
||||
|
||||
/* Define to enable OSX video (used by osxvideosrc). */
|
||||
#undef HAVE_OSX_VIDEO
|
||||
|
||||
/* Define to 1 if you have the <pthread.h> header file. */
|
||||
#undef HAVE_PTHREAD_H
|
||||
|
||||
/* Define to enable pvrvideosink (used by pvr). */
|
||||
#undef HAVE_PVR
|
||||
|
||||
/* Define to enable QuickTime wrapper (used by qtwrapper). */
|
||||
#undef HAVE_QUICKTIME
|
||||
|
||||
/* Define if RDTSC is available */
|
||||
#undef HAVE_RDTSC
|
||||
|
||||
/* Define to 1 if you have the `sigaction' function. */
|
||||
#undef HAVE_SIGACTION
|
||||
/* Define to enable resindvd plugin (used by resindvd). */
|
||||
#undef HAVE_RESINDVD
|
||||
|
||||
/* Define to enable rsvg decoder (used by rsvg). */
|
||||
#undef HAVE_RSVG
|
||||
|
||||
/* Have RSVG 2.36.2 or newer */
|
||||
#undef HAVE_RSVG_2_36_2
|
||||
|
||||
/* Define to enable rtmp library (used by rtmp). */
|
||||
#undef HAVE_RTMP
|
||||
|
||||
/* Define to enable SBC bluetooth audio codec (used by sbc). */
|
||||
#undef HAVE_SBC
|
||||
|
||||
/* Define to enable Schroedinger video codec (used by schro). */
|
||||
#undef HAVE_SCHRO
|
||||
|
||||
/* Define to enable SDL plug-in (used by sdlvideosink sdlaudiosink). */
|
||||
#undef HAVE_SDL
|
||||
|
||||
/* Define to enable POSIX shared memory source and sink (used by shm). */
|
||||
#undef HAVE_SHM
|
||||
|
||||
/* Define to enable Smooth Streaming plug-in (used by smoothstreaming). */
|
||||
#undef HAVE_SMOOTHSTREAMING
|
||||
|
||||
/* Define to enable sndfile plug-in (used by sfsrc sfsink). */
|
||||
#undef HAVE_SNDFILE
|
||||
|
||||
/* Define to enable sndio audio (used by sndio). */
|
||||
#undef HAVE_SNDIO
|
||||
|
||||
/* Define to enable soundtouch plug-in (used by soundtouch). */
|
||||
#undef HAVE_SOUNDTOUCH
|
||||
|
||||
/* Defined if the available libSoundTouch is >= 1.4 */
|
||||
#undef HAVE_SOUNDTOUCH_1_4
|
||||
|
||||
/* Define to enable Spandsp (used by spandsp). */
|
||||
#undef HAVE_SPANDSP
|
||||
|
||||
/* Define to enable spc decoder (used by spc). */
|
||||
#undef HAVE_SPC
|
||||
|
||||
/* Define to enable srtp library (used by srtp). */
|
||||
#undef HAVE_SRTP
|
||||
|
||||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#undef HAVE_STDINT_H
|
||||
|
@ -141,83 +457,200 @@
|
|||
/* Define to 1 if you have the <string.h> header file. */
|
||||
#define HAVE_STRING_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/param.h> header file. */
|
||||
#undef HAVE_SYS_PARAM_H
|
||||
|
||||
/* Define to 1 if you have the <sys/socket.h> header file. */
|
||||
#undef HAVE_SYS_SOCKET_H
|
||||
|
||||
/* Define to 1 if you have the <sys/stat.h> header file. */
|
||||
#define HAVE_SYS_STAT_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/time.h> header file. */
|
||||
#undef HAVE_SYS_TIME_H
|
||||
|
||||
/* Define to 1 if you have the <sys/types.h> header file. */
|
||||
#define HAVE_SYS_TYPES_H 1
|
||||
|
||||
/* Define to 1 if you have the <ucontext.h> header file. */
|
||||
#undef HAVE_UCONTEXT_H
|
||||
/* Define to 1 if you have the <sys/utsname.h> header file. */
|
||||
#undef HAVE_SYS_UTSNAME_H
|
||||
|
||||
/* defined if unaligned memory access works correctly */
|
||||
#undef HAVE_UNALIGNED_ACCESS
|
||||
/* Define to enable Teletext decoder (used by teletextdec). */
|
||||
#undef HAVE_TELETEXTDEC
|
||||
|
||||
/* Define if libtiger is available */
|
||||
#undef HAVE_TIGER
|
||||
|
||||
/* Define to enable timidity midi soft synth plugin (used by timidity). */
|
||||
#undef HAVE_TIMIDITY
|
||||
|
||||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#undef HAVE_UNISTD_H
|
||||
|
||||
/* Define to enable UVC H264 (used by uvch264). */
|
||||
#undef HAVE_UVCH264
|
||||
|
||||
/* Define if valgrind should be used */
|
||||
#undef HAVE_VALGRIND
|
||||
|
||||
/* Define to enable Video CD (used by vcdsrc). */
|
||||
#undef HAVE_VCD
|
||||
|
||||
/* Define to enable VDPAU (used by vdpau). */
|
||||
#undef HAVE_VDPAU
|
||||
|
||||
/* Define to enable vo-aacenc library (used by vo-aacenc). */
|
||||
#undef HAVE_VOAACENC
|
||||
|
||||
/* Define to enable vo-amrwbenc library (used by vo-amrwbenc). */
|
||||
#undef HAVE_VOAMRWBENC
|
||||
|
||||
/* Define to enable WASAPI plug-in (used by wasapi). */
|
||||
#undef HAVE_WASAPI
|
||||
|
||||
/* Define to enable wayland sink (used by wayland ). */
|
||||
#undef HAVE_WAYLAND
|
||||
|
||||
/* Define to enable WebP (used by webp ). */
|
||||
#undef HAVE_WEBP
|
||||
|
||||
/* Define to enable wildmidi midi soft synth plugin (used by wildmidi). */
|
||||
#undef HAVE_WILDMIDI
|
||||
|
||||
/* Have WildMidi 0.2.2 or earlier library */
|
||||
#undef HAVE_WILDMIDI_0_2_2
|
||||
|
||||
/* Defined if compiling for Windows */
|
||||
#define HAVE_WIN32 1
|
||||
|
||||
/* Define to 1 if you have the <windows.h> header file. */
|
||||
#define HAVE_WINDOWS_H 1
|
||||
|
||||
/* Define to enable Windows internet library (used by wininet). */
|
||||
#undef HAVE_WININET
|
||||
|
||||
/* Define to 1 if you have the <wininet.h> header file. */
|
||||
#define HAVE_WININET_H 1
|
||||
|
||||
/* Define to enable winscreencap plug-in (used by winscreencap). */
|
||||
#undef HAVE_WINSCREENCAP
|
||||
|
||||
/* Define to 1 if you have the <winsock2.h> header file. */
|
||||
#define HAVE_WINSOCK2_H 1
|
||||
|
||||
/* Define to 1 if you have the <ws2tcpip.h> header file. */
|
||||
#define HAVE_WS2TCPIP_H 1
|
||||
|
||||
/* Define if you have X11 library */
|
||||
#undef HAVE_X11
|
||||
|
||||
/* Define to enable xvid plugins (used by xvid). */
|
||||
#undef HAVE_XVID
|
||||
|
||||
/* Define to enable ZBar barcode detector (used by zbar). */
|
||||
#undef HAVE_ZBAR
|
||||
|
||||
/* the host CPU */
|
||||
#define HOST_CPU "i686"
|
||||
|
||||
/* library dir */
|
||||
#ifdef _DEBUG
|
||||
# define LIBDIR PREFIX "\\debug\\lib"
|
||||
#else
|
||||
# define LIBDIR PREFIX "\\lib"
|
||||
#endif
|
||||
|
||||
/* gettext locale dir */
|
||||
#define LOCALEDIR PREFIX "\\share\\locale"
|
||||
|
||||
/* Define to the sub-directory in which libtool stores uninstalled libraries.
|
||||
*/
|
||||
#undef LT_OBJDIR
|
||||
|
||||
/* Define if the old MusePack API is used */
|
||||
#undef MPC_IS_OLD_API
|
||||
|
||||
/* opencv install prefix */
|
||||
#undef OPENCV_PREFIX
|
||||
|
||||
/* Name of package */
|
||||
#define PACKAGE "gst-plugins-bad"
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#undef PACKAGE_BUGREPORT
|
||||
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
|
||||
|
||||
/* Define to the full name of this package. */
|
||||
#undef PACKAGE_NAME
|
||||
#define PACKAGE_NAME "GStreamer Bad Plug-ins"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#undef PACKAGE_STRING
|
||||
#define PACKAGE_STRING "GStreamer Bad Plug-ins 1.1.90"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#undef PACKAGE_TARNAME
|
||||
#define PACKAGE_TARNAME "gst-plugins-bad"
|
||||
|
||||
/* Define to the home page for this package. */
|
||||
#undef PACKAGE_URL
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#undef PACKAGE_VERSION
|
||||
#define PACKAGE_VERSION "1.1.90"
|
||||
|
||||
/* directory where plugins are located */
|
||||
#define PLUGINDIR PREFIX "\\lib\\gstreamer-0.10"
|
||||
#ifdef _DEBUG
|
||||
# define PLUGINDIR PREFIX "\\debug\\lib\\gstreamer-0.11"
|
||||
#else
|
||||
# define PLUGINDIR PREFIX "\\lib\\gstreamer-0.11"
|
||||
#endif
|
||||
|
||||
/* The size of `char', as computed by sizeof. */
|
||||
#undef SIZEOF_CHAR
|
||||
|
||||
/* The size of `int', as computed by sizeof. */
|
||||
#undef SIZEOF_INT
|
||||
|
||||
/* The size of `long', as computed by sizeof. */
|
||||
#undef SIZEOF_LONG
|
||||
|
||||
/* The size of `short', as computed by sizeof. */
|
||||
#undef SIZEOF_SHORT
|
||||
|
||||
/* The size of `void*', as computed by sizeof. */
|
||||
#undef SIZEOF_VOIDP
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
#undef STDC_HEADERS
|
||||
|
||||
/* Define if we should poison deallocated memory */
|
||||
#undef USE_POISONING
|
||||
/* the target CPU */
|
||||
#undef TARGET_CPU
|
||||
|
||||
/* Define location of timidity.cfg */
|
||||
#undef TIMIDITY_CFG
|
||||
|
||||
/* Use Mali FB EGL window system */
|
||||
#undef USE_EGL_MALI_FB
|
||||
|
||||
/* Use RPi EGL window system */
|
||||
#undef USE_EGL_RPI
|
||||
|
||||
/* Use X11 EGL window system */
|
||||
#undef USE_EGL_X11
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "1.1.4.1"
|
||||
#define VERSION "1.1.90"
|
||||
|
||||
/* Define to 1 if your processor stores words with the most significant byte
|
||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||||
significant byte first (like Motorola and SPARC, unlike Intel). */
|
||||
#if defined AC_APPLE_UNIVERSAL_BUILD
|
||||
# if defined __BIG_ENDIAN__
|
||||
# define WORDS_BIGENDIAN 1
|
||||
# endif
|
||||
#else
|
||||
# ifndef WORDS_BIGENDIAN
|
||||
# undef WORDS_BIGENDIAN
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* Number of bits in a file offset, on hosts where this is settable. */
|
||||
#undef _FILE_OFFSET_BITS
|
||||
/* Define to 1 if the X Window System is missing or not being used. */
|
||||
#undef X_DISPLAY_MISSING
|
||||
|
||||
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
|
||||
#undef _LARGEFILE_SOURCE
|
||||
|
||||
/* Define for large files, on AIX-style hosts. */
|
||||
#undef _LARGE_FILES
|
||||
|
||||
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
||||
calls it, or to nothing if 'inline' is not supported under any name. */
|
||||
/* #undef inline */
|
||||
|
||||
#define GST_PACKAGE "Gst-plugins-bad"
|
||||
#define PACKAGE "gst-plugins-bad"
|
||||
#define GST_ORIGIN "gstreamer.freedesktop.org"
|
||||
/* We need at least WinXP SP2 for __stat64 */
|
||||
#undef __MSVCRT_VERSION__
|
||||
|
|
Loading…
Reference in a new issue