Release 1.3.2

This commit is contained in:
Sebastian Dröge 2014-05-21 13:06:35 +02:00
parent f935064776
commit 46016ccd14
86 changed files with 1284 additions and 434 deletions

1072
ChangeLog

File diff suppressed because it is too large Load diff

18
NEWS
View file

@ -1,4 +1,4 @@
This is GStreamer Bad Plugins 1.3.1
This is GStreamer Bad Plugins 1.3.2
Changes since 1.2:
@ -45,6 +45,8 @@ New API:
events and merge custom tags into them consistently.
• playbin/playsink has support for application provided audio and video
filters.
• GstDiscoverer has new and simplified API to get details about missing
plugins and information to pass to the plugin installer.
• The GL library was merged from gst-plugins-gl to gst-plugins-bad,
providing a generic infrastructure for handling GL inside GStreamer
pipelines and a plugin with some elements using these, especially
@ -62,6 +64,14 @@ Major changes:
of the existing V4L2 elements and the corresponding
infrastructure.
The v4l2videodec element replaces the mfcdec element.
∘ New downloadbuffer element that replaces the download
buffering feature of queue2. Compared to queue2's code
it is much simpler and only for this single use case.
A noteworthy new feature is that it's downloading gaps
in the already downloaded stream parts when nothing else
is to be downloaded.
This is now used by playbin when download buffering is
enabled.
∘ rtpstreampay and rtpstreamdepay elements for transmitting
RTP packets over a stream API (e.g. TCP) according to
RFC 4571.
@ -78,7 +88,7 @@ Major changes:
are available on OS X and iOS now.
• Other changes:
∘ gst-libav now uses libav 10, and gained support for H265/HEVC.
∘ gst-libav now uses libav 10.1, and gained support for H265/HEVC.
∘ Support for hardware codecs and special memory types has been
improved with bugfixes and feature additions in various plugins
and base classes.
@ -95,6 +105,9 @@ Major changes:
reliable now and supports more HLS features like trick modes.
Also fragments are pushed downstream while they're downloaded
now instead of waiting for each fragment to finish.
∘ dashdemux and mssdemux are now also pushing fragments downstream
while they're downloaded instead of waiting for each fragment to
finish.
∘ videoflip can automatically flip based on the orientation tag.
∘ openjpeg supports the OpenJPEG2 API.
∘ gst-rtsp-server supports SRTP and MIKEY now.
@ -107,4 +120,3 @@ Things to look out for:
element.
• The mfcdec element was removed and replaced by v4l2videodec.
• osxvideosink is only available in OS X 10.6 or newer.

257
RELEASE
View file

