mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
Release 1.1.2
Oops... should've been part of 1.1.2 tag already :(
This commit is contained in:
parent
b5f938faab
commit
1e7b3a8c9e
77 changed files with 1539 additions and 259 deletions
2
NEWS
2
NEWS
|
@ -1,2 +1,2 @@
|
||||||
This is GStreamer Bad Plugins 1.1.1
|
This is GStreamer Bad Plugins 1.1.2
|
||||||
|
|
||||||
|
|
188
RELEASE
188
RELEASE
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
Release notes for GStreamer Bad Plugins 1.1.1
|
Release notes for GStreamer Bad Plugins 1.1.2
|
||||||
|
|
||||||
|
|
||||||
The GStreamer team is proud to announce a new bug-fix release
|
The GStreamer team is proud to announce a new bug-fix release
|
||||||
|
@ -65,83 +65,35 @@ Features of this release
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 689191 : d3dvideosink improvements
|
* 694068 : h264parser: Parse the cropping-rectangle separately.
|
||||||
* 683142 : h264parse: should proxy demuxer width+height (incorrectly reports Canon MOV resolution as 1920x1088 instead of 1920x1080)
|
* 560631 : [tsdemux] Handle carousel data (MHP, MHEG, ...)
|
||||||
* 685103 : mpegvideoparse: wrong pixel-aspect-ratio
|
* 614479 : [mpegtspacketizer] Use CRC to check if tables are duplicate
|
||||||
* 629117 : Move rtpmux elements to -good
|
* 646327 : h264parse: Drop data before receiving the first PPS/SPS
|
||||||
* 638578 : Add support for 12 bit sRGB JPEG-2000 images
|
* 664274 : [API] codecparsers: add gst_mpeg_video_parse_slice() and gst_mpeg_video_parse_sequence_scalable_extension()
|
||||||
* 642669 : interlace: Improve and extend field patterns
|
* 677443 : [tsdemux/tsparse] Handle multiple SI in one packet
|
||||||
* 654479 : Support DVB-S2
|
* 678148 : [tsdemux] missing timestamp on DVB subtitles
|
||||||
* 660866 : [videoparsers] Should passthrough framerate/pixel-aspect-ratio/etc in caps
|
* 692933 : [API] codecparsers: mpeg2: add new API that takes GstMpegVideoPacket arguments
|
||||||
* 675625 : dashdemux: a streaming client supporting the new MPEG DASH standard
|
* 695475 : h264parser: Fix the return value type for the SEI palyload parsing methods.
|
||||||
* 677575 : [mxf] Port mxfmux/mxfdemux to 0.11/1.0
|
* 698050 : tsdemux: seeking doesn't even work in pull mode
|
||||||
* 677701 : MJPEG2000 playback stutters
|
* 700489 : [dashdemux] Initialization blocks without URLs generate spurious critical errors
|
||||||
* 680200 : tsdemux: extract language-code of dvb subtitles into tags
|
* 701421 : opencv: add foreground/background segmentation element
|
||||||
* 680700 : decklinksrc does not forward EOS events passed via send_event
|
* 701509 : dashdemux selects first fragment in the manifest for live streams
|
||||||
* 681359 : shmsink segfaults under certain conditions
|
* 701953 : wrappercamerabinsrc: Add video-source-filter during construction
|
||||||
* 683169 : mpeg4videoparse doesn't handle VOP_coded=0 properly
|
* 701961 : dashdemux: Spurious critical if there is no initialization segment
|
||||||
* 683192 : assrender: stuck on first video frame with mewmew-vorbis-ssa.mkv
|
* 702036 : curlsmtpsink: incorrect assert in gst_curl_smtp_sink_set_payload_headers_unlocked
|
||||||
* 684339 : shm: use O_CLOEXEC where appropriate in shmpipe
|
* 702112 : waylandsink: add support for RGBx and RGBA formats
|
||||||
* 684568 : codecparsers: h264: fix error code for invalid size parsed in SPS
|
* 702174 : mpegvideoparse: Crash while transcoding to MPEG2 with encodebin while attaching parse meta
|
||||||
* 684683 : assrender: fix unit tests
|
* 702206 : dashdemux: media range requests not supported
|
||||||
* 685163 : accuraterip: new element for AccurateRip calculation
|
* 702297 : opencv: build broken - c++ header indirectly included into c code (gstsegmentation.h contains a .hpp)
|
||||||
* 685655 : opencv: added OpenCV-based hand gesture detection plugin
|
* 702422 : tsparse: Ensure initial events are sent in the right order
|
||||||
* 686948 : Wrong name for GstStructure representing CAT
|
* 702677 : dashdemux: SegmentTemplates at multiple levels not aggregated
|
||||||
* 687176 : mpg123: finalizer function is unnecessary
|
* 702684 : shmsink: shared memory filled when no clients connected
|
||||||
* 687237 : OpenCV elements compile with 2.4.2
|
* 702724 : first-class miniobjects/API for mpeg-ts related SI (Service Information)
|
||||||
* 687262 : Move scaletempo to -good
|
* 702837 : dashdemux: Cleanup use of xmlFree vs g_free
|
||||||
* 687263 : [PLUGIN-MOVE] move VP8 RTP elements to -good
|
* 703264 : srtp: Key is required even if cipher and auth are null
|
||||||
* 687416 : Move DTMF plugin to -good
|
* 703667 : codecparsers: mpeg2: add missing gtk-doc entries
|
||||||
* 687520 : gstdvbsuboverlay.h contains old FSF address
|
* 703668 : codecparsers: mpeg2: fix video packet header size checks
|
||||||
* 687840 : Gst-plugins-bad fails to build
|
* 703683 : POTFILES are out of date
|
||||||
* 688486 : GstPhotography: add new enum values for android
|
|
||||||
* 689562 : vdpau: port to 1.0
|
|
||||||
* 689822 : hlssink: Memory leak and minor fixes
|
|
||||||
* 690030 : HLS makefile is missing gst_plugins_base_libs
|
|
||||||
* 690033 : mmssrc: fails to compile on windows, error: format '%I64i'
|
|
||||||
* 690128 : Directsoundsrc fails to compile
|
|
||||||
* 690555 : Dynamic Adaptive Streaming over HTTP (DASH) plugin
|
|
||||||
* 690582 : Import bluez plugins into -bad and port to 1.0
|
|
||||||
* 690892 : switch midi support from libwildmidi to libfluidsynth or libtimidity
|
|
||||||
* 691117 : shmsink perms get only a copy and past of set
|
|
||||||
* 691843 : mxf unit test hangs forever until it times out
|
|
||||||
* 692012 : assrender: fix, re-enable and add overlay support
|
|
||||||
* 692045 : uvch264src: port to 1.0
|
|
||||||
* 692272 : codecparsers: vc1: drop superfluous DQBEDGE
|
|
||||||
* 692388 : [API] codecparsers: vc1: parse slice headers
|
|
||||||
* 692461 : codecparsers: vc1: fix bitplanes decoding (DIFF6 or NORM6)
|
|
||||||
* 692789 : H264parse overwrites codec_data field before comparing old one and new one
|
|
||||||
* 693140 : [API] codecparsers: h264: add profile enums
|
|
||||||
* 693322 : Don't use deprecated GLib threading API
|
|
||||||
* 693628 : mxfdemux: add a second MXF UL for uncompressed audio; ignore missing metadata descriptors
|
|
||||||
* 693665 : eglglessink: add support for Raspberry Pi
|
|
||||||
* 695412 : mpegtsmux AAC ADTS header seems incorrect
|
|
||||||
* 695897 : Compilation errors on srtp
|
|
||||||
* 696041 : Port a midi decoder to 1.0
|
|
||||||
* 696392 : gst-plugins-bad fails to build unless gnutls is present...
|
|
||||||
* 696597 : hls: fails to build with older gnutls versions
|
|
||||||
* 697176 : d3dvideosink: use the bilinear scalling filter as much as possible
|
|
||||||
* 697305 : opencv: handdetect: compile error on OS/X
|
|
||||||
* 697694 : watchdog: race causing deadlock in stop
|
|
||||||
* 697834 : mpegpsdemux: decrease logging priority for repeating messages
|
|
||||||
* 697892 : mpegtsdemux: Add support for DigiCipher II stream type.
|
|
||||||
* 698013 : openal: port to 1.0
|
|
||||||
* 698349 : mssdemux: new plugin for smoothstreaming support
|
|
||||||
* 698649 : eglglessink: Wrong picture scaling on RPi
|
|
||||||
* 698679 : h264parse doesn't set proper caps on src pad on changes in the sink pad
|
|
||||||
* 698854 : [applemedia] Several improvements for the applemedia plugins
|
|
||||||
* 698927 : LADSPA improved port to gstreamer 1.0
|
|
||||||
* 699398 : mpegvideoparse: couple of issues
|
|
||||||
* 699446 : d3dvideosink: Don't use deprecated GLib threading API
|
|
||||||
* 699919 : vdpau: Add VdpVideoSurface caps feature
|
|
||||||
* 699921 : smoothstreaming: Padname '':audio_00 does not belong to element mssdemux0 when removing
|
|
||||||
* 700058 : The EGL display wrapper should allow delegate the eglTerminate call
|
|
||||||
* 700328 : ladspa: Build issues when lrdf is found
|
|
||||||
* 700420 : mimic: Missing segment event
|
|
||||||
* 700521 : androidmedia: crop_top should be divided by 2 in COLOR_FormatYUV420 converting
|
|
||||||
* 700654 : opencv skin colour detection plugin
|
|
||||||
* 700886 : curlsmtpsink: terminate transfer thread properly
|
|
||||||
* 700903 : tsdemux: possible descriptor string leak
|
|
||||||
|
|
||||||
==== Download ====
|
==== Download ====
|
||||||
|
|
||||||
|
@ -178,94 +130,28 @@ subscribe to the gstreamer-devel list.
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
|
* Alban Browaeys
|
||||||
* Aleix Conchillo Flaque
|
* Aleix Conchillo Flaque
|
||||||
* Alessandro Decina
|
* Alex Ashley
|
||||||
* Alexander Olsson
|
|
||||||
* Alexander Schrab
|
|
||||||
* Anderson Lizardo
|
|
||||||
* Andol Li
|
|
||||||
* Andoni Morales Alastruey
|
* Andoni Morales Alastruey
|
||||||
* Andre Moreira Magalhaes (andrunko)
|
|
||||||
* Anton Belka
|
|
||||||
* Arnaud Vrac
|
* Arnaud Vrac
|
||||||
* Arun Raghavan
|
* Arthur Shipkowski
|
||||||
* Benjamin Gaignard
|
* Benjamin Gaignard
|
||||||
* Blake Tregre
|
|
||||||
* Branko Subasic
|
|
||||||
* Brendan Long
|
* Brendan Long
|
||||||
* Carlos Rafael Giani
|
|
||||||
* Chan-yeol Park
|
|
||||||
* Chen Jie
|
* Chen Jie
|
||||||
* Christian Fredrik Kalager Schaller
|
|
||||||
* Christophe Fergeau
|
|
||||||
* Cong Zhong
|
|
||||||
* David Corvoysier
|
|
||||||
* David Schleef
|
|
||||||
* Douglas Bagnall
|
|
||||||
* Edward Hervey
|
* Edward Hervey
|
||||||
* Emmanuel Durand
|
|
||||||
* Fabricio Costa Alisedo
|
|
||||||
* Filippo Giunchedi
|
|
||||||
* Gianluca Gennari
|
|
||||||
* Greg Rutz
|
* Greg Rutz
|
||||||
* Gwenole Beauchesne
|
* Gwenole Beauchesne
|
||||||
* Hamid ZAKARI
|
* Hans de Goede
|
||||||
* Jan Schmidt
|
* Ilya Smelykh
|
||||||
* Jean-François Fortin Tam
|
|
||||||
* Joe Konno
|
|
||||||
* Johan Hedberg
|
|
||||||
* Jonas Holmberg
|
|
||||||
* Jose Antonio Santos Cadenas
|
|
||||||
* Josep Torra
|
* Josep Torra
|
||||||
* Juan Manuel Borges Caño
|
|
||||||
* Julian Scheel
|
|
||||||
* Kevin Thornberry
|
|
||||||
* Krzysztof Konopko
|
|
||||||
* Louis-Francis Ratté-Boulianne
|
|
||||||
* Lucas De Marchi
|
|
||||||
* Luciana Fujii Pontello
|
|
||||||
* Luiz Augusto von Dentz
|
|
||||||
* Marc Leeman
|
|
||||||
* Marcel Holtmann
|
|
||||||
* Mark Nauwelaerts
|
|
||||||
* Martin Pitt
|
|
||||||
* Matej Knopp
|
|
||||||
* Matthew Waters
|
|
||||||
* Matthias Hardt
|
|
||||||
* Michael Esemplare
|
|
||||||
* Michael Rubinstein
|
|
||||||
* Michael Smith
|
|
||||||
* Miguel Casas-Sanchez
|
* Miguel Casas-Sanchez
|
||||||
* Nicolas Dufresne
|
|
||||||
* Ole André Vadla Ravnås
|
|
||||||
* Olivier Blin
|
|
||||||
* Olivier Crête
|
* Olivier Crête
|
||||||
* Patricia Muscalu
|
* Patricia Muscalu
|
||||||
* Rico Tzschichholz
|
* Piotr Drąg
|
||||||
* Robert Swain
|
|
||||||
* Roland Elek
|
|
||||||
* Roland Krikava
|
|
||||||
* Sebastian Dröge
|
* Sebastian Dröge
|
||||||
* Sebastian Pölsterl
|
|
||||||
* Sebastian Rasmussen
|
|
||||||
* Siarhei Siamashka
|
|
||||||
* Sjoerd Simons
|
|
||||||
* Sreerenj Balachandran
|
* Sreerenj Balachandran
|
||||||
* Stefan Sauer
|
|
||||||
* Syam Sidhardhan
|
|
||||||
* Szymon Janc
|
|
||||||
* Thiago Santos
|
* Thiago Santos
|
||||||
* Thibault Saunier
|
|
||||||
* Thijs Vermeir
|
|
||||||
* Tim 'mithro' Ansell
|
|
||||||
* Tim Ansell
|
|
||||||
* Tim-Philipp Müller
|
* Tim-Philipp Müller
|
||||||
* Todd Agulnick
|
* Xavi Artigas
|
||||||
* Victor Gottardi
|
|
||||||
* Vincent Penquerc'h
|
|
||||||
* Will Thompson
|
|
||||||
* Wim Taymans
|
|
||||||
* Youness Alaoui
|
|
||||||
* hzakari
|
|
||||||
* Руслан Ижбулатов
|
|
||||||
|
|
|
@ -26820,7 +26820,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>physics</NICK>
|
<NICK>physics</NICK>
|
||||||
<BLURB>water density: from 1 to 4.</BLURB>
|
<BLURB>water density: from 1 to 4.</BLURB>
|
||||||
<DEFAULT>0</DEFAULT>
|
<DEFAULT>4.63015e-299</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -26860,7 +26860,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>splash (Y)</NICK>
|
<NICK>splash (Y)</NICK>
|
||||||
<BLURB>make a big splash in the center.</BLURB>
|
<BLURB>make a big splash in the center.</BLURB>
|
||||||
<DEFAULT>8.20251e-304</DEFAULT>
|
<DEFAULT>0</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -26870,7 +26870,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>splash (X)</NICK>
|
<NICK>splash (X)</NICK>
|
||||||
<BLURB>make a big splash in the center.</BLURB>
|
<BLURB>make a big splash in the center.</BLURB>
|
||||||
<DEFAULT>8.20251e-304</DEFAULT>
|
<DEFAULT>0</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -26910,7 +26910,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>ratioy</NICK>
|
<NICK>ratioy</NICK>
|
||||||
<BLURB>y-ratio.</BLURB>
|
<BLURB>y-ratio.</BLURB>
|
||||||
<DEFAULT>8.20251e-304</DEFAULT>
|
<DEFAULT>0</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -26920,7 +26920,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>DelayTime</NICK>
|
<NICK>DelayTime</NICK>
|
||||||
<BLURB>the delay time.</BLURB>
|
<BLURB>the delay time.</BLURB>
|
||||||
<DEFAULT>1.07509e-316</DEFAULT>
|
<DEFAULT>1.09189e-321</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -26950,7 +26950,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Color (B)</NICK>
|
<NICK>Color (B)</NICK>
|
||||||
<BLURB>the color of the image.</BLURB>
|
<BLURB>the color of the image.</BLURB>
|
||||||
<DEFAULT>9.40395e-38</DEFAULT>
|
<DEFAULT>0</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -27300,7 +27300,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>lredscale</NICK>
|
<NICK>lredscale</NICK>
|
||||||
<BLURB>multiplier for downscaling non-edge brightness.</BLURB>
|
<BLURB>multiplier for downscaling non-edge brightness.</BLURB>
|
||||||
<DEFAULT>1.07175e-316</DEFAULT>
|
<DEFAULT>1.48009e-310</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -27680,7 +27680,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>HSync</NICK>
|
<NICK>HSync</NICK>
|
||||||
<BLURB>the hsync offset.</BLURB>
|
<BLURB>the hsync offset.</BLURB>
|
||||||
<DEFAULT>1.07185e-316</DEFAULT>
|
<DEFAULT>1.6587e-316</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -60507,3 +60507,53 @@ Gestures in the defined region of interest will emit messages.</BLURB>
|
||||||
<DEFAULT>0</DEFAULT>
|
<DEFAULT>0</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstAudioMixer::alignment-threshold</NAME>
|
||||||
|
<TYPE>guint64</TYPE>
|
||||||
|
<RANGE><= 18446744073709551614</RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Alignment Threshold</NICK>
|
||||||
|
<BLURB>Timestamp alignment threshold in nanoseconds.</BLURB>
|
||||||
|
<DEFAULT>40000000</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstAudioMixer::caps</NAME>
|
||||||
|
<TYPE>GstCaps*</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Target caps</NICK>
|
||||||
|
<BLURB>Set target format for mixing (NULL means ANY). Setting this property takes a reference to the supplied GstCaps object.</BLURB>
|
||||||
|
<DEFAULT></DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstAudioMixer::discont-wait</NAME>
|
||||||
|
<TYPE>guint64</TYPE>
|
||||||
|
<RANGE><= 18446744073709551614</RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Discont Wait</NICK>
|
||||||
|
<BLURB>Window of time in nanoseconds to wait before creating a discontinuity.</BLURB>
|
||||||
|
<DEFAULT>1000000000</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstDaalaEnc::keyframe-rate</NAME>
|
||||||
|
<TYPE>gint</TYPE>
|
||||||
|
<RANGE>>= 1</RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Keyframe Rate</NICK>
|
||||||
|
<BLURB>Keyframe Rate.</BLURB>
|
||||||
|
<DEFAULT>1</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstDaalaEnc::quant</NAME>
|
||||||
|
<TYPE>gint</TYPE>
|
||||||
|
<RANGE>[0,511]</RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Quant</NICK>
|
||||||
|
<BLURB>Quant.</BLURB>
|
||||||
|
<DEFAULT>10</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
|
|
@ -37,6 +37,7 @@ GObject
|
||||||
GstSirenEnc
|
GstSirenEnc
|
||||||
GstVoAacEnc
|
GstVoAacEnc
|
||||||
GstVoAmrWbEnc
|
GstVoAmrWbEnc
|
||||||
|
GstAudioMixer
|
||||||
GstAudioVisualizer-BadGstAudioVisualizers
|
GstAudioVisualizer-BadGstAudioVisualizers
|
||||||
GstSpaceScope
|
GstSpaceScope
|
||||||
GstSpectraScope
|
GstSpectraScope
|
||||||
|
@ -150,18 +151,6 @@ GObject
|
||||||
GstMirror
|
GstMirror
|
||||||
GstRotate
|
GstRotate
|
||||||
GstSquare
|
GstSquare
|
||||||
GstOpencvVideoFilter
|
|
||||||
GstCvDilateErode
|
|
||||||
GstCvDilate
|
|
||||||
GstCvErode
|
|
||||||
GstCvEqualizeHist
|
|
||||||
GstCvLaplace
|
|
||||||
GstCvSmooth
|
|
||||||
GstCvSobel
|
|
||||||
GstFaceDetect
|
|
||||||
GstHanddetect
|
|
||||||
GstSkinDetect
|
|
||||||
GstRetinex
|
|
||||||
GstRsvgOverlay
|
GstRsvgOverlay
|
||||||
GstSceneChange
|
GstSceneChange
|
||||||
GstSmooth
|
GstSmooth
|
||||||
|
@ -244,11 +233,8 @@ GObject
|
||||||
GstDVDSpu
|
GstDVDSpu
|
||||||
GstDashDemux
|
GstDashDemux
|
||||||
GstDecklinkSrc
|
GstDecklinkSrc
|
||||||
GstEdgeDetect
|
|
||||||
GstFaceBlur
|
|
||||||
GstFestival
|
GstFestival
|
||||||
GstFieldAnalysis
|
GstFieldAnalysis
|
||||||
GstFluidDec
|
|
||||||
GstGDPDepay
|
GstGDPDepay
|
||||||
GstGDPPay
|
GstGDPPay
|
||||||
GstGmeDec
|
GstGmeDec
|
||||||
|
@ -266,15 +252,12 @@ GObject
|
||||||
GstMimDec
|
GstMimDec
|
||||||
GstMimEnc
|
GstMimEnc
|
||||||
GstModPlug
|
GstModPlug
|
||||||
GstMotioncells
|
|
||||||
GstMpegPSDemux
|
GstMpegPSDemux
|
||||||
GstMssDemux
|
GstMssDemux
|
||||||
GstOpencvTextOverlay
|
|
||||||
GstPcapParse
|
GstPcapParse
|
||||||
GstPitch
|
GstPitch
|
||||||
GstPnmdec
|
GstPnmdec
|
||||||
GstPnmenc
|
GstPnmenc
|
||||||
GstPyramidSegment
|
|
||||||
GstRTPBaseDepayload
|
GstRTPBaseDepayload
|
||||||
GstRTPOpusDepay
|
GstRTPOpusDepay
|
||||||
GstRtpDTMFDepay
|
GstRtpDTMFDepay
|
||||||
|
@ -291,15 +274,16 @@ GObject
|
||||||
GstSrtEnc
|
GstSrtEnc
|
||||||
GstTagMux
|
GstTagMux
|
||||||
GstId3Mux
|
GstId3Mux
|
||||||
GstTemplateMatch
|
|
||||||
GstUvcH264MjpgDemux
|
GstUvcH264MjpgDemux
|
||||||
GstVideoDecoder
|
GstVideoDecoder
|
||||||
|
GstDaalaDec
|
||||||
GstOpenJPEGDec
|
GstOpenJPEGDec
|
||||||
GstRsvgDec
|
GstRsvgDec
|
||||||
GstSchroDec
|
GstSchroDec
|
||||||
GstVdpDecoder
|
GstVdpDecoder
|
||||||
GstVdpMpegDec
|
GstVdpMpegDec
|
||||||
GstVideoEncoder
|
GstVideoEncoder
|
||||||
|
GstDaalaEnc
|
||||||
GstOpenJPEGEnc
|
GstOpenJPEGEnc
|
||||||
GstSchroEnc
|
GstSchroEnc
|
||||||
GstWebvttEnc
|
GstWebvttEnc
|
||||||
|
@ -427,7 +411,6 @@ GObject
|
||||||
GInterface
|
GInterface
|
||||||
GTypePlugin
|
GTypePlugin
|
||||||
GstChildProxy
|
GstChildProxy
|
||||||
GstNavigation
|
|
||||||
GstPhotography
|
GstPhotography
|
||||||
GstPreset
|
GstPreset
|
||||||
GstTagSetter
|
GstTagSetter
|
||||||
|
|
|
@ -5,6 +5,7 @@ GstAmrWbEnc GstPreset
|
||||||
GstApExSink GstImplementsInterface GstMixer
|
GstApExSink GstImplementsInterface GstMixer
|
||||||
GstAsfMux GstTagSetter
|
GstAsfMux GstTagSetter
|
||||||
GstAudioEncoder GstPreset
|
GstAudioEncoder GstPreset
|
||||||
|
GstAudioMixer GstChildProxy
|
||||||
GstAutoConvert GstChildProxy
|
GstAutoConvert GstChildProxy
|
||||||
GstAutoVideoConvert GstChildProxy
|
GstAutoVideoConvert GstChildProxy
|
||||||
GstBaseCameraSrc GstChildProxy
|
GstBaseCameraSrc GstChildProxy
|
||||||
|
@ -16,6 +17,7 @@ GstCameraBin GstChildProxy GstTagSetter
|
||||||
GstCameraBin2 GstChildProxy GstTagSetter
|
GstCameraBin2 GstChildProxy GstTagSetter
|
||||||
GstCeltEnc GstPreset GstTagSetter
|
GstCeltEnc GstPreset GstTagSetter
|
||||||
GstCeltEnc GstTagSetter GstPreset
|
GstCeltEnc GstTagSetter GstPreset
|
||||||
|
GstDaalaEnc GstPreset
|
||||||
GstDataURISrc GstURIHandler
|
GstDataURISrc GstURIHandler
|
||||||
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
|
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
|
||||||
GstDiracEnc GstPreset
|
GstDiracEnc GstPreset
|
||||||
|
|
|
@ -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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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>CELT plugin library</description>
|
<description>CELT plugin library</description>
|
||||||
<filename>../../ext/celt/.libs/libgstcelt.so</filename>
|
<filename>../../ext/celt/.libs/libgstcelt.so</filename>
|
||||||
<basename>libgstcelt.so</basename>
|
<basename>libgstcelt.so</basename>
|
||||||
<version>1.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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>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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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>EGL/GLES sink</description>
|
<description>EGL/GLES sink</description>
|
||||||
<filename>../../ext/eglgles/.libs/libgsteglglessink.so</filename>
|
<filename>../../ext/eglgles/.libs/libgsteglglessink.so</filename>
|
||||||
<basename>libgsteglglessink.so</basename>
|
<basename>libgsteglglessink.so</basename>
|
||||||
<version>1.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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>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.1.1</version>
|
<version>1.1.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>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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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-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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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 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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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>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.1.1</version>
|
<version>1.1.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>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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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>RTMP source and sink</description>
|
<description>RTMP source and sink</description>
|
||||||
<filename>../../ext/rtmp/.libs/libgstrtmp.so</filename>
|
<filename>../../ext/rtmp/.libs/libgstrtmp.so</filename>
|
||||||
<basename>libgstrtmp.so</basename>
|
<basename>libgstrtmp.so</basename>
|
||||||
<version>1.1.1</version>
|
<version>1.1.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>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.1.1</version>
|
<version>1.1.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>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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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>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.1.1</version>
|
<version>1.1.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>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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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.1.1</version>
|
<version>1.1.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>
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
<name>sink</name>
|
<name>sink</name>
|
||||||
<direction>sink</direction>
|
<direction>sink</direction>
|
||||||
<presence>always</presence>
|
<presence>always</presence>
|
||||||
<details>video/x-raw, format=(string)BGRA, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ]</details>
|
<details>video/x-raw, format=(string){ BGRx, BGRA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||||
</caps>
|
</caps>
|
||||||
</pads>
|
</pads>
|
||||||
</element>
|
</element>
|
||||||
|
|
|
@ -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.1.1</version>
|
<version>1.1.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>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.1.1</version>
|
<version>1.1.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>
|
||||||
|
|
|
@ -33,6 +33,16 @@ real live maintainer, or some actual wide use.
|
||||||
</GitRepository>
|
</GitRepository>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>1.1.2</revision>
|
||||||
|
<branch>1.1</branch>
|
||||||
|
<name></name>
|
||||||
|
<created>2013-07-11</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.1.2.tar.xz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>1.1.1</revision>
|
<revision>1.1.1</revision>
|
||||||
|
|
|
@ -336,7 +336,7 @@ bayer_orc_horiz_upsample_unaligned (guint8 * ORC_RESTRICT d1,
|
||||||
static const orc_uint8 bc[] = {
|
static const orc_uint8 bc[] = {
|
||||||
1, 9, 34, 98, 97, 121, 101, 114, 95, 111, 114, 99, 95, 104, 111, 114,
|
1, 9, 34, 98, 97, 121, 101, 114, 95, 111, 114, 99, 95, 104, 111, 114,
|
||||||
105, 122, 95, 117, 112, 115, 97, 109, 112, 108, 101, 95, 117, 110, 97,
|
105, 122, 95, 117, 112, 115, 97, 109, 112, 108, 101, 95, 117, 110, 97,
|
||||||
108,
|
108,
|
||||||
105, 103, 110, 101, 100, 11, 2, 2, 11, 2, 2, 12, 2, 2, 14, 4,
|
105, 103, 110, 101, 100, 11, 2, 2, 11, 2, 2, 12, 2, 2, 14, 4,
|
||||||
1, 0, 0, 0, 20, 2, 20, 1, 20, 1, 20, 1, 20, 1, 199, 34,
|
1, 0, 0, 0, 20, 2, 20, 1, 20, 1, 20, 1, 20, 1, 199, 34,
|
||||||
33, 4, 83, 32, 4, 16, 199, 36, 35, 32, 39, 36, 34, 36, 196, 0,
|
33, 4, 83, 32, 4, 16, 199, 36, 35, 32, 39, 36, 34, 36, 196, 0,
|
||||||
|
|
|
@ -283,7 +283,7 @@ fieldanalysis_orc_same_parity_sad_planar_yuv (guint32 * ORC_RESTRICT a1,
|
||||||
static const orc_uint8 bc[] = {
|
static const orc_uint8 bc[] = {
|
||||||
1, 9, 44, 102, 105, 101, 108, 100, 97, 110, 97, 108, 121, 115, 105, 115,
|
1, 9, 44, 102, 105, 101, 108, 100, 97, 110, 97, 108, 121, 115, 105, 115,
|
||||||
95, 111, 114, 99, 95, 115, 97, 109, 101, 95, 112, 97, 114, 105, 116,
|
95, 111, 114, 99, 95, 115, 97, 109, 101, 95, 112, 97, 114, 105, 116,
|
||||||
121,
|
121,
|
||||||
95, 115, 97, 100, 95, 112, 108, 97, 110, 97, 114, 95, 121, 117, 118, 12,
|
95, 115, 97, 100, 95, 112, 108, 97, 110, 97, 114, 95, 121, 117, 118, 12,
|
||||||
1, 1, 12, 1, 1, 13, 4, 16, 4, 20, 2, 20, 2, 20, 4, 20,
|
1, 1, 12, 1, 1, 13, 4, 16, 4, 20, 2, 20, 2, 20, 4, 20,
|
||||||
4, 150, 32, 4, 150, 33, 5, 98, 32, 32, 33, 69, 32, 32, 154, 34,
|
4, 150, 32, 4, 150, 33, 5, 98, 32, 32, 33, 69, 32, 32, 154, 34,
|
||||||
|
@ -466,9 +466,9 @@ fieldanalysis_orc_same_parity_ssd_planar_yuv (guint32 * ORC_RESTRICT a1,
|
||||||
static const orc_uint8 bc[] = {
|
static const orc_uint8 bc[] = {
|
||||||
1, 9, 44, 102, 105, 101, 108, 100, 97, 110, 97, 108, 121, 115, 105, 115,
|
1, 9, 44, 102, 105, 101, 108, 100, 97, 110, 97, 108, 121, 115, 105, 115,
|
||||||
95, 111, 114, 99, 95, 115, 97, 109, 101, 95, 112, 97, 114, 105, 116,
|
95, 111, 114, 99, 95, 115, 97, 109, 101, 95, 112, 97, 114, 105, 116,
|
||||||
121,
|
121,
|
||||||
95, 115, 115, 100, 95, 112, 108, 97, 110, 97, 114, 95, 121, 117, 118,
|
95, 115, 115, 100, 95, 112, 108, 97, 110, 97, 114, 95, 121, 117, 118,
|
||||||
12,
|
12,
|
||||||
1, 1, 12, 1, 1, 13, 4, 16, 4, 20, 2, 20, 2, 20, 4, 20,
|
1, 1, 12, 1, 1, 13, 4, 16, 4, 20, 2, 20, 2, 20, 4, 20,
|
||||||
4, 150, 32, 4, 150, 33, 5, 98, 32, 32, 33, 176, 34, 32, 32, 111,
|
4, 150, 32, 4, 150, 33, 5, 98, 32, 32, 33, 176, 34, 32, 32, 111,
|
||||||
35, 34, 24, 106, 34, 34, 35, 181, 12, 34, 2, 0,
|
35, 34, 24, 106, 34, 34, 35, 181, 12, 34, 2, 0,
|
||||||
|
@ -758,7 +758,7 @@ fieldanalysis_orc_same_parity_3_tap_planar_yuv (guint32 * ORC_RESTRICT a1,
|
||||||
static const orc_uint8 bc[] = {
|
static const orc_uint8 bc[] = {
|
||||||
1, 9, 46, 102, 105, 101, 108, 100, 97, 110, 97, 108, 121, 115, 105, 115,
|
1, 9, 46, 102, 105, 101, 108, 100, 97, 110, 97, 108, 121, 115, 105, 115,
|
||||||
95, 111, 114, 99, 95, 115, 97, 109, 101, 95, 112, 97, 114, 105, 116,
|
95, 111, 114, 99, 95, 115, 97, 109, 101, 95, 112, 97, 114, 105, 116,
|
||||||
121,
|
121,
|
||||||
95, 51, 95, 116, 97, 112, 95, 112, 108, 97, 110, 97, 114, 95, 121, 117,
|
95, 51, 95, 116, 97, 112, 95, 112, 108, 97, 110, 97, 114, 95, 121, 117,
|
||||||
118, 12, 1, 1, 12, 1, 1, 12, 1, 1, 12, 1, 1, 12, 1, 1,
|
118, 12, 1, 1, 12, 1, 1, 12, 1, 1, 12, 1, 1, 12, 1, 1,
|
||||||
12, 1, 1, 13, 4, 14, 4, 2, 0, 0, 0, 16, 4, 20, 2, 20,
|
12, 1, 1, 13, 4, 14, 4, 2, 0, 0, 0, 16, 4, 20, 2, 20,
|
||||||
|
@ -1099,7 +1099,7 @@ fieldanalysis_orc_opposite_parity_5_tap_planar_yuv (guint32 * ORC_RESTRICT a1,
|
||||||
static const orc_uint8 bc[] = {
|
static const orc_uint8 bc[] = {
|
||||||
1, 9, 50, 102, 105, 101, 108, 100, 97, 110, 97, 108, 121, 115, 105, 115,
|
1, 9, 50, 102, 105, 101, 108, 100, 97, 110, 97, 108, 121, 115, 105, 115,
|
||||||
95, 111, 114, 99, 95, 111, 112, 112, 111, 115, 105, 116, 101, 95, 112,
|
95, 111, 114, 99, 95, 111, 112, 112, 111, 115, 105, 116, 101, 95, 112,
|
||||||
97,
|
97,
|
||||||
114, 105, 116, 121, 95, 53, 95, 116, 97, 112, 95, 112, 108, 97, 110, 97,
|
114, 105, 116, 121, 95, 53, 95, 116, 97, 112, 95, 112, 108, 97, 110, 97,
|
||||||
114, 95, 121, 117, 118, 12, 1, 1, 12, 1, 1, 12, 1, 1, 12, 1,
|
114, 95, 121, 117, 118, 12, 1, 1, 12, 1, 1, 12, 1, 1, 12, 1,
|
||||||
1, 12, 1, 1, 13, 4, 14, 4, 2, 0, 0, 0, 14, 4, 3, 0,
|
1, 12, 1, 1, 13, 4, 14, 4, 2, 0, 0, 0, 14, 4, 3, 0,
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
#define GST_LICENSE "LGPL"
|
#define GST_LICENSE "LGPL"
|
||||||
|
|
||||||
/* package name in plugins */
|
/* package name in plugins */
|
||||||
#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
|
#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
|
||||||
|
|
||||||
/* package origin */
|
/* package origin */
|
||||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||||
|
@ -199,7 +199,7 @@
|
||||||
#undef USE_POISONING
|
#undef USE_POISONING
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "1.1.1.1"
|
#define VERSION "1.1.2"
|
||||||
|
|
||||||
/* Define to 1 if your processor stores words with the most significant byte
|
/* Define to 1 if your processor stores words with the most significant byte
|
||||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||||
|
|
Loading…
Reference in a new issue