mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
Release 1.3.2
This commit is contained in:
parent
f935064776
commit
46016ccd14
86 changed files with 1284 additions and 434 deletions
18
NEWS
18
NEWS
|
@ -1,4 +1,4 @@
|
||||||
This is GStreamer Bad Plugins 1.3.1
|
This is GStreamer Bad Plugins 1.3.2
|
||||||
|
|
||||||
Changes since 1.2:
|
Changes since 1.2:
|
||||||
|
|
||||||
|
@ -45,6 +45,8 @@ New API:
|
||||||
events and merge custom tags into them consistently.
|
events and merge custom tags into them consistently.
|
||||||
• playbin/playsink has support for application provided audio and video
|
• playbin/playsink has support for application provided audio and video
|
||||||
filters.
|
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,
|
• The GL library was merged from gst-plugins-gl to gst-plugins-bad,
|
||||||
providing a generic infrastructure for handling GL inside GStreamer
|
providing a generic infrastructure for handling GL inside GStreamer
|
||||||
pipelines and a plugin with some elements using these, especially
|
pipelines and a plugin with some elements using these, especially
|
||||||
|
@ -62,6 +64,14 @@ Major changes:
|
||||||
of the existing V4L2 elements and the corresponding
|
of the existing V4L2 elements and the corresponding
|
||||||
infrastructure.
|
infrastructure.
|
||||||
The v4l2videodec element replaces the mfcdec element.
|
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
|
∘ rtpstreampay and rtpstreamdepay elements for transmitting
|
||||||
RTP packets over a stream API (e.g. TCP) according to
|
RTP packets over a stream API (e.g. TCP) according to
|
||||||
RFC 4571.
|
RFC 4571.
|
||||||
|
@ -78,7 +88,7 @@ Major changes:
|
||||||
are available on OS X and iOS now.
|
are available on OS X and iOS now.
|
||||||
|
|
||||||
• Other changes:
|
• 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
|
∘ Support for hardware codecs and special memory types has been
|
||||||
improved with bugfixes and feature additions in various plugins
|
improved with bugfixes and feature additions in various plugins
|
||||||
and base classes.
|
and base classes.
|
||||||
|
@ -95,6 +105,9 @@ Major changes:
|
||||||
reliable now and supports more HLS features like trick modes.
|
reliable now and supports more HLS features like trick modes.
|
||||||
Also fragments are pushed downstream while they're downloaded
|
Also fragments are pushed downstream while they're downloaded
|
||||||
now instead of waiting for each fragment to finish.
|
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.
|
∘ videoflip can automatically flip based on the orientation tag.
|
||||||
∘ openjpeg supports the OpenJPEG2 API.
|
∘ openjpeg supports the OpenJPEG2 API.
|
||||||
∘ gst-rtsp-server supports SRTP and MIKEY now.
|
∘ gst-rtsp-server supports SRTP and MIKEY now.
|
||||||
|
@ -107,4 +120,3 @@ Things to look out for:
|
||||||
element.
|
element.
|
||||||
• The mfcdec element was removed and replaced by v4l2videodec.
|
• The mfcdec element was removed and replaced by v4l2videodec.
|
||||||
• osxvideosink is only available in OS X 10.6 or newer.
|
• osxvideosink is only available in OS X 10.6 or newer.
|
||||||
|
|
||||||
|
|
257
RELEASE
257
RELEASE
|
@ -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
|
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
|
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
|
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
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 709414 : dvbsrc: Uses deprecated field frontend type and add DVB S2/T2 support
|
* 721685 : mpegtsmux: Remove unused data in TsMuxSection
|
||||||
* 723670 : Move VideoToolBox elements from applemedia to a different plugin
|
* 723167 : curlsftpsink: allow remote host authentication by public key fingerprint
|
||||||
* 728514 : glimagesink fails with gst-sdk android tutorial-5 / tutorial-4
|
* 726666 : gl: error: redundant redeclaration of numerous GL functions
|
||||||
* 728356 : jpegparse: Does not passthrough timestamps depending on downstream elements
|
* 728234 : gl: Don't unconditonally use EGL extensions
|
||||||
* 519220 : Add W64/R64 support
|
* 729542 : glimagesink: pool may never be activated, which leads to crash
|
||||||
* 574408 : audiomixer: Need an element to do synchronized audio mixing
|
* 729588 : glimagesink: cannot play 1080p on RPI
|
||||||
* 628055 : tsdemux: Handle PCR/PTS/DTS discont/gaps
|
* 729614 : PNM Encoder is Encoding 0 x 0 images
|
||||||
* 644395 : mpegtsdemux / mpegtsmux: data flow error
|
* 729658 : gl: wrong negotiated caps when using eglimage
|
||||||
* 664443 : h264parse: Parsing shifts timestamps between frames
|
* 729742 : glcolorconvert: Should set alpha to 1 if source is opaque
|
||||||
* 671136 : mpegtsmux: add support for SDT and NIT tables for DVB-S/DVB-T
|
* 729743 : glcolorconvert: Should preserve alpha channel when doing AYUV - > ARGB
|
||||||
* 675869 : hlsdemux: potential dead-lock using GstTask
|
* 729861 : glfilter: lose some caps informations like the framerate
|
||||||
* 695846 : hlsdemux: No longer switches pads on playlist changes
|
* 729896 : glupload: Ignores stride when uploading raw data
|
||||||
* 698748 : mpegtsmux: improper timestamping of output packets
|
* 730069 : gl: Crash when setting invalid GST_GL_PLATFORM
|
||||||
* 699924 : smoothstreaming: no audio with BBC bigbuckbunny stream
|
* 730133 : motioncells:fix memleak
|
||||||
* 701404 : dashdemux: should not buffer the entire Period
|
* 730459 : curlsshsink: post error on bus in element, not transfer thread
|
||||||
* 703342 : gl: implement support for DispManX (Raspberry Pi)
|
* 729551 : GstGLDisplay: mix platform and window
|
||||||
* 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
|
|
||||||
|
|
||||||
==== Download ====
|
==== Download ====
|
||||||
|
|
||||||
|
@ -243,123 +127,20 @@ subscribe to the gstreamer-devel list.
|
||||||
|
|
||||||
Contributors to this release
|
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
|
* 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
|
* 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
|
* Jesper Larsen
|
||||||
* Johan Dahlin
|
|
||||||
* Jonathan Matthew
|
|
||||||
* Jorge Zapata
|
|
||||||
* Josep Torra
|
|
||||||
* Julien
|
|
||||||
* Julien Isorce
|
* Julien Isorce
|
||||||
* Julien Moutte
|
|
||||||
* Justin Joy
|
|
||||||
* Kipp Cannon
|
|
||||||
* L. Sorin
|
* L. Sorin
|
||||||
* LRN
|
|
||||||
* Li Xiaowei
|
|
||||||
* Lihua Liu
|
|
||||||
* Lubosz Sarnecki
|
|
||||||
* Luc Deschenaux
|
|
||||||
* Luis de Bethencourt
|
* Luis de Bethencourt
|
||||||
* Mariusz Buras
|
|
||||||
* Mark Nauwelaerts
|
|
||||||
* Matej Knopp
|
|
||||||
* Mathieu Duponchelle
|
|
||||||
* Matthew
|
|
||||||
* Matthew Waters
|
* Matthew Waters
|
||||||
* Matthieu Bouron
|
|
||||||
* Michael Olbrich
|
|
||||||
* Miguel Casas-Sanchez
|
|
||||||
* Miguel París Díaz
|
|
||||||
* Miquel Àngel Farré
|
|
||||||
* Mohammed Sameer
|
|
||||||
* Nicholas Panayis
|
|
||||||
* Nicola Murino
|
* Nicola Murino
|
||||||
* Nicolas Dufresne
|
* Nicolas Dufresne
|
||||||
* Olivier Crête
|
* Olivier Crête
|
||||||
* Per x Johansson
|
|
||||||
* Philippe Normand
|
|
||||||
* Pierre Pouzol
|
|
||||||
* Piotr Drąg
|
|
||||||
* Pratheesh Gangadhar
|
|
||||||
* Raimo Järvi
|
|
||||||
* Reynaldo H. Verdejo Pinochet
|
* Reynaldo H. Verdejo Pinochet
|
||||||
* Rico Tzschichholz
|
* Sanjay NM
|
||||||
* Roland Peffer
|
|
||||||
* Ronald S. Bultje
|
|
||||||
* Santiago Carot-Nemesio
|
|
||||||
* Sebastian Dröge
|
* Sebastian Dröge
|
||||||
* Sebastian Rasmussen
|
|
||||||
* Sjoerd Simons
|
|
||||||
* Sreerenj Balachandran
|
|
||||||
* Stefan Kost
|
|
||||||
* Stefan Ringel
|
|
||||||
* Stefan Sauer
|
|
||||||
* Steve Maynard
|
|
||||||
* Thiago Santos
|
* Thiago Santos
|
||||||
* Thibault Saunier
|
|
||||||
* Thijs Vermeir
|
|
||||||
* Thomas Vander Stichele
|
|
||||||
* Tim-Philipp Müller
|
* 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
|
* Wim Taymans
|
||||||
* Xavi Artigas
|
|
||||||
* Zallesov
|
|
||||||
* Zhao, Halley
|
|
||||||
* duhui.lee
|
|
||||||
* julien
|
|
||||||
* julien User
|
|
||||||
* madmac
|
|
||||||
* unknown
|
|
||||||
* Руслан Ижбулатов
|
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 1f5d3c3163cc3399251827235355087c2affa790
|
Subproject commit 211fa5f2d0930dfd6891b386d42edba6d88c2a19
|
|
@ -3,7 +3,7 @@ AC_PREREQ([2.68])
|
||||||
dnl initialize autoconf
|
dnl initialize autoconf
|
||||||
dnl when going to/from release please set the nano (fourth number) right !
|
dnl when going to/from release please set the nano (fourth number) right !
|
||||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
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
|
AG_GST_INIT
|
||||||
|
|
||||||
|
@ -48,11 +48,11 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
|
||||||
dnl - interfaces added -> increment AGE
|
dnl - interfaces added -> increment AGE
|
||||||
dnl - interfaces removed -> AGE = 0
|
dnl - interfaces removed -> AGE = 0
|
||||||
dnl sets GST_LT_LDFLAGS
|
dnl sets GST_LT_LDFLAGS
|
||||||
AS_LIBTOOL(GST, 301, 0, 301)
|
AS_LIBTOOL(GST, 302, 0, 302)
|
||||||
|
|
||||||
dnl *** required versions of GStreamer stuff ***
|
dnl *** required versions of GStreamer stuff ***
|
||||||
GST_REQ=1.3.1.1
|
GST_REQ=1.3.2
|
||||||
GSTPB_REQ=1.3.1.1
|
GSTPB_REQ=1.3.2
|
||||||
|
|
||||||
dnl *** autotools stuff ****
|
dnl *** autotools stuff ****
|
||||||
|
|
||||||
|
|
|
@ -60359,7 +60359,7 @@
|
||||||
<RANGE>>= 2</RANGE>
|
<RANGE>>= 2</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Maximum buffering time</NICK>
|
<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>
|
<DEFAULT>30</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
@ -60613,7 +60613,7 @@ Gestures in the defined region of interest will emit messages.</BLURB>
|
||||||
<RANGE></RANGE>
|
<RANGE></RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Max queue size in buffers</NICK>
|
<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>
|
<DEFAULT>0</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
|
|
@ -64,8 +64,6 @@ GObject
|
||||||
GstChecksumSink
|
GstChecksumSink
|
||||||
GstCurlBaseSink
|
GstCurlBaseSink
|
||||||
GstCurlFileSink
|
GstCurlFileSink
|
||||||
GstCurlSshSink
|
|
||||||
GstCurlSftpSink
|
|
||||||
GstCurlTlsSink
|
GstCurlTlsSink
|
||||||
GstCurlFtpSink
|
GstCurlFtpSink
|
||||||
GstCurlHttpSink
|
GstCurlHttpSink
|
||||||
|
@ -202,9 +200,11 @@ GObject
|
||||||
GstBaseCameraSrc
|
GstBaseCameraSrc
|
||||||
GstUvcH264Src
|
GstUvcH264Src
|
||||||
GstWrapperCameraBinSrc
|
GstWrapperCameraBinSrc
|
||||||
|
GstDashDemux
|
||||||
GstFPSDisplaySink
|
GstFPSDisplaySink
|
||||||
GstHLSDemux
|
GstHLSDemux
|
||||||
GstHlsSink
|
GstHlsSink
|
||||||
|
GstMssDemux
|
||||||
GstPipeline
|
GstPipeline
|
||||||
GstCameraBin
|
GstCameraBin
|
||||||
GstSDPDemux
|
GstSDPDemux
|
||||||
|
@ -216,7 +216,6 @@ GObject
|
||||||
GstCompare
|
GstCompare
|
||||||
GstDVBSubOverlay
|
GstDVBSubOverlay
|
||||||
GstDVDSpu
|
GstDVDSpu
|
||||||
GstDashDemux
|
|
||||||
GstDecklinkSink
|
GstDecklinkSink
|
||||||
GstDecklinkSrc
|
GstDecklinkSrc
|
||||||
GstDisparity
|
GstDisparity
|
||||||
|
@ -249,7 +248,6 @@ GObject
|
||||||
GstMpeg2enc
|
GstMpeg2enc
|
||||||
GstMpegPSDemux
|
GstMpegPSDemux
|
||||||
GstMplex
|
GstMplex
|
||||||
GstMssDemux
|
|
||||||
GstOpencvTextOverlay
|
GstOpencvTextOverlay
|
||||||
GstPcapParse
|
GstPcapParse
|
||||||
GstPitch
|
GstPitch
|
||||||
|
@ -298,6 +296,7 @@ GObject
|
||||||
GstTSDemux
|
GstTSDemux
|
||||||
MpegTSParse2
|
MpegTSParse2
|
||||||
MpegTsMux
|
MpegTsMux
|
||||||
|
GstGLContext
|
||||||
GstPad
|
GstPad
|
||||||
GstGLMixerPad
|
GstGLMixerPad
|
||||||
GstPadTemplate
|
GstPadTemplate
|
||||||
|
@ -311,7 +310,6 @@ GObject
|
||||||
GstTaskPool
|
GstTaskPool
|
||||||
GstColorBalanceChannel
|
GstColorBalanceChannel
|
||||||
GstEncodingProfile
|
GstEncodingProfile
|
||||||
GstGLContext
|
|
||||||
GstVdpDevice
|
GstVdpDevice
|
||||||
MXFMetadataBase
|
MXFMetadataBase
|
||||||
MXFDescriptiveMetadata
|
MXFDescriptiveMetadata
|
||||||
|
|
|
@ -16,6 +16,7 @@ GstCameraBin GstChildProxy GstTagSetter
|
||||||
GstCameraBin2 GstChildProxy GstTagSetter
|
GstCameraBin2 GstChildProxy GstTagSetter
|
||||||
GstCeltEnc GstPreset GstTagSetter
|
GstCeltEnc GstPreset GstTagSetter
|
||||||
GstDaalaEnc GstPreset
|
GstDaalaEnc GstPreset
|
||||||
|
GstDashDemux GstChildProxy
|
||||||
GstDataURISrc GstURIHandler
|
GstDataURISrc GstURIHandler
|
||||||
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
|
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
|
||||||
GstDfbVideoSink GstNavigation GstColorBalance
|
GstDfbVideoSink GstNavigation GstColorBalance
|
||||||
|
@ -46,6 +47,7 @@ GstKateEnc GstTagSetter
|
||||||
GstKateTag GstTagSetter
|
GstKateTag GstTagSetter
|
||||||
GstMMS GstURIHandler
|
GstMMS GstURIHandler
|
||||||
GstMpeg2enc GstPreset
|
GstMpeg2enc GstPreset
|
||||||
|
GstMssDemux GstChildProxy
|
||||||
GstMythtvSrc GstURIHandler
|
GstMythtvSrc GstURIHandler
|
||||||
GstNeonhttpSrc GstURIHandler
|
GstNeonhttpSrc GstURIHandler
|
||||||
GstOpenJPEGEnc GstPreset
|
GstOpenJPEGEnc GstPreset
|
||||||
|
|
|
@ -581,3 +581,11 @@ GstSrtpDec *gstsrtpdec
|
||||||
guint arg1
|
guint arg1
|
||||||
</SIGNAL>
|
</SIGNAL>
|
||||||
|
|
||||||
|
<SIGNAL>
|
||||||
|
<NAME>GstSrtpDec::remove-key</NAME>
|
||||||
|
<RETURNS>void</RETURNS>
|
||||||
|
<FLAGS>la</FLAGS>
|
||||||
|
GstSrtpDec *gstsrtpdec
|
||||||
|
guint arg1
|
||||||
|
</SIGNAL>
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
timestamp
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Computes an AccurateRip CRC</description>
|
<description>Computes an AccurateRip CRC</description>
|
||||||
<filename>../../gst/accurip/.libs/libgstaccurip.so</filename>
|
<filename>../../gst/accurip/.libs/libgstaccurip.so</filename>
|
||||||
<basename>libgstaccurip.so</basename>
|
<basename>libgstaccurip.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>ADPCM decoder</description>
|
<description>ADPCM decoder</description>
|
||||||
<filename>../../gst/adpcmdec/.libs/libgstadpcmdec.so</filename>
|
<filename>../../gst/adpcmdec/.libs/libgstadpcmdec.so</filename>
|
||||||
<basename>libgstadpcmdec.so</basename>
|
<basename>libgstadpcmdec.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>ADPCM encoder</description>
|
<description>ADPCM encoder</description>
|
||||||
<filename>../../gst/adpcmenc/.libs/libgstadpcmenc.so</filename>
|
<filename>../../gst/adpcmenc/.libs/libgstadpcmenc.so</filename>
|
||||||
<basename>libgstadpcmenc.so</basename>
|
<basename>libgstadpcmenc.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>ASF Muxer Plugin</description>
|
<description>ASF Muxer Plugin</description>
|
||||||
<filename>../../gst/asfmux/.libs/libgstasfmux.so</filename>
|
<filename>../../gst/asfmux/.libs/libgstasfmux.so</filename>
|
||||||
<basename>libgstasfmux.so</basename>
|
<basename>libgstasfmux.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>ASS/SSA subtitle renderer</description>
|
<description>ASS/SSA subtitle renderer</description>
|
||||||
<filename>../../ext/assrender/.libs/libgstassrender.so</filename>
|
<filename>../../ext/assrender/.libs/libgstassrender.so</filename>
|
||||||
<basename>libgstassrender.so</basename>
|
<basename>libgstassrender.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Creates video visualizations of audio input</description>
|
<description>Creates video visualizations of audio input</description>
|
||||||
<filename>../../gst/audiovisualizers/.libs/libgstaudiovisualizers.so</filename>
|
<filename>../../gst/audiovisualizers/.libs/libgstaudiovisualizers.so</filename>
|
||||||
<basename>libgstaudiovisualizers.so</basename>
|
<basename>libgstaudiovisualizers.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Selects convertor element based on caps</description>
|
<description>Selects convertor element based on caps</description>
|
||||||
<filename>../../gst/autoconvert/.libs/libgstautoconvert.so</filename>
|
<filename>../../gst/autoconvert/.libs/libgstautoconvert.so</filename>
|
||||||
<basename>libgstautoconvert.so</basename>
|
<basename>libgstautoconvert.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Elements to convert Bayer images</description>
|
<description>Elements to convert Bayer images</description>
|
||||||
<filename>../../gst/bayer/.libs/libgstbayer.so</filename>
|
<filename>../../gst/bayer/.libs/libgstbayer.so</filename>
|
||||||
<basename>libgstbayer.so</basename>
|
<basename>libgstbayer.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Compress or decompress streams</description>
|
<description>Compress or decompress streams</description>
|
||||||
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
|
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
|
||||||
<basename>libgstbz2.so</basename>
|
<basename>libgstbz2.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Take image snapshots and record movies from camera</description>
|
<description>Take image snapshots and record movies from camera</description>
|
||||||
<filename>../../gst/camerabin2/.libs/libgstcamerabin2.so</filename>
|
<filename>../../gst/camerabin2/.libs/libgstcamerabin2.so</filename>
|
||||||
<basename>libgstcamerabin2.so</basename>
|
<basename>libgstcamerabin2.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Calculate Chromaprint fingerprint from audio files</description>
|
<description>Calculate Chromaprint fingerprint from audio files</description>
|
||||||
<filename>../../ext/chromaprint/.libs/libgstchromaprint.so</filename>
|
<filename>../../ext/chromaprint/.libs/libgstchromaprint.so</filename>
|
||||||
<basename>libgstchromaprint.so</basename>
|
<basename>libgstchromaprint.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Color Look-up Table filters</description>
|
<description>Color Look-up Table filters</description>
|
||||||
<filename>../../gst/coloreffects/.libs/libgstcoloreffects.so</filename>
|
<filename>../../gst/coloreffects/.libs/libgstcoloreffects.so</filename>
|
||||||
<basename>libgstcoloreffects.so</basename>
|
<basename>libgstcoloreffects.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>libcurl-based elements</description>
|
<description>libcurl-based elements</description>
|
||||||
<filename>../../ext/curl/.libs/libgstcurl.so</filename>
|
<filename>../../ext/curl/.libs/libgstcurl.so</filename>
|
||||||
<basename>libgstcurl.so</basename>
|
<basename>libgstcurl.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
@ -54,21 +54,6 @@
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</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. <sorin@axis.com></author>
|
|
||||||
<pads>
|
|
||||||
<caps>
|
|
||||||
<name>sink</name>
|
|
||||||
<direction>sink</direction>
|
|
||||||
<presence>always</presence>
|
|
||||||
<details>ANY</details>
|
|
||||||
</caps>
|
|
||||||
</pads>
|
|
||||||
</element>
|
|
||||||
<element>
|
<element>
|
||||||
<name>curlsmtpsink</name>
|
<name>curlsmtpsink</name>
|
||||||
<longname>Curl smtp sink</longname>
|
<longname>Curl smtp sink</longname>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>data: URI source</description>
|
<description>data: URI source</description>
|
||||||
<filename>../../gst/dataurisrc/.libs/libgstdataurisrc.so</filename>
|
<filename>../../gst/dataurisrc/.libs/libgstdataurisrc.so</filename>
|
||||||
<basename>libgstdataurisrc.so</basename>
|
<basename>libgstdataurisrc.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<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>
|
<description>Collection of elements that may or may not be useful for debugging</description>
|
||||||
<filename>../../gst/debugutils/.libs/libgstdebugutilsbad.so</filename>
|
<filename>../../gst/debugutils/.libs/libgstdebugutilsbad.so</filename>
|
||||||
<basename>libgstdebugutilsbad.so</basename>
|
<basename>libgstdebugutilsbad.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Decodes DTS audio streams</description>
|
<description>Decodes DTS audio streams</description>
|
||||||
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
||||||
<basename>libgstdtsdec.so</basename>
|
<basename>libgstdtsdec.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>DVB elements</description>
|
<description>DVB elements</description>
|
||||||
<filename>../../sys/dvb/.libs/libgstdvb.so</filename>
|
<filename>../../sys/dvb/.libs/libgstdvb.so</filename>
|
||||||
<basename>libgstdvb.so</basename>
|
<basename>libgstdvb.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>DVB subtitle renderer</description>
|
<description>DVB subtitle renderer</description>
|
||||||
<filename>../../gst/dvbsuboverlay/.libs/libgstdvbsuboverlay.so</filename>
|
<filename>../../gst/dvbsuboverlay/.libs/libgstdvbsuboverlay.so</filename>
|
||||||
<basename>libgstdvbsuboverlay.so</basename>
|
<basename>libgstdvbsuboverlay.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>DVD Sub-picture Overlay element</description>
|
<description>DVD Sub-picture Overlay element</description>
|
||||||
<filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
|
<filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
|
||||||
<basename>libgstdvdspu.so</basename>
|
<basename>libgstdvdspu.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Free AAC Encoder (FAAC)</description>
|
<description>Free AAC Encoder (FAAC)</description>
|
||||||
<filename>../../ext/faac/.libs/libgstfaac.so</filename>
|
<filename>../../ext/faac/.libs/libgstfaac.so</filename>
|
||||||
<basename>libgstfaac.so</basename>
|
<basename>libgstfaac.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Free AAC Decoder (FAAD)</description>
|
<description>Free AAC Decoder (FAAD)</description>
|
||||||
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
|
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
|
||||||
<basename>libgstfaad.so</basename>
|
<basename>libgstfaad.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Synthesizes plain text into audio</description>
|
<description>Synthesizes plain text into audio</description>
|
||||||
<filename>../../gst/festival/.libs/libgstfestival.so</filename>
|
<filename>../../gst/festival/.libs/libgstfestival.so</filename>
|
||||||
<basename>libgstfestival.so</basename>
|
<basename>libgstfestival.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Video field analysis</description>
|
<description>Video field analysis</description>
|
||||||
<filename>../../gst/fieldanalysis/.libs/libgstfieldanalysis.so</filename>
|
<filename>../../gst/fieldanalysis/.libs/libgstfieldanalysis.so</filename>
|
||||||
<basename>libgstfieldanalysis.so</basename>
|
<basename>libgstfieldanalysis.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Flite speech synthesizer plugin</description>
|
<description>Flite speech synthesizer plugin</description>
|
||||||
<filename>../../ext/flite/.libs/libgstflite.so</filename>
|
<filename>../../ext/flite/.libs/libgstflite.so</filename>
|
||||||
<basename>libgstflite.so</basename>
|
<basename>libgstflite.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Fragmented streaming plugins</description>
|
<description>Fragmented streaming plugins</description>
|
||||||
<filename>../../ext/hls/.libs/libgstfragmented.so</filename>
|
<filename>../../ext/hls/.libs/libgstfragmented.so</filename>
|
||||||
<basename>libgstfragmented.so</basename>
|
<basename>libgstfragmented.so</basename>
|
||||||
<version>1.3.0.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins</package>
|
<package>GStreamer Bad Plug-ins</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>frei0r plugin library</description>
|
<description>frei0r plugin library</description>
|
||||||
<filename>../../gst/frei0r/.libs/libgstfrei0r.so</filename>
|
<filename>../../gst/frei0r/.libs/libgstfrei0r.so</filename>
|
||||||
<basename>libgstfrei0r.so</basename>
|
<basename>libgstfrei0r.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Gaudi video effects.</description>
|
<description>Gaudi video effects.</description>
|
||||||
<filename>../../gst/gaudieffects/.libs/libgstgaudieffects.so</filename>
|
<filename>../../gst/gaudieffects/.libs/libgstgaudieffects.so</filename>
|
||||||
<basename>libgstgaudieffects.so</basename>
|
<basename>libgstgaudieffects.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Payload/depayload GDP packets</description>
|
<description>Payload/depayload GDP packets</description>
|
||||||
<filename>../../gst/gdp/.libs/libgstgdp.so</filename>
|
<filename>../../gst/gdp/.libs/libgstgdp.so</filename>
|
||||||
<basename>libgstgdp.so</basename>
|
<basename>libgstgdp.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Various geometric image transform elements</description>
|
<description>Various geometric image transform elements</description>
|
||||||
<filename>../../gst/geometrictransform/.libs/libgstgeometrictransform.so</filename>
|
<filename>../../gst/geometrictransform/.libs/libgstgeometrictransform.so</filename>
|
||||||
<basename>libgstgeometrictransform.so</basename>
|
<basename>libgstgeometrictransform.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>GME Audio Decoder</description>
|
<description>GME Audio Decoder</description>
|
||||||
<filename>../../ext/gme/.libs/libgstgme.so</filename>
|
<filename>../../ext/gme/.libs/libgstgme.so</filename>
|
||||||
<basename>libgstgme.so</basename>
|
<basename>libgstgme.so</basename>
|
||||||
<version>1.3.0.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>GSM encoder/decoder</description>
|
<description>GSM encoder/decoder</description>
|
||||||
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
|
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
|
||||||
<basename>libgstgsm.so</basename>
|
<basename>libgstgsm.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Siren encoder/decoder/payloader/depayloader plugins</description>
|
<description>Siren encoder/decoder/payloader/depayloader plugins</description>
|
||||||
<filename>../../gst/siren/.libs/libgstsiren.so</filename>
|
<filename>../../gst/siren/.libs/libgstsiren.so</filename>
|
||||||
<basename>libgstsiren.so</basename>
|
<basename>libgstsiren.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>ID3 v1 and v2 muxing plugin</description>
|
<description>ID3 v1 and v2 muxing plugin</description>
|
||||||
<filename>../../gst/id3tag/.libs/libgstid3tag.so</filename>
|
<filename>../../gst/id3tag/.libs/libgstid3tag.so</filename>
|
||||||
<basename>libgstid3tag.so</basename>
|
<basename>libgstid3tag.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>plugin for inter-pipeline communication</description>
|
<description>plugin for inter-pipeline communication</description>
|
||||||
<filename>../../gst/inter/.libs/libgstinter.so</filename>
|
<filename>../../gst/inter/.libs/libgstinter.so</filename>
|
||||||
<basename>libgstinter.so</basename>
|
<basename>libgstinter.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins</package>
|
<package>GStreamer Bad Plug-ins</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Create an interlaced video stream</description>
|
<description>Create an interlaced video stream</description>
|
||||||
<filename>../../gst/interlace/.libs/libgstinterlace.so</filename>
|
<filename>../../gst/interlace/.libs/libgstinterlace.so</filename>
|
||||||
<basename>libgstinterlace.so</basename>
|
<basename>libgstinterlace.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>JPEG interchange format plugin</description>
|
<description>JPEG interchange format plugin</description>
|
||||||
<filename>../../gst/jpegformat/.libs/libgstjpegformat.so</filename>
|
<filename>../../gst/jpegformat/.libs/libgstjpegformat.so</filename>
|
||||||
<basename>libgstjpegformat.so</basename>
|
<basename>libgstjpegformat.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Adds multiple live discontinuous streams</description>
|
<description>Adds multiple live discontinuous streams</description>
|
||||||
<filename>../../gst/liveadder/.libs/libgstliveadder.so</filename>
|
<filename>../../gst/liveadder/.libs/libgstliveadder.so</filename>
|
||||||
<basename>libgstliveadder.so</basename>
|
<basename>libgstliveadder.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Mimic codec</description>
|
<description>Mimic codec</description>
|
||||||
<filename>../../ext/mimic/.libs/libgstmimic.so</filename>
|
<filename>../../ext/mimic/.libs/libgstmimic.so</filename>
|
||||||
<basename>libgstmimic.so</basename>
|
<basename>libgstmimic.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Microsoft Multi Media Server streaming protocol support</description>
|
<description>Microsoft Multi Media Server streaming protocol support</description>
|
||||||
<filename>../../ext/libmms/.libs/libgstmms.so</filename>
|
<filename>../../ext/libmms/.libs/libgstmms.so</filename>
|
||||||
<basename>libgstmms.so</basename>
|
<basename>libgstmms.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>.MOD audio decoding</description>
|
<description>.MOD audio decoding</description>
|
||||||
<filename>../../ext/modplug/.libs/libgstmodplug.so</filename>
|
<filename>../../ext/modplug/.libs/libgstmodplug.so</filename>
|
||||||
<basename>libgstmodplug.so</basename>
|
<basename>libgstmodplug.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>High-quality MPEG-1/2 video encoder</description>
|
<description>High-quality MPEG-1/2 video encoder</description>
|
||||||
<filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename>
|
<filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename>
|
||||||
<basename>libgstmpeg2enc.so</basename>
|
<basename>libgstmpeg2enc.so</basename>
|
||||||
<version>1.3.0.1</version>
|
<version>1.3.2</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>MPEG-PS demuxer</description>
|
<description>MPEG-PS demuxer</description>
|
||||||
<filename>../../gst/mpegdemux/.libs/libgstmpegpsdemux.so</filename>
|
<filename>../../gst/mpegdemux/.libs/libgstmpegpsdemux.so</filename>
|
||||||
<basename>libgstmpegpsdemux.so</basename>
|
<basename>libgstmpegpsdemux.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>unknown</license>
|
<license>unknown</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>MPEG TS demuxer</description>
|
<description>MPEG TS demuxer</description>
|
||||||
<filename>../../gst/mpegtsdemux/.libs/libgstmpegtsdemux.so</filename>
|
<filename>../../gst/mpegtsdemux/.libs/libgstmpegtsdemux.so</filename>
|
||||||
<basename>libgstmpegtsdemux.so</basename>
|
<basename>libgstmpegtsdemux.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>MPEG-TS muxer</description>
|
<description>MPEG-TS muxer</description>
|
||||||
<filename>../../gst/mpegtsmux/.libs/libgstmpegtsmux.so</filename>
|
<filename>../../gst/mpegtsmux/.libs/libgstmpegtsmux.so</filename>
|
||||||
<basename>libgstmpegtsmux.so</basename>
|
<basename>libgstmpegtsmux.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>mp3 decoding based on the mpg123 library</description>
|
<description>mp3 decoding based on the mpg123 library</description>
|
||||||
<filename>../../ext/mpg123/.libs/libgstmpg123.so</filename>
|
<filename>../../ext/mpg123/.libs/libgstmpg123.so</filename>
|
||||||
<basename>libgstmpg123.so</basename>
|
<basename>libgstmpg123.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer</description>
|
<description>High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer</description>
|
||||||
<filename>../../ext/mplex/.libs/libgstmplex.so</filename>
|
<filename>../../ext/mplex/.libs/libgstmplex.so</filename>
|
||||||
<basename>libgstmplex.so</basename>
|
<basename>libgstmplex.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>lib neon http client src</description>
|
<description>lib neon http client src</description>
|
||||||
<filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
|
<filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
|
||||||
<basename>libgstneonhttpsrc.so</basename>
|
<basename>libgstneonhttpsrc.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Calculate MusicIP fingerprint from audio files</description>
|
<description>Calculate MusicIP fingerprint from audio files</description>
|
||||||
<filename>../../ext/ofa/.libs/libgstofa.so</filename>
|
<filename>../../ext/ofa/.libs/libgstofa.so</filename>
|
||||||
<basename>libgstofa.so</basename>
|
<basename>libgstofa.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>OpenAL plugin library</description>
|
<description>OpenAL plugin library</description>
|
||||||
<filename>../../ext/openal/.libs/libgstopenal.so</filename>
|
<filename>../../ext/openal/.libs/libgstopenal.so</filename>
|
||||||
<basename>libgstopenal.so</basename>
|
<basename>libgstopenal.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>GStreamer OpenCV Plugins</description>
|
<description>GStreamer OpenCV Plugins</description>
|
||||||
<filename>../../ext/opencv/.libs/libgstopencv.so</filename>
|
<filename>../../ext/opencv/.libs/libgstopencv.so</filename>
|
||||||
<basename>libgstopencv.so</basename>
|
<basename>libgstopencv.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>OPUS plugin library</description>
|
<description>OPUS plugin library</description>
|
||||||
<filename>../../ext/opus/.libs/libgstopus.so</filename>
|
<filename>../../ext/opus/.libs/libgstopus.so</filename>
|
||||||
<basename>libgstopus.so</basename>
|
<basename>libgstopus.so</basename>
|
||||||
<version>1.3.0.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Element parsing raw pcap streams</description>
|
<description>Element parsing raw pcap streams</description>
|
||||||
<filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename>
|
<filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename>
|
||||||
<basename>libgstpcapparse.so</basename>
|
<basename>libgstpcapparse.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>PNM plugin</description>
|
<description>PNM plugin</description>
|
||||||
<filename>../../gst/pnm/.libs/libgstpnm.so</filename>
|
<filename>../../gst/pnm/.libs/libgstpnm.so</filename>
|
||||||
<basename>libgstpnm.so</basename>
|
<basename>libgstpnm.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Parses byte streams into raw frames</description>
|
<description>Parses byte streams into raw frames</description>
|
||||||
<filename>../../gst/rawparse/.libs/libgstrawparse.so</filename>
|
<filename>../../gst/rawparse/.libs/libgstrawparse.so</filename>
|
||||||
<basename>libgstrawparse.so</basename>
|
<basename>libgstrawparse.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Removes silence from an audio stream</description>
|
<description>Removes silence from an audio stream</description>
|
||||||
<filename>../../gst/removesilence/.libs/libgstremovesilence.so</filename>
|
<filename>../../gst/removesilence/.libs/libgstremovesilence.so</filename>
|
||||||
<basename>libgstremovesilence.so</basename>
|
<basename>libgstremovesilence.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Resin DVD playback elements</description>
|
<description>Resin DVD playback elements</description>
|
||||||
<filename>../../ext/resindvd/.libs/libgstresindvd.so</filename>
|
<filename>../../ext/resindvd/.libs/libgstresindvd.so</filename>
|
||||||
<basename>libgstresindvd.so</basename>
|
<basename>libgstresindvd.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Connects to a VNC server and decodes RFB stream</description>
|
<description>Connects to a VNC server and decodes RFB stream</description>
|
||||||
<filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename>
|
<filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename>
|
||||||
<basename>libgstrfbsrc.so</basename>
|
<basename>libgstrfbsrc.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Schroedinger plugin</description>
|
<description>Schroedinger plugin</description>
|
||||||
<filename>../../ext/schroedinger/.libs/libgstschro.so</filename>
|
<filename>../../ext/schroedinger/.libs/libgstschro.so</filename>
|
||||||
<basename>libgstschro.so</basename>
|
<basename>libgstschro.so</basename>
|
||||||
<version>1.3.0.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>configure streaming sessions using SDP</description>
|
<description>configure streaming sessions using SDP</description>
|
||||||
<filename>../../gst/sdp/.libs/libgstsdpelem.so</filename>
|
<filename>../../gst/sdp/.libs/libgstsdpelem.so</filename>
|
||||||
<basename>libgstsdpelem.so</basename>
|
<basename>libgstsdpelem.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Segment clip elements</description>
|
<description>Segment clip elements</description>
|
||||||
<filename>../../gst/segmentclip/.libs/libgstsegmentclip.so</filename>
|
<filename>../../gst/segmentclip/.libs/libgstsegmentclip.so</filename>
|
||||||
<basename>libgstsegmentclip.so</basename>
|
<basename>libgstsegmentclip.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>shared memory sink source</description>
|
<description>shared memory sink source</description>
|
||||||
<filename>../../sys/shm/.libs/libgstshm.so</filename>
|
<filename>../../sys/shm/.libs/libgstshm.so</filename>
|
||||||
<basename>libgstshm.so</basename>
|
<basename>libgstshm.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Apply a smooth filter to an image</description>
|
<description>Apply a smooth filter to an image</description>
|
||||||
<filename>../../gst/smooth/.libs/libgstsmooth.so</filename>
|
<filename>../../gst/smooth/.libs/libgstsmooth.so</filename>
|
||||||
<basename>libgstsmooth.so</basename>
|
<basename>libgstsmooth.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Audio Pitch Controller & BPM Detection</description>
|
<description>Audio Pitch Controller & BPM Detection</description>
|
||||||
<filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
|
<filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
|
||||||
<basename>libgstsoundtouch.so</basename>
|
<basename>libgstsoundtouch.so</basename>
|
||||||
<version>1.3.0.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>libspandsp plugin</description>
|
<description>libspandsp plugin</description>
|
||||||
<filename>../../ext/spandsp/.libs/libgstspandsp.so</filename>
|
<filename>../../ext/spandsp/.libs/libgstspandsp.so</filename>
|
||||||
<basename>libgstspandsp.so</basename>
|
<basename>libgstspandsp.so</basename>
|
||||||
<version>1.3.0.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Set speed/pitch on audio/raw streams (resampler)</description>
|
<description>Set speed/pitch on audio/raw streams (resampler)</description>
|
||||||
<filename>../../gst/speed/.libs/libgstspeed.so</filename>
|
<filename>../../gst/speed/.libs/libgstspeed.so</filename>
|
||||||
<basename>libgstspeed.so</basename>
|
<basename>libgstspeed.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>subtitle encoders</description>
|
<description>subtitle encoders</description>
|
||||||
<filename>../../gst/subenc/.libs/libgstsubenc.so</filename>
|
<filename>../../gst/subenc/.libs/libgstsubenc.so</filename>
|
||||||
<basename>libgstsubenc.so</basename>
|
<basename>libgstsubenc.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>videoparsers</description>
|
<description>videoparsers</description>
|
||||||
<filename>../../gst/videoparsers/.libs/libgstvideoparsersbad.so</filename>
|
<filename>../../gst/videoparsers/.libs/libgstvideoparsersbad.so</filename>
|
||||||
<basename>libgstvideoparsersbad.so</basename>
|
<basename>libgstvideoparsersbad.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>AAC audio encoder</description>
|
<description>AAC audio encoder</description>
|
||||||
<filename>../../ext/voaacenc/.libs/libgstvoaacenc.so</filename>
|
<filename>../../ext/voaacenc/.libs/libgstvoaacenc.so</filename>
|
||||||
<basename>libgstvoaacenc.so</basename>
|
<basename>libgstvoaacenc.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Adaptive Multi-Rate Wide-Band Encoder</description>
|
<description>Adaptive Multi-Rate Wide-Band Encoder</description>
|
||||||
<filename>../../ext/voamrwbenc/.libs/libgstvoamrwbenc.so</filename>
|
<filename>../../ext/voamrwbenc/.libs/libgstvoamrwbenc.so</filename>
|
||||||
<basename>libgstvoamrwbenc.so</basename>
|
<basename>libgstvoamrwbenc.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>unknown</license>
|
<license>unknown</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Wayland Video Sink</description>
|
<description>Wayland Video Sink</description>
|
||||||
<filename>../../ext/wayland/.libs/libgstwaylandsink.so</filename>
|
<filename>../../ext/wayland/.libs/libgstwaylandsink.so</filename>
|
||||||
<basename>libgstwaylandsink.so</basename>
|
<basename>libgstwaylandsink.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins source release</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Demuxes/decodes YUV4MPEG streams</description>
|
<description>Demuxes/decodes YUV4MPEG streams</description>
|
||||||
<filename>../../gst/y4m/.libs/libgsty4mdec.so</filename>
|
<filename>../../gst/y4m/.libs/libgsty4mdec.so</filename>
|
||||||
<basename>libgsty4mdec.so</basename>
|
<basename>libgsty4mdec.so</basename>
|
||||||
<version>1.3.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins</package>
|
<package>GStreamer Bad Plug-ins</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>zbar barcode scanner</description>
|
<description>zbar barcode scanner</description>
|
||||||
<filename>../../ext/zbar/.libs/libgstzbar.so</filename>
|
<filename>../../ext/zbar/.libs/libgstzbar.so</filename>
|
||||||
<basename>libgstzbar.so</basename>
|
<basename>libgstzbar.so</basename>
|
||||||
<version>1.3.0.1</version>
|
<version>1.3.2</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -33,6 +33,16 @@ real live maintainer, or some actual wide use.
|
||||||
</GitRepository>
|
</GitRepository>
|
||||||
</repository>
|
</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>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>1.3.1</revision>
|
<revision>1.3.1</revision>
|
||||||
|
|
|
@ -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 ptr0;
|
||||||
orc_union16 *ORC_RESTRICT ptr1;
|
orc_union16 *ORC_RESTRICT ptr1;
|
||||||
const orc_union16 *ORC_RESTRICT ptr4;
|
const orc_union16 *ORC_RESTRICT ptr4;
|
||||||
|
orc_union16 var37;
|
||||||
|
orc_union16 var38;
|
||||||
orc_union16 var39;
|
orc_union16 var39;
|
||||||
orc_union16 var40;
|
orc_union16 var40;
|
||||||
orc_union16 var41;
|
orc_int8 var41;
|
||||||
orc_union16 var42;
|
orc_int8 var42;
|
||||||
orc_int8 var43;
|
orc_int8 var43;
|
||||||
orc_int8 var44;
|
orc_union16 var44;
|
||||||
orc_int8 var45;
|
orc_int8 var45;
|
||||||
orc_int8 var46;
|
orc_int8 var46;
|
||||||
orc_union16 var47;
|
orc_int8 var47;
|
||||||
orc_int8 var48;
|
|
||||||
orc_int8 var49;
|
|
||||||
orc_int8 var50;
|
|
||||||
orc_int8 var51;
|
|
||||||
|
|
||||||
ptr0 = (orc_union16 *) d1;
|
ptr0 = (orc_union16 *) d1;
|
||||||
ptr1 = (orc_union16 *) d2;
|
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++) {
|
for (i = 0; i < n; i++) {
|
||||||
/* 0: loadoffw */
|
/* 0: loadoffw */
|
||||||
var42 = ptr4[i + -1];
|
var40 = ptr4[i + -1];
|
||||||
/* 1: splitwb */
|
/* 1: select1wb */
|
||||||
{
|
{
|
||||||
orc_union16 _src;
|
orc_union16 _src;
|
||||||
_src.i = var42.i;
|
_src.i = var40.i;
|
||||||
var43 = _src.x2[1];
|
var41 = _src.x2[1];
|
||||||
var44 = _src.x2[0];
|
|
||||||
}
|
}
|
||||||
/* 2: loadw */
|
/* 2: loadw */
|
||||||
var39 = ptr4[i];
|
var37 = ptr4[i];
|
||||||
/* 3: splitwb */
|
/* 3: splitwb */
|
||||||
{
|
{
|
||||||
orc_union16 _src;
|
orc_union16 _src;
|
||||||
_src.i = var39.i;
|
_src.i = var37.i;
|
||||||
var45 = _src.x2[1];
|
var42 = _src.x2[1];
|
||||||
var46 = _src.x2[0];
|
var43 = _src.x2[0];
|
||||||
}
|
}
|
||||||
/* 4: loadoffw */
|
/* 4: loadoffw */
|
||||||
var47 = ptr4[i + 1];
|
var44 = ptr4[i + 1];
|
||||||
/* 5: splitwb */
|
/* 5: select0wb */
|
||||||
{
|
{
|
||||||
orc_union16 _src;
|
orc_union16 _src;
|
||||||
_src.i = var47.i;
|
_src.i = var44.i;
|
||||||
var48 = _src.x2[1];
|
var45 = _src.x2[0];
|
||||||
var49 = _src.x2[0];
|
|
||||||
}
|
}
|
||||||
/* 6: avgub */
|
/* 6: avgub */
|
||||||
var50 = ((orc_uint8) var46 + (orc_uint8) var49 + 1) >> 1;
|
var46 = ((orc_uint8) var43 + (orc_uint8) var45 + 1) >> 1;
|
||||||
/* 7: mergebw */
|
/* 7: mergebw */
|
||||||
{
|
{
|
||||||
orc_union16 _dest;
|
orc_union16 _dest;
|
||||||
_dest.x2[0] = var46;
|
_dest.x2[0] = var43;
|
||||||
_dest.x2[1] = var50;
|
_dest.x2[1] = var46;
|
||||||
var40.i = _dest.i;
|
var38.i = _dest.i;
|
||||||
}
|
}
|
||||||
/* 8: storew */
|
/* 8: storew */
|
||||||
ptr0[i] = var40;
|
ptr0[i] = var38;
|
||||||
/* 9: avgub */
|
/* 9: avgub */
|
||||||
var51 = ((orc_uint8) var43 + (orc_uint8) var45 + 1) >> 1;
|
var47 = ((orc_uint8) var41 + (orc_uint8) var42 + 1) >> 1;
|
||||||
/* 10: mergebw */
|
/* 10: mergebw */
|
||||||
{
|
{
|
||||||
orc_union16 _dest;
|
orc_union16 _dest;
|
||||||
_dest.x2[0] = var51;
|
_dest.x2[0] = var47;
|
||||||
_dest.x2[1] = var45;
|
_dest.x2[1] = var42;
|
||||||
var41.i = _dest.i;
|
var39.i = _dest.i;
|
||||||
}
|
}
|
||||||
/* 11: storew */
|
/* 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 ptr0;
|
||||||
orc_union16 *ORC_RESTRICT ptr1;
|
orc_union16 *ORC_RESTRICT ptr1;
|
||||||
const orc_union16 *ORC_RESTRICT ptr4;
|
const orc_union16 *ORC_RESTRICT ptr4;
|
||||||
|
orc_union16 var37;
|
||||||
|
orc_union16 var38;
|
||||||
orc_union16 var39;
|
orc_union16 var39;
|
||||||
orc_union16 var40;
|
orc_union16 var40;
|
||||||
orc_union16 var41;
|
orc_int8 var41;
|
||||||
orc_union16 var42;
|
orc_int8 var42;
|
||||||
orc_int8 var43;
|
orc_int8 var43;
|
||||||
orc_int8 var44;
|
orc_union16 var44;
|
||||||
orc_int8 var45;
|
orc_int8 var45;
|
||||||
orc_int8 var46;
|
orc_int8 var46;
|
||||||
orc_union16 var47;
|
orc_int8 var47;
|
||||||
orc_int8 var48;
|
|
||||||
orc_int8 var49;
|
|
||||||
orc_int8 var50;
|
|
||||||
orc_int8 var51;
|
|
||||||
|
|
||||||
ptr0 = (orc_union16 *) ex->arrays[0];
|
ptr0 = (orc_union16 *) ex->arrays[0];
|
||||||
ptr1 = (orc_union16 *) ex->arrays[1];
|
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++) {
|
for (i = 0; i < n; i++) {
|
||||||
/* 0: loadoffw */
|
/* 0: loadoffw */
|
||||||
var42 = ptr4[i + -1];
|
var40 = ptr4[i + -1];
|
||||||
/* 1: splitwb */
|
/* 1: select1wb */
|
||||||
{
|
{
|
||||||
orc_union16 _src;
|
orc_union16 _src;
|
||||||
_src.i = var42.i;
|
_src.i = var40.i;
|
||||||
var43 = _src.x2[1];
|
var41 = _src.x2[1];
|
||||||
var44 = _src.x2[0];
|
|
||||||
}
|
}
|
||||||
/* 2: loadw */
|
/* 2: loadw */
|
||||||
var39 = ptr4[i];
|
var37 = ptr4[i];
|
||||||
/* 3: splitwb */
|
/* 3: splitwb */
|
||||||
{
|
{
|
||||||
orc_union16 _src;
|
orc_union16 _src;
|
||||||
_src.i = var39.i;
|
_src.i = var37.i;
|
||||||
var45 = _src.x2[1];
|
var42 = _src.x2[1];
|
||||||
var46 = _src.x2[0];
|
var43 = _src.x2[0];
|
||||||
}
|
}
|
||||||
/* 4: loadoffw */
|
/* 4: loadoffw */
|
||||||
var47 = ptr4[i + 1];
|
var44 = ptr4[i + 1];
|
||||||
/* 5: splitwb */
|
/* 5: select0wb */
|
||||||
{
|
{
|
||||||
orc_union16 _src;
|
orc_union16 _src;
|
||||||
_src.i = var47.i;
|
_src.i = var44.i;
|
||||||
var48 = _src.x2[1];
|
var45 = _src.x2[0];
|
||||||
var49 = _src.x2[0];
|
|
||||||
}
|
}
|
||||||
/* 6: avgub */
|
/* 6: avgub */
|
||||||
var50 = ((orc_uint8) var46 + (orc_uint8) var49 + 1) >> 1;
|
var46 = ((orc_uint8) var43 + (orc_uint8) var45 + 1) >> 1;
|
||||||
/* 7: mergebw */
|
/* 7: mergebw */
|
||||||
{
|
{
|
||||||
orc_union16 _dest;
|
orc_union16 _dest;
|
||||||
_dest.x2[0] = var46;
|
_dest.x2[0] = var43;
|
||||||
_dest.x2[1] = var50;
|
_dest.x2[1] = var46;
|
||||||
var40.i = _dest.i;
|
var38.i = _dest.i;
|
||||||
}
|
}
|
||||||
/* 8: storew */
|
/* 8: storew */
|
||||||
ptr0[i] = var40;
|
ptr0[i] = var38;
|
||||||
/* 9: avgub */
|
/* 9: avgub */
|
||||||
var51 = ((orc_uint8) var43 + (orc_uint8) var45 + 1) >> 1;
|
var47 = ((orc_uint8) var41 + (orc_uint8) var42 + 1) >> 1;
|
||||||
/* 10: mergebw */
|
/* 10: mergebw */
|
||||||
{
|
{
|
||||||
orc_union16 _dest;
|
orc_union16 _dest;
|
||||||
_dest.x2[0] = var51;
|
_dest.x2[0] = var47;
|
||||||
_dest.x2[1] = var45;
|
_dest.x2[1] = var42;
|
||||||
var41.i = _dest.i;
|
var39.i = _dest.i;
|
||||||
}
|
}
|
||||||
/* 11: storew */
|
/* 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,
|
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,
|
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,
|
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,
|
20, 2, 20, 1, 20, 1, 20, 1, 20, 1, 83, 32, 4, 16, 189, 33,
|
||||||
4, 16, 199, 34, 33, 32, 199, 36, 35, 4, 83, 32, 4, 17, 199, 38,
|
32, 199, 35, 34, 4, 83, 32, 4, 17, 188, 36, 32, 39, 36, 34, 36,
|
||||||
37, 32, 39, 37, 35, 37, 196, 0, 35, 37, 39, 34, 34, 36, 196, 1,
|
196, 0, 34, 36, 39, 33, 33, 35, 196, 1, 33, 35, 2, 0,
|
||||||
34, 36, 2, 0,
|
|
||||||
};
|
};
|
||||||
p = orc_program_new_from_static_bytecode (bc);
|
p = orc_program_new_from_static_bytecode (bc);
|
||||||
orc_program_set_backup_function (p, _backup_bayer_orc_horiz_upsample);
|
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, "t3");
|
||||||
orc_program_add_temporary (p, 1, "t4");
|
orc_program_add_temporary (p, 1, "t4");
|
||||||
orc_program_add_temporary (p, 1, "t5");
|
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_program_append_2 (p, "loadoffw", 0, ORC_VAR_T1, ORC_VAR_S1,
|
||||||
ORC_VAR_C1, ORC_VAR_D1);
|
ORC_VAR_C1, ORC_VAR_D1);
|
||||||
orc_program_append_2 (p, "splitwb", 0, ORC_VAR_T3, ORC_VAR_T2, ORC_VAR_T1,
|
orc_program_append_2 (p, "select1wb", 0, ORC_VAR_T2, ORC_VAR_T1,
|
||||||
ORC_VAR_D1);
|
ORC_VAR_D1, ORC_VAR_D1);
|
||||||
orc_program_append_2 (p, "splitwb", 0, ORC_VAR_T5, ORC_VAR_T4, ORC_VAR_S1,
|
orc_program_append_2 (p, "splitwb", 0, ORC_VAR_T4, ORC_VAR_T3, ORC_VAR_S1,
|
||||||
ORC_VAR_D1);
|
ORC_VAR_D1);
|
||||||
orc_program_append_2 (p, "loadoffw", 0, ORC_VAR_T1, ORC_VAR_S1,
|
orc_program_append_2 (p, "loadoffw", 0, ORC_VAR_T1, ORC_VAR_S1,
|
||||||
ORC_VAR_C2, ORC_VAR_D1);
|
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_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_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_VAR_D1);
|
||||||
orc_program_append_2 (p, "avgub", 0, ORC_VAR_T3, 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);
|
|
||||||
orc_program_append_2 (p, "mergebw", 0, ORC_VAR_D2, ORC_VAR_T3, ORC_VAR_T5,
|
|
||||||
ORC_VAR_D1);
|
ORC_VAR_D1);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -86,7 +86,7 @@
|
||||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||||
|
|
||||||
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
|
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
|
||||||
#define GST_PACKAGE_RELEASE_DATETIME "2014-05-03"
|
#define GST_PACKAGE_RELEASE_DATETIME "2014-05-21"
|
||||||
|
|
||||||
/* Define if static plugins should be built */
|
/* Define if static plugins should be built */
|
||||||
#undef GST_PLUGIN_BUILD_STATIC
|
#undef GST_PLUGIN_BUILD_STATIC
|
||||||
|
@ -631,7 +631,7 @@
|
||||||
#define PACKAGE_NAME "GStreamer Bad Plug-ins"
|
#define PACKAGE_NAME "GStreamer Bad Plug-ins"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* Define to the full name and version of this package. */
|
||||||
#define PACKAGE_STRING "GStreamer 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 to the one symbol short name of this package. */
|
||||||
#define PACKAGE_TARNAME "gst-plugins-bad"
|
#define PACKAGE_TARNAME "gst-plugins-bad"
|
||||||
|
@ -640,7 +640,7 @@
|
||||||
#undef PACKAGE_URL
|
#undef PACKAGE_URL
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
||||||
#define PACKAGE_VERSION "1.3.1"
|
#define PACKAGE_VERSION "1.3.2"
|
||||||
|
|
||||||
/* directory where plugins are located */
|
/* directory where plugins are located */
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
|
@ -680,7 +680,7 @@
|
||||||
#undef USE_EGL_RPI
|
#undef USE_EGL_RPI
|
||||||
|
|
||||||
/* Version number of package */
|
/* 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
|
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||||||
significant byte first (like Motorola and SPARC, unlike Intel). */
|
significant byte first (like Motorola and SPARC, unlike Intel). */
|
||||||
|
|
Loading…
Reference in a new issue