@ -1,8 +1,8 @@
Release notes for GStreamer Bad Plugins 1.3.1
Release notes for GStreamer Bad Plugins 1.3.2
The GStreamer team is pleased to announce the first release of the unstable
The GStreamer team is pleased to announce the second release of the unstable
1.3 release series. The 1.3 release series is adding new features on top of
the 1.0 and 1.2 series and is part of the API and ABI-stable 1.x release
series of the GStreamer multimedia framework. The unstable 1.3 release series
@ -75,138 +75,22 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
Bugs fixed in this release
* 709414 : dvbsrc: Uses deprecated field frontend type and add DVB S2/T2 support
* 723670 : Move VideoToolBox elements from applemedia to a different plugin
* 728514 : glimagesink fails with gst-sdk android tutorial-5 / tutorial-4
* 728356 : jpegparse: Does not passthrough timestamps depending on downstream elements
* 519220 : Add W64/R64 support
* 574408 : audiomixer: Need an element to do synchronized audio mixing
* 628055 : tsdemux: Handle PCR/PTS/DTS discont/gaps
* 644395 : mpegtsdemux / mpegtsmux: data flow error
* 664443 : h264parse: Parsing shifts timestamps between frames
* 671136 : mpegtsmux: add support for SDT and NIT tables for DVB-S/DVB-T
* 675869 : hlsdemux: potential dead-lock using GstTask
* 695846 : hlsdemux: No longer switches pads on playlist changes
* 698748 : mpegtsmux: improper timestamping of output packets
* 699924 : smoothstreaming: no audio with BBC bigbuckbunny stream
* 701404 : dashdemux: should not buffer the entire Period
* 703342 : gl: implement support for DispManX (Raspberry Pi)
* 703343 : Add EGLImage support (consume and provide buffer pool)
* 706054 : move GstEGLImageBufferPool and allocator from eglglessink to gstegl lib
* 708345 : liveadder: round when calculation length from duration
* 708438 : codecparsers: HEVC bitstream parser
* 708629 : codecparsers: Fix the quantization matrix scan order for h264
* 708688 : Message EISS and SCTE signaling sections on bus similar to PSI
* 708914 : Add openni2 plugin and openni2src element
* 709174 : Add avfvideosrc to the OS X build in applemedia
* 709180 : mpegts: Return GstMpegTsDescriptor in mpegts_get_descriptor_from_*
* 709454 : dvdspu: make palette change event sticky
* 709795 : curlsftpsink - new libcurl-based sink element for SFTP
* 710391 : geometrictransform: rotate: fix angle property help text
* 710759 : mpegts: fix uninitialized variable warnings
* 710810 : geometrictransform: Add a plugin for a 2D perspective transform
* 710855 : ivfparse: Port to 1.0
* 711009 : h264parse: Remove explicit PAR calculation and use the values provided by h264 codecparser
* 711086 : hlssink: doesn't have the sink flag set
* 711140 : vtenc: use proper release callback type in CVPixelBufferCreateWithPlanarBytes
* 711159 : eglglessink: remove unused functions in the eagl backend
* 711223 : Port cdaudio element to 1.
* 711606 : applemedia: coremediabuffer: use correct retain/release functions on CMSampleBufferRef buffer
* 711614 : avfvideosrc: set rank to GST_PRIMARY
* 711620 : curlftpsink: Create a temporary file during FTP transfer/upload
* 711844 : avfvideosrc: build failure
* 711849 : smoothstreaming: Better handling of multi audio tracks
* 714998 : d3dvideosink: force-aspect-ratio=false causes errors due to usage of uninitialised destination rectangle
* 719519 : mpegtsmux: Does not prevent plugging unparsed stream
* 720382 : dvbsuboverlay: fix reading of display window in display definition segment
* 720434 : srtp: add 256-bit keys support
* 721027 : mfcdec: doesn't work in odroid with kernel 3.8: dequeueing failed in input_dqbuf
* 721073 : shm: test_shm_sysmem_alloc unit test fails with timeout after some time
* 721293 : POTFILES.in is out of date
* 721682 : examples: tsparser: Add DVB teletext/subtitling parsing
* 721950 : assrender: handle video/x-raw(ANY) if downstream supports the GstVideoOverlayCompositionMeta API
* 722078 : schroenc: oggmux drops buffers from schroenc because of unset buffer offsets
* 722081 : h265parse: Fix segfault when parsing VPS
* 722101 : h265parser: fix a trivial overrun in a loop
* 722145 : tsdemux: fix memleak of PCROffsetCurrent
* 722240 : h265parse: update caps when receive VPS/SPS
* 722462 : tsdemux: Fix leak of PCROffsetGroup
* 722590 : applemedia: Fails to build on iOS: 'VideoToolbox/VideoToolbox.h' file not found
* 722669 : h265parser: Crashes on broken streams because of freeing uninitialized pointer
* 722699 : mpegtsmux: don't leak pad name when treating events
* 722934 : mxfdemux: don't use pull mode when the sequential scheduler flag is set
* 723243 : h264parse: Default framerate to 25/1 when no informations found
* 723268 : hlsdemux: Does not take into account stop time of seek events
* 723508 : applemedia: Fails to build on Mac OS X 10.7: 'VideoToolbox/VideoToolbox.h' file not found
* 723892 : mpegts: Some bugfixes regarding packetizing
* 723953 : mpegts: Unit test for library RFC
* 723995 : winks: configure test is broken - missing braces
* 724003 : winks: headers are not mentioned in Makefile.am
* 724034 : mpegts: parse extended event, component and content descriptors
* 724069 : mpegts: add terrestrial delivery system descriptor
* 724077 : shm: use shutdown() instead of close()
* 724100 : error: unknown type name 'gst_ks_clock'
* 724125 : curlsmtpsink: Timezone information is missed out in the sending out smtp email header
* 724255 : mpegts: Provide original binary data in the public API
* 724464 : mpegts: does not check data sizes when parsing descriptors
* 724699 : katedec: Katedec overwrites tags from oggdemux
* 724716 : tsparse: setting pipeline to PLAYING - > READY - > PLAYING is broken
* 724790 : dashdemux: live MPDs are immediately reloaded
* 724875 : dashdemux: attempts to fetch fragments before they're available.
* 724981 : mpegts: Add support for creation of SDT and service descriptor
* 725090 : debugutilsbad: fails gst-indent check
* 725134 : hlsdemux: null pointer deref if media playlist contains no media
* 725278 : add missed dvbsrc, mpegts docs
* 725412 : srtpenc: unref caps in sink query
* 725463 : change bandwidth to DVBv5-API
* 725481 : gst-plugins-bad: Ignore gcov intermediate files
* 725563 : tsdemux: Support DTS/DTS-HD bluray streams
* 725659 : wininetsrc: " iradio-mode " to default to TRUE
* 725893 : dvdspu: set proxy allocation flag on video sink pad
* 726028 : mpegvideoparse: Differentiate the mpeg-2 stream from mpeg-1 based on pic_ext also
* 726069 : frei0rfilter: memory corruption when the size of the incoming buffers change
* 726098 : sbcenc: Allow user to set channel-mode
* 726156 : watchdog: Add handling of paused state
* 726463 : dvbsuboverlay: handle video/x-raw(ANY) if downstream supports the GstVideoOverlayCompositionMeta API
* 726572 : fatal error: bcm_host.h: No such file or directory
* 726591 : W32: GL plugins can't be built in -bad
* 726752 : h264parser: should also expose a framerate in the case of interlaced samples
* 726802 : rfbsrc: doesn't send stream start event
* 726979 : mpegts: bugfix delivery system descriptor parsing
* 727104 : configure.ac: fix OSX host check
* 727125 : fatal error: GL/wglext.h: No such file or directory
* 727159 : mpegts: use g_slice_new0 and g_slice_free
* 727187 : mpegts: add data broadcast descriptor, stream indentifier descriptor
* 727306 : Decklinksrc won't initialize some models of capture cards (Patch included!)
* 727356 : mpegts: add dvb-t2 delivery system descriptor and typo fix
* 727385 : dashdemux: use correct print format for gint64
* 727403 : mpegts: add linkage, data_broadcast_id, private_data_specifier and parental_rating descriptors
* 727460 : mpegts: add atsc terrestrial virtual channel table
* 727512 : srtpdec: assertion when checking rtcp ssrc
* 727560 : mpegts: add frequency list, scrambling and dvb ca indentifier descriptor
* 727812 : directsoundsrc: CRITICAL, debug category not defined
* 727843 : glimagesink: shows only a black screen
* 727855 : camerabin: does not send an error if linking vfsrc pad to viewfinder queue fails
* 727857 : camerabin: allow " ANY " feature in viewfinderbin static pad templates
* 727885 : coremediabuffer: handle stride alignment
* 727889 : mxf: avoid dereferencing NULL pointer and leak fixes
* 727894 : liveadder: fix minor memory leak in caps query handler
* 727906 : smoothstreaming: using manifest before we have it in seeking query
* 727953 : avfvideosrc: check if downstream supports the video meta API
* 727977 : dvb: Protect against symbols added in DVB_API v5 minor version > 5
* 728107 : gl: No surface resizing logic on Android/iOS
* 728127 : glimagesink: fails to create window from gst-launch process if OS X terminal is fullscreen
* 728128 : glimagesink: swapped UV on OS X with avdec_h264
* 728249 : iosavassetsrc: port to 1.0
* 728439 : glimagesink: does not takes in account strides
* 728451 : glimagesink: expects a NSWindow instead of a NSView as the window handle
* 728761 : glimagesink: Deadlock on errors
* 728815 : GstGLMemory mix stride and width
* 728872 : GstGLBufferPool should avoid to allocate upload resources that are not going to be used for sure
* 728947 : glcolorscale: only black frames on GLESv2
* 726255 : y4mdec: Should check for VIDEO_META_API not CROP_META_API
* 711232 : Remove cdaudio
* 702041 : winks: Port to 1.0
* 721685 : mpegtsmux: Remove unused data in TsMuxSection
* 723167 : curlsftpsink: allow remote host authentication by public key fingerprint
* 726666 : gl: error: redundant redeclaration of numerous GL functions
* 728234 : gl: Don't unconditonally use EGL extensions
* 729542 : glimagesink: pool may never be activated, which leads to crash
* 729588 : glimagesink: cannot play 1080p on RPI
* 729614 : PNM Encoder is Encoding 0 x 0 images
* 729658 : gl: wrong negotiated caps when using eglimage
* 729742 : glcolorconvert: Should set alpha to 1 if source is opaque
* 729743 : glcolorconvert: Should preserve alpha channel when doing AYUV - > ARGB
* 729861 : glfilter: lose some caps informations like the framerate
* 729896 : glupload: Ignores stride when uploading raw data
* 730069 : gl: Crash when setting invalid GST_GL_PLATFORM
* 730133 : motioncells:fix memleak
* 730459 : curlsshsink: post error on bus in element, not transfer thread
* 729551 : GstGLDisplay: mix platform and window
==== Download ====
@ -243,123 +127,20 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Adrien SCH
* Aleix Conchillo Flaqué
* Alessandro Decina
* Alex Ashley
* Alexey Chernov
* Amaury Medeiros
* Andoni Morales Alastruey
* Andres Gomez
* Andrey Utkin
* Andy Wingo
* Anthony Violo
* Antoni Silvestre
* Antonio Ospite
* Arnaud Vrac
* Aurélien Zanelli
* Benjamin Gaignard
* Blake Tregre
* Brendan Long
* Carlos Rafael Giani
* Chen Jie
* Chris Bass
* Chris Paulson-Ellis
* Christian Fredrik Kalager Schaller
* Christian Schaller
* Colin Macdonald
* Cong Zhong
* Dan Kegel
* David Hoyt
* David Schleef
* Davide Bertola
* Dominik Röttsches
* Duncan Palmer
* Edward Hervey
* Eric Anholt
* Filippo Argiolas
* Gil Pedersen
* Gilles Dartiguelongue
* Greg Rutz
* Guillaume Desmottes
* Gwenole Beauchesne
* Haakon Sporsheim (ieei)
* Halley Zhao
* Haridass Selvaraj
* Jan Schmidt
* Javier Jardón
* Jesper Larsen
* Johan Dahlin
* Jonathan Matthew
* Jorge Zapata
* Josep Torra
* Julien
* Julien Isorce
* Julien Moutte
* Justin Joy
* Kipp Cannon
* L. Sorin
* LRN
* Li Xiaowei
* Lihua Liu
* Lubosz Sarnecki
* Luc Deschenaux
* Luis de Bethencourt
* Mariusz Buras
* Mark Nauwelaerts
* Matej Knopp
* Mathieu Duponchelle
* Matthew
* Matthew Waters
* Matthieu Bouron
* Michael Olbrich
* Miguel Casas-Sanchez
* Miguel París Díaz
* Miquel Àngel Farré
* Mohammed Sameer
* Nicholas Panayis
* Nicola Murino
* Nicolas Dufresne
* Olivier Crête
* Per x Johansson
* Philippe Normand
* Pierre Pouzol
* Piotr Drąg
* Pratheesh Gangadhar
* Raimo Järvi
* Reynaldo H. Verdejo Pinochet
* Rico Tzschichholz
* Roland Peffer
* Ronald S. Bultje
* Santiago Carot-Nemesio
* Sanjay NM
* Sebastian Dröge
* Sebastian Rasmussen
* Sjoerd Simons
* Sreerenj Balachandran
* Stefan Kost
* Stefan Ringel
* Stefan Sauer
* Steve Maynard
* Thiago Santos
* Thibault Saunier
* Thijs Vermeir
* Thomas Vander Stichele
* Tim-Philipp Müller
* Todd Agulnick
* Tonu Jaansoo
* Vincent Penquerc'h
* Vinson Lee
* Víctor Manuel Jáquez Leal
* Wang Xin-yu (王昕宇)
* Wei Feng
* Wim Taymans
* Xavi Artigas
* Zallesov
* Zhao, Halley
* duhui.lee
* julien
* julien User
* madmac
* unknown
* Руслан Ижбулатов
 

2
common

@ -1 +1 @@
Subproject commit 1f5d3c3163cc3399251827235355087c2affa790
Subproject commit 211fa5f2d0930dfd6891b386d42edba6d88c2a19

View file

@ -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.3.1.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad])
AC_INIT([GStreamer Bad Plug-ins],[1.3.2],[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, 301, 0, 301)
AS_LIBTOOL(GST, 302, 0, 302)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.3.1.1
GSTPB_REQ=1.3.1.1
GST_REQ=1.3.2
GSTPB_REQ=1.3.2
dnl *** autotools stuff ****

View file

@ -60359,7 +60359,7 @@
<RANGE>>= 2</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Maximum buffering time</NICK>
<BLURB>Maximum number of seconds of buffer accumulated during playback.</BLURB>
<BLURB>Maximum number of seconds of buffer accumulated during playback(deprecated).</BLURB>
<DEFAULT>30</DEFAULT>
</ARG>
@ -60613,7 +60613,7 @@ Gestures in the defined region of interest will emit messages.</BLURB>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Max queue size in buffers</NICK>
<BLURB>Maximum buffers that can be stored in each internal stream queue (0 = infinite).</BLURB>
<BLURB>Maximum buffers that can be stored in each internal stream queue (0 = infinite) (deprecated).</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>

View file

@ -64,8 +64,6 @@ GObject
GstChecksumSink
GstCurlBaseSink
GstCurlFileSink
GstCurlSshSink
GstCurlSftpSink
GstCurlTlsSink
GstCurlFtpSink
GstCurlHttpSink
@ -202,9 +200,11 @@ GObject
GstBaseCameraSrc
GstUvcH264Src
GstWrapperCameraBinSrc
GstDashDemux
GstFPSDisplaySink
GstHLSDemux
GstHlsSink
GstMssDemux
GstPipeline
GstCameraBin
GstSDPDemux
@ -216,7 +216,6 @@ GObject
GstCompare
GstDVBSubOverlay
GstDVDSpu
GstDashDemux
GstDecklinkSink
GstDecklinkSrc
GstDisparity
@ -249,7 +248,6 @@ GObject
GstMpeg2enc
GstMpegPSDemux
GstMplex
GstMssDemux
GstOpencvTextOverlay
GstPcapParse
GstPitch
@ -298,6 +296,7 @@ GObject
GstTSDemux
MpegTSParse2
MpegTsMux
GstGLContext
GstPad
GstGLMixerPad
GstPadTemplate
@ -311,7 +310,6 @@ GObject
GstTaskPool
GstColorBalanceChannel
GstEncodingProfile
GstGLContext
GstVdpDevice
MXFMetadataBase
MXFDescriptiveMetadata

View file

@ -16,6 +16,7 @@ GstCameraBin GstChildProxy GstTagSetter
GstCameraBin2 GstChildProxy GstTagSetter
GstCeltEnc GstPreset GstTagSetter
GstDaalaEnc GstPreset
GstDashDemux GstChildProxy
GstDataURISrc GstURIHandler
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
GstDfbVideoSink GstNavigation GstColorBalance
@ -46,6 +47,7 @@ GstKateEnc GstTagSetter
GstKateTag GstTagSetter
GstMMS GstURIHandler
GstMpeg2enc GstPreset
GstMssDemux GstChildProxy
GstMythtvSrc GstURIHandler
GstNeonhttpSrc GstURIHandler
GstOpenJPEGEnc GstPreset

View file

@ -581,3 +581,11 @@ GstSrtpDec *gstsrtpdec
guint arg1
</SIGNAL>
<SIGNAL>
<NAME>GstSrtpDec::remove-key</NAME>
<RETURNS>void</RETURNS>
<FLAGS>la</FLAGS>
GstSrtpDec *gstsrtpdec
guint arg1
</SIGNAL>

View file

@ -1 +0,0 @@
timestamp

View file

@ -3,7 +3,7 @@
<description>Computes an AccurateRip CRC</description>
<filename>../../gst/accurip/.libs/libgstaccurip.so</filename>
<basename>libgstaccurip.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>ADPCM decoder</description>
<filename>../../gst/adpcmdec/.libs/libgstadpcmdec.so</filename>
<basename>libgstadpcmdec.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>ADPCM encoder</description>
<filename>../../gst/adpcmenc/.libs/libgstadpcmenc.so</filename>
<basename>libgstadpcmenc.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>ASF Muxer Plugin</description>
<filename>../../gst/asfmux/.libs/libgstasfmux.so</filename>
<basename>libgstasfmux.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>ASS/SSA subtitle renderer</description>
<filename>../../ext/assrender/.libs/libgstassrender.so</filename>
<basename>libgstassrender.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -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.3.1</version>
<version>1.3.2</version>
<license>GPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -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.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Elements to convert Bayer images</description>
<filename>../../gst/bayer/.libs/libgstbayer.so</filename>
<basename>libgstbayer.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Compress or decompress streams</description>
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
<basename>libgstbz2.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -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.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -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.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Color Look-up Table filters</description>
<filename>../../gst/coloreffects/.libs/libgstcoloreffects.so</filename>
<basename>libgstcoloreffects.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>libcurl-based elements</description>
<filename>../../ext/curl/.libs/libgstcurl.so</filename>
<basename>libgstcurl.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>
@ -54,21 +54,6 @@
</caps>
</pads>
</element>
<element>
<name>curlsftpsink</name>
<longname>Curl sftp sink</longname>
<class>Sink/Network</class>
<description>Upload data over the SFTP protocol using libcurl</description>
<author>Sorin L. &lt;sorin@axis.com&gt;</author>
<pads>
<caps>
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>ANY</details>
</caps>
</pads>
</element>
<element>
<name>curlsmtpsink</name>
<longname>Curl smtp sink</longname>

View file

@ -3,7 +3,7 @@
<description>data: URI source</description>
<filename>../../gst/dataurisrc/.libs/libgstdataurisrc.so</filename>
<basename>libgstdataurisrc.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -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.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Decodes DTS audio streams</description>
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
<basename>libgstdtsdec.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>GPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>DVB elements</description>
<filename>../../sys/dvb/.libs/libgstdvb.so</filename>
<basename>libgstdvb.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>DVB subtitle renderer</description>
<filename>../../gst/dvbsuboverlay/.libs/libgstdvbsuboverlay.so</filename>
<basename>libgstdvbsuboverlay.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>DVD Sub-picture Overlay element</description>
<filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
<basename>libgstdvdspu.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Free AAC Encoder (FAAC)</description>
<filename>../../ext/faac/.libs/libgstfaac.so</filename>
<basename>libgstfaac.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Free AAC Decoder (FAAD)</description>
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
<basename>libgstfaad.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>GPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Synthesizes plain text into audio</description>
<filename>../../gst/festival/.libs/libgstfestival.so</filename>
<basename>libgstfestival.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Video field analysis</description>
<filename>../../gst/fieldanalysis/.libs/libgstfieldanalysis.so</filename>
<basename>libgstfieldanalysis.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer</package>

View file

@ -3,7 +3,7 @@
<description>Flite speech synthesizer plugin</description>
<filename>../../ext/flite/.libs/libgstflite.so</filename>
<basename>libgstflite.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Fragmented streaming plugins</description>
<filename>../../ext/hls/.libs/libgstfragmented.so</filename>
<basename>libgstfragmented.so</basename>
<version>1.3.0.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins</package>

View file

@ -3,7 +3,7 @@
<description>frei0r plugin library</description>
<filename>../../gst/frei0r/.libs/libgstfrei0r.so</filename>
<basename>libgstfrei0r.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Gaudi video effects.</description>
<filename>../../gst/gaudieffects/.libs/libgstgaudieffects.so</filename>
<basename>libgstgaudieffects.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer</package>

View file

@ -3,7 +3,7 @@
<description>Payload/depayload GDP packets</description>
<filename>../../gst/gdp/.libs/libgstgdp.so</filename>
<basename>libgstgdp.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Various geometric image transform elements</description>
<filename>../../gst/geometrictransform/.libs/libgstgeometrictransform.so</filename>
<basename>libgstgeometrictransform.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,10 +3,10 @@
<description>GME Audio Decoder</description>
<filename>../../ext/gme/.libs/libgstgme.so</filename>
<basename>libgstgme.so</basename>
<version>1.3.0.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,7 +3,7 @@
<description>GSM encoder/decoder</description>
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
<basename>libgstgsm.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -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.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -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.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>plugin for inter-pipeline communication</description>
<filename>../../gst/inter/.libs/libgstinter.so</filename>
<basename>libgstinter.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins</package>

View file

@ -3,7 +3,7 @@
<description>Create an interlaced video stream</description>
<filename>../../gst/interlace/.libs/libgstinterlace.so</filename>
<basename>libgstinterlace.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>JPEG interchange format plugin</description>
<filename>../../gst/jpegformat/.libs/libgstjpegformat.so</filename>
<basename>libgstjpegformat.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Adds multiple live discontinuous streams</description>
<filename>../../gst/liveadder/.libs/libgstliveadder.so</filename>
<basename>libgstliveadder.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Mimic codec</description>
<filename>../../ext/mimic/.libs/libgstmimic.so</filename>
<basename>libgstmimic.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -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.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>.MOD audio decoding</description>
<filename>../../ext/modplug/.libs/libgstmodplug.so</filename>
<basename>libgstmodplug.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,10 +3,10 @@
<description>High-quality MPEG-1/2 video encoder</description>
<filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename>
<basename>libgstmpeg2enc.so</basename>
<version>1.3.0.1</version>
<version>1.3.2</version>
<license>GPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,7 +3,7 @@
<description>MPEG-PS demuxer</description>
<filename>../../gst/mpegdemux/.libs/libgstmpegpsdemux.so</filename>
<basename>libgstmpegpsdemux.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>unknown</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>MPEG TS demuxer</description>
<filename>../../gst/mpegtsdemux/.libs/libgstmpegtsdemux.so</filename>
<basename>libgstmpegtsdemux.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>MPEG-TS muxer</description>
<filename>../../gst/mpegtsmux/.libs/libgstmpegtsmux.so</filename>
<basename>libgstmpegtsmux.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -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.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer</description>
<filename>../../ext/mplex/.libs/libgstmplex.so</filename>
<basename>libgstmplex.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>GPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>lib neon http client src</description>
<filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
<basename>libgstneonhttpsrc.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -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.3.1</version>
<version>1.3.2</version>
<license>GPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>OpenAL plugin library</description>
<filename>../../ext/openal/.libs/libgstopenal.so</filename>
<basename>libgstopenal.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>GStreamer OpenCV Plugins</description>
<filename>../../ext/opencv/.libs/libgstopencv.so</filename>
<basename>libgstopencv.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,10 +3,10 @@
<description>OPUS plugin library</description>
<filename>../../ext/opus/.libs/libgstopus.so</filename>
<basename>libgstopus.so</basename>
<version>1.3.0.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,7 +3,7 @@
<description>Element parsing raw pcap streams</description>
<filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename>
<basename>libgstpcapparse.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer</package>

View file

@ -3,7 +3,7 @@
<description>PNM plugin</description>
<filename>../../gst/pnm/.libs/libgstpnm.so</filename>
<basename>libgstpnm.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -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.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -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.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Resin DVD playback elements</description>
<filename>../../ext/resindvd/.libs/libgstresindvd.so</filename>
<basename>libgstresindvd.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>GPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer</package>

View file

@ -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.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,10 +3,10 @@
<description>Schroedinger plugin</description>
<filename>../../ext/schroedinger/.libs/libgstschro.so</filename>
<basename>libgstschro.so</basename>
<version>1.3.0.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,7 +3,7 @@
<description>configure streaming sessions using SDP</description>
<filename>../../gst/sdp/.libs/libgstsdpelem.so</filename>
<basename>libgstsdpelem.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Segment clip elements</description>
<filename>../../gst/segmentclip/.libs/libgstsegmentclip.so</filename>
<basename>libgstsegmentclip.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>shared memory sink source</description>
<filename>../../sys/shm/.libs/libgstshm.so</filename>
<basename>libgstshm.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -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.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,10 +3,10 @@
<description>Audio Pitch Controller &amp; BPM Detection</description>
<filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
<basename>libgstsoundtouch.so</basename>
<version>1.3.0.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -3,10 +3,10 @@
<description>libspandsp plugin</description>
<filename>../../ext/spandsp/.libs/libgstspandsp.so</filename>
<basename>libgstspandsp.so</basename>
<version>1.3.0.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -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.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>subtitle encoders</description>
<filename>../../gst/subenc/.libs/libgstsubenc.so</filename>
<basename>libgstsubenc.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>videoparsers</description>
<filename>../../gst/videoparsers/.libs/libgstvideoparsersbad.so</filename>
<basename>libgstvideoparsersbad.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>AAC audio encoder</description>
<filename>../../ext/voaacenc/.libs/libgstvoaacenc.so</filename>
<basename>libgstvoaacenc.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -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.3.1</version>
<version>1.3.2</version>
<license>unknown</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Wayland Video Sink</description>
<filename>../../ext/wayland/.libs/libgstwaylandsink.so</filename>
<basename>libgstwaylandsink.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>

View file

@ -3,7 +3,7 @@
<description>Demuxes/decodes YUV4MPEG streams</description>
<filename>../../gst/y4m/.libs/libgsty4mdec.so</filename>
<basename>libgsty4mdec.so</basename>
<version>1.3.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins</package>

View file

@ -3,10 +3,10 @@
<description>zbar barcode scanner</description>
<filename>../../ext/zbar/.libs/libgstzbar.so</filename>
<basename>libgstzbar.so</basename>
<version>1.3.0.1</version>
<version>1.3.2</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -33,6 +33,16 @@ real live maintainer, or some actual wide use.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.3.2</revision>
<branch>1.3</branch>
<name></name>
<created>2014-05-21</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.3.2.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.3.1</revision>

View file

@ -407,19 +407,17 @@ bayer_orc_horiz_upsample (guint8 * ORC_RESTRICT d1, guint8 * ORC_RESTRICT d2,
orc_union16 *ORC_RESTRICT ptr0;
orc_union16 *ORC_RESTRICT ptr1;
const orc_union16 *ORC_RESTRICT ptr4;
orc_union16 var37;
orc_union16 var38;
orc_union16 var39;
orc_union16 var40;
orc_union16 var41;
orc_union16 var42;
orc_int8 var41;
orc_int8 var42;
orc_int8 var43;
orc_int8 var44;
orc_union16 var44;
orc_int8 var45;
orc_int8 var46;
orc_union16 var47;
orc_int8 var48;
orc_int8 var49;
orc_int8 var50;
orc_int8 var51;
orc_int8 var47;
ptr0 = (orc_union16 *) d1;
ptr1 = (orc_union16 *) d2;
@ -428,54 +426,52 @@ bayer_orc_horiz_upsample (guint8 * ORC_RESTRICT d1, guint8 * ORC_RESTRICT d2,
for (i = 0; i < n; i++) {
/* 0: loadoffw */
var42 = ptr4[i + -1];
/* 1: splitwb */
var40 = ptr4[i + -1];
/* 1: select1wb */
{
orc_union16 _src;
_src.i = var42.i;
var43 = _src.x2[1];
var44 = _src.x2[0];
_src.i = var40.i;
var41 = _src.x2[1];
}
/* 2: loadw */
var39 = ptr4[i];
var37 = ptr4[i];
/* 3: splitwb */
{
orc_union16 _src;
_src.i = var39.i;
var45 = _src.x2[1];
var46 = _src.x2[0];
_src.i = var37.i;
var42 = _src.x2[1];
var43 = _src.x2[0];
}
/* 4: loadoffw */
var47 = ptr4[i + 1];
/* 5: splitwb */
var44 = ptr4[i + 1];
/* 5: select0wb */
{
orc_union16 _src;
_src.i = var47.i;
var48 = _src.x2[1];
var49 = _src.x2[0];
_src.i = var44.i;
var45 = _src.x2[0];
}
/* 6: avgub */
var50 = ((orc_uint8) var46 + (orc_uint8) var49 + 1) >> 1;
var46 = ((orc_uint8) var43 + (orc_uint8) var45 + 1) >> 1;
/* 7: mergebw */
{
orc_union16 _dest;
_dest.x2[0] = var46;
_dest.x2[1] = var50;
var40.i = _dest.i;
_dest.x2[0] = var43;
_dest.x2[1] = var46;
var38.i = _dest.i;
}
/* 8: storew */
ptr0[i] = var40;
ptr0[i] = var38;
/* 9: avgub */
var51 = ((orc_uint8) var43 + (orc_uint8) var45 + 1) >> 1;
var47 = ((orc_uint8) var41 + (orc_uint8) var42 + 1) >> 1;
/* 10: mergebw */
{
orc_union16 _dest;
_dest.x2[0] = var51;
_dest.x2[1] = var45;
var41.i = _dest.i;
_dest.x2[0] = var47;
_dest.x2[1] = var42;
var39.i = _dest.i;
}
/* 11: storew */
ptr1[i] = var41;
ptr1[i] = var39;
}
}
@ -489,19 +485,17 @@ _backup_bayer_orc_horiz_upsample (OrcExecutor * ORC_RESTRICT ex)
orc_union16 *ORC_RESTRICT ptr0;
orc_union16 *ORC_RESTRICT ptr1;
const orc_union16 *ORC_RESTRICT ptr4;
orc_union16 var37;
orc_union16 var38;
orc_union16 var39;
orc_union16 var40;
orc_union16 var41;
orc_union16 var42;
orc_int8 var41;
orc_int8 var42;
orc_int8 var43;
orc_int8 var44;
orc_union16 var44;
orc_int8 var45;
orc_int8 var46;
orc_union16 var47;
orc_int8 var48;
orc_int8 var49;
orc_int8 var50;
orc_int8 var51;
orc_int8 var47;
ptr0 = (orc_union16 *) ex->arrays[0];
ptr1 = (orc_union16 *) ex->arrays[1];
@ -510,54 +504,52 @@ _backup_bayer_orc_horiz_upsample (OrcExecutor * ORC_RESTRICT ex)
for (i = 0; i < n; i++) {
/* 0: loadoffw */
var42 = ptr4[i + -1];
/* 1: splitwb */
var40 = ptr4[i + -1];
/* 1: select1wb */
{
orc_union16 _src;
_src.i = var42.i;
var43 = _src.x2[1];
var44 = _src.x2[0];
_src.i = var40.i;
var41 = _src.x2[1];
}
/* 2: loadw */
var39 = ptr4[i];
var37 = ptr4[i];
/* 3: splitwb */
{
orc_union16 _src;
_src.i = var39.i;
var45 = _src.x2[1];
var46 = _src.x2[0];
_src.i = var37.i;
var42 = _src.x2[1];
var43 = _src.x2[0];
}
/* 4: loadoffw */
var47 = ptr4[i + 1];
/* 5: splitwb */
var44 = ptr4[i + 1];
/* 5: select0wb */
{
orc_union16 _src;
_src.i = var47.i;
var48 = _src.x2[1];
var49 = _src.x2[0];
_src.i = var44.i;
var45 = _src.x2[0];
}
/* 6: avgub */
var50 = ((orc_uint8) var46 + (orc_uint8) var49 + 1) >> 1;
var46 = ((orc_uint8) var43 + (orc_uint8) var45 + 1) >> 1;
/* 7: mergebw */
{
orc_union16 _dest;
_dest.x2[0] = var46;
_dest.x2[1] = var50;
var40.i = _dest.i;
_dest.x2[0] = var43;
_dest.x2[1] = var46;
var38.i = _dest.i;
}
/* 8: storew */
ptr0[i] = var40;
ptr0[i] = var38;
/* 9: avgub */
var51 = ((orc_uint8) var43 + (orc_uint8) var45 + 1) >> 1;
var47 = ((orc_uint8) var41 + (orc_uint8) var42 + 1) >> 1;
/* 10: mergebw */
{
orc_union16 _dest;
_dest.x2[0] = var51;
_dest.x2[1] = var45;
var41.i = _dest.i;
_dest.x2[0] = var47;
_dest.x2[1] = var42;
var39.i = _dest.i;
}
/* 11: storew */
ptr1[i] = var41;
ptr1[i] = var39;
}
}
@ -581,10 +573,9 @@ bayer_orc_horiz_upsample (guint8 * ORC_RESTRICT d1, guint8 * ORC_RESTRICT d2,
1, 9, 24, 98, 97, 121, 101, 114, 95, 111, 114, 99, 95, 104, 111, 114,
105, 122, 95, 117, 112, 115, 97, 109, 112, 108, 101, 11, 2, 2, 11, 2,
2, 12, 2, 2, 14, 4, 255, 255, 255, 255, 14, 4, 1, 0, 0, 0,
20, 2, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 83, 32,
4, 16, 199, 34, 33, 32, 199, 36, 35, 4, 83, 32, 4, 17, 199, 38,
37, 32, 39, 37, 35, 37, 196, 0, 35, 37, 39, 34, 34, 36, 196, 1,
34, 36, 2, 0,
20, 2, 20, 1, 20, 1, 20, 1, 20, 1, 83, 32, 4, 16, 189, 33,
32, 199, 35, 34, 4, 83, 32, 4, 17, 188, 36, 32, 39, 36, 34, 36,
196, 0, 34, 36, 39, 33, 33, 35, 196, 1, 33, 35, 2, 0,
};
p = orc_program_new_from_static_bytecode (bc);
orc_program_set_backup_function (p, _backup_bayer_orc_horiz_upsample);
@ -602,26 +593,24 @@ bayer_orc_horiz_upsample (guint8 * ORC_RESTRICT d1, guint8 * ORC_RESTRICT d2,
orc_program_add_temporary (p, 1, "t3");
orc_program_add_temporary (p, 1, "t4");
orc_program_add_temporary (p, 1, "t5");
orc_program_add_temporary (p, 1, "t6");
orc_program_add_temporary (p, 1, "t7");
orc_program_append_2 (p, "loadoffw", 0, ORC_VAR_T1, ORC_VAR_S1,
ORC_VAR_C1, ORC_VAR_D1);
orc_program_append_2 (p, "splitwb", 0, ORC_VAR_T3, ORC_VAR_T2, ORC_VAR_T1,
ORC_VAR_D1);
orc_program_append_2 (p, "splitwb", 0, ORC_VAR_T5, ORC_VAR_T4, ORC_VAR_S1,
orc_program_append_2 (p, "select1wb", 0, ORC_VAR_T2, ORC_VAR_T1,
ORC_VAR_D1, ORC_VAR_D1);
orc_program_append_2 (p, "splitwb", 0, ORC_VAR_T4, ORC_VAR_T3, ORC_VAR_S1,
ORC_VAR_D1);
orc_program_append_2 (p, "loadoffw", 0, ORC_VAR_T1, ORC_VAR_S1,
ORC_VAR_C2, ORC_VAR_D1);
orc_program_append_2 (p, "splitwb", 0, ORC_VAR_T7, ORC_VAR_T6, ORC_VAR_T1,
orc_program_append_2 (p, "select0wb", 0, ORC_VAR_T5, ORC_VAR_T1,
ORC_VAR_D1, ORC_VAR_D1);
orc_program_append_2 (p, "avgub", 0, ORC_VAR_T5, ORC_VAR_T3, ORC_VAR_T5,
ORC_VAR_D1);
orc_program_append_2 (p, "avgub", 0, ORC_VAR_T6, ORC_VAR_T4, ORC_VAR_T6,
orc_program_append_2 (p, "mergebw", 0, ORC_VAR_D1, ORC_VAR_T3, ORC_VAR_T5,
ORC_VAR_D1);
orc_program_append_2 (p, "mergebw", 0, ORC_VAR_D1, ORC_VAR_T4, ORC_VAR_T6,
orc_program_append_2 (p, "avgub", 0, ORC_VAR_T2, ORC_VAR_T2, ORC_VAR_T4,
ORC_VAR_D1);
orc_program_append_2 (p, "avgub", 0, ORC_VAR_T3, ORC_VAR_T3, ORC_VAR_T5,
ORC_VAR_D1);
orc_program_append_2 (p, "mergebw", 0, ORC_VAR_D2, ORC_VAR_T3, ORC_VAR_T5,
orc_program_append_2 (p, "mergebw", 0, ORC_VAR_D2, ORC_VAR_T2, ORC_VAR_T4,
ORC_VAR_D1);
#endif

View file

@ -86,7 +86,7 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
#define GST_PACKAGE_RELEASE_DATETIME "2014-05-03"
#define GST_PACKAGE_RELEASE_DATETIME "2014-05-21"
/* Define if static plugins should be built */
#undef GST_PLUGIN_BUILD_STATIC
@ -631,7 +631,7 @@
#define PACKAGE_NAME "GStreamer Bad Plug-ins"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.1"
#define PACKAGE_STRING "GStreamer Bad Plug-ins 1.3.2"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-bad"
@ -640,7 +640,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.3.1"
#define PACKAGE_VERSION "1.3.2"
/* directory where plugins are located */
#ifdef _DEBUG
@ -680,7 +680,7 @@
#undef USE_EGL_RPI
/* Version number of package */
#define VERSION "1.3.1"
#define VERSION "1.3.2"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */