mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 16:35:40 +00:00
Release 1.7.1
This commit is contained in:
parent
02ee2f24e9
commit
3a088ecc93
81 changed files with 6178 additions and 245 deletions
64
NEWS
64
NEWS
|
@ -1,64 +1,2 @@
|
|||
This is GStreamer 1.6.0
|
||||
|
||||
The GStreamer team is proud to announce a new major feature release in the
|
||||
stable 1.x API series of your favourite cross-platform multimedia framework!
|
||||
|
||||
This release has been in the works for more than a year and is packed with new
|
||||
features, bug fixes and other improvements.
|
||||
|
||||
See http://gstreamer.freedesktop.org/releases/1.6/ for the full list of
|
||||
changes.
|
||||
|
||||
Highlights
|
||||
|
||||
- Stereoscopic 3D and multiview video support
|
||||
- Trick mode API for key-frame only fast-forward/fast-reverse playback etc.
|
||||
- Improved DTS (decoding timestamp) vs. PTS (presentation timestamp) handling
|
||||
to account for negative DTS
|
||||
- New GstVideoConverter API for more optimised and more correct conversion of
|
||||
raw video frames between all supported formats, with rescaling
|
||||
- v4l2src now supports renegotiation
|
||||
- v4l2transform can now do scaling
|
||||
- V4L2 Element now report Colorimetry properly
|
||||
- Easier chunked recording of MP4, Matroska, Ogg, MPEG-TS: new splitmuxsink
|
||||
and multifilesink improvements
|
||||
- Content Protection signalling API and Common Encryption (CENC) support for
|
||||
DASH/MP4
|
||||
- Many adaptive streaming (DASH, HLS and MSS) improvements
|
||||
- New PTP and NTP network client clocks and better remote clock tracking
|
||||
stability
|
||||
- High-quality text subtitle overlay at display resolutions with glimagesink
|
||||
or gtkglsink
|
||||
- RECORD support for the GStreamer RTSP Server
|
||||
- Retransmissions (RTX) support in RTSP server and client
|
||||
- RTSP seeking support in client and server has been fixed
|
||||
- RTCP scheduling improvements and reduced size RTCP support
|
||||
- MP4/MOV muxer acquired a new "robust" mode of operation which attempts to
|
||||
keep the output file in a valid state at all times
|
||||
- Live mixing support in aggregator, audiomixer and compositor was improved a
|
||||
lot
|
||||
- compositor now supports rescaling and converting inputs streams on the fly
|
||||
- New audiointerleave element with proper input synchronisation and live input
|
||||
support
|
||||
- Blackmagic Design DeckLink capture and playback card support was rewritten
|
||||
from scratch; 2k/4k support; mode sensing
|
||||
- KLV metadata support in RTP and MPEG-TS
|
||||
- H.265 video encoder (x265), decoders (libav, libde265) and RTP payloader and
|
||||
depayloaders
|
||||
- New DTLS plugin and SRTP/DTLS support
|
||||
- OpenGL3 support, multiple contexts and context propagation, 3D video,
|
||||
transfer/conversion separation, subtitle blending
|
||||
- New OpenGL-based QML video sink, Gtk GL video sink, CoreAnimation
|
||||
CAOpenGLLayerSink video sink
|
||||
- gst-libav switched to ffmpeg as libav-provider, gains support for
|
||||
3D/multiview video, trick modes, and the CAVS codec
|
||||
- GstHarness API for unit tests
|
||||
- gst-editing-services got a completely new ges-launch-1.0 interface, improved
|
||||
mixing support and integration into gst-validate
|
||||
- gnonlin has been deprecated in favor of nle (Non Linear Engine) in
|
||||
gst-editing-services
|
||||
- gst-validate has a new plugin system, an extensive default testsuite,
|
||||
support for concurrent test runs and valgrind support
|
||||
- cerbero build tool for SDK binary packages gains new 'bundle-source' command
|
||||
- Various improvements to the Android, iOS, OS X and Windows platform support
|
||||
This is GStreamer 1.7.1
|
||||
|
||||
|
|
224
RELEASE
224
RELEASE
|
@ -1,18 +1,17 @@
|
|||
|
||||
Release notes for GStreamer Bad Plugins 1.6.0
|
||||
Release notes for GStreamer Bad Plugins 1.7.1
|
||||
|
||||
|
||||
The GStreamer team is proud to announce a new major feature release in the
|
||||
stable 1.x API series of your favourite cross-platform multimedia framework!
|
||||
The GStreamer team is pleased to announce the first release of the unstable
|
||||
1.7 release series. The 1.7 release series is adding new features on top of
|
||||
the 1.0, 1.2, 1.4 and 1.6 series and is part of the API and ABI-stable 1.x release
|
||||
series of the GStreamer multimedia framework. The unstable 1.7 release series
|
||||
will lead to the stable 1.8 release series in the next weeks. Any newly added
|
||||
API can still change until that point.
|
||||
|
||||
|
||||
This release has been in the works for more than a year and is packed with new
|
||||
features, bug fixes and other improvements.
|
||||
|
||||
|
||||
See
|
||||
http://gstreamer.freedesktop.org/releases/1.6/
|
||||
for the full list of changes.
|
||||
Binaries for Android, iOS, Mac OS X and Windows will be provided separately
|
||||
during the unstable 1.7 release series.
|
||||
|
||||
|
||||
|
||||
|
@ -64,15 +63,138 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
|
|||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 754903 : eagl: crashes or no video display on reuse
|
||||
* 755249 : gtkglsink: Hide and cleaned the GtkWindow we might create
|
||||
* 755251 : gtksink: Rework threading around GtkWindow creation
|
||||
* 755411 : mpdparser: Only check stream- > segments for a repeated last segment if we have a static list of segments
|
||||
* 755426 : decklinkvideosrc: Can't go to PAUSED again from READY
|
||||
* 755456 : glmemory: fix texture leak in _gl_mem_copy
|
||||
* 755459 : gtksink: Do not show window until we reach the PAUSED state
|
||||
* 755542 : gtk: Fix a race where we end up setting wrong VideoInfo
|
||||
* 755618 : gstglfilter: fix error GL_INVALID_OPERATION " glBindBuffer: buffer bound to more than 1 "
|
||||
* 759679 : gl: unused function '_get_plane_width'
|
||||
* 759729 : audiofxbad: Name collision with new GstAudioChannelMix API from libgstaudio
|
||||
* 731204 : androidmedia: Implement zerocopy rendering
|
||||
* 733467 : Cannot play JPEG2000 encoded QuickTime video
|
||||
* 733819 : Port teletextdec to 1.0
|
||||
* 733959 : hlsdemux: download bitrate algorithms don't reflect real download rate
|
||||
* 743345 : glupload: Add support for dmabuf
|
||||
* 744047 : Port acmmp3dec plugin to 1.x
|
||||
* 745564 : qtkitvideosrc: fails to build on OSX > = 10.9 and not using cerbero (ex: MacPorts)
|
||||
* 747482 : waylandsink: need exception code in gst_wayland_sink_set_window_handle() and gst_wayland_sink_set_context()
|
||||
* 747774 : dashdemux: text streams support
|
||||
* 748259 : New audio/video level element
|
||||
* 748316 : hlsdemux: The end offset (range_end) of a segment is not calculated properly in the m3u8 parser
|
||||
* 748337 : ksvideosrc: dropping frames
|
||||
* 749653 : dashdemux: Implement binary search for stream_sidx_seek
|
||||
* 750402 : tsdemux: pads are removed before new ones are added
|
||||
* 750847 : dashdemux: variables containing time information should be guint64 not gint64
|
||||
* 750852 : dashdemux: idRepresentationType should be StringNoWhitespaceType but accepts spaces
|
||||
* 750869 : dashdemux: assertion raised if profiles information is not provided
|
||||
* 751068 : gl: Use pkg-config if found to configure GL/EGL/GLES (as provided by mesa and libmali)
|
||||
* 751529 : dashdemux: stream- > presentationTimeOffset is not always set
|
||||
* 751650 : dashdemux: extra validations needed when parsing the representation element
|
||||
* 751735 : dashdemux: incorrect parsing and handling of segment templates
|
||||
* 751832 : dashdemux: segment list inherits segment URLs element from parent node
|
||||
* 752326 : dashdemux: parser should reject MPD files with negative mediaPresentationDuration
|
||||
* 752329 : dashdemux: parser should reject MPD files with negative Period duration
|
||||
* 752336 : dashdemux: duration field could overflow
|
||||
* 752340 : dashdemux: period bitstreamSwitching is not used
|
||||
* 752367 : dashdemux: adaptation set language could be better detected
|
||||
* 752409 : dashdemux: gst_mpd_parser_get_stream_presentation_offset returns a wrong value
|
||||
* 752415 : dashdemux: provide a default suggestedPresentationDelay
|
||||
* 752429 : dashdemux: negative numbers are successfully read into unsigned variables
|
||||
* 752492 : dashdemux: suggestedPresentationDelay should be positive
|
||||
* 752496 : dashdemux: illegal memory access when the list of S nodes is greater than the list of SegmentURL nodes
|
||||
* 753405 : nvenc element
|
||||
* 753613 : mssdemux: PlayReady WRM parsing support
|
||||
* 753821 : assrender: improve overlay blending performance
|
||||
* 753824 : assrender: render overlay using the video output window size
|
||||
* 753854 : gstreamer: bad: Fix memory leaks when context parse fails.
|
||||
* 753885 : opencv: use gst_opencv_video_filter_set_in_place()
|
||||
* 753889 : opencv: cvlaplace: add scale and shift properties
|
||||
* 753890 : dashdemux: PROP_BANDWIDTH_USAGE should be deprecated
|
||||
* 753940 : opencv: handdetect: haar cascade files path is wrong in gst-uninstalled
|
||||
* 754057 : sfdec: Fix a typo in goto variable name
|
||||
* 754247 : vc1parse: add break to switch case
|
||||
* 754251 : qtsink: explicitely fallthrough switch statement
|
||||
* 754253 : qml: remove overwritten value
|
||||
* 754285 : compositor: add unit test for ensuring that sinkpads are sorted by zorder
|
||||
* 754466 : qml: add android support
|
||||
* 754786 : vtdec: fails on OSX with GL3 context
|
||||
* 755100 : qt: add build support for iOS/OSX
|
||||
* 755105 : dashdemux: tests: add test for fix of the period start time scaling
|
||||
* 755120 : dashdemux: stop_updates_task needs to be accessed with the lock taken
|
||||
* 755121 : dahsdemux: task is signaled to stop without stop condition being set
|
||||
* 755161 : h264parse, h265parse: initialize picture parameter set structure
|
||||
* 755169 : dashdemux: can we have multiple seek events at the same time?
|
||||
* 755226 : dashdemux: download_finish variable is not reset safely
|
||||
* 755232 : dashdemux: demux- > cancelled is not properly protected
|
||||
* 755319 : configure: add --with-hls-crypto=auto|nettle|libgcrypt|openssl option
|
||||
* 755486 : glimagesink: doesn't support YUY2 properly
|
||||
* 755656 : adaptivedemux: remove unused but set variable
|
||||
* 756209 : adaptivedemux: adaptive demux hangs if src element cannot be started
|
||||
* 756237 : adaptivedemux: waiting for playlist updates in case of fragment errors does not wait
|
||||
* 756239 : adaptivedemux: header is not re-downloaded in case of errors
|
||||
* 756240 : adaptivedemux: download thread should stop in case of multiple download errors
|
||||
* 756322 : dashdemux: add unit test for dashdemux
|
||||
* 756424 : docs: documentation not committed
|
||||
* 756492 : gl: fix leak in gst_gl_insert_debug_marker
|
||||
* 756556 : adaptivedemux: hang if application quits just after start
|
||||
* 757018 : aggregator: Add create_new_pad() vfunc to allow subclasses to override the default behaviour
|
||||
* 757049 : tsdemux: Add support for Opus
|
||||
* 757050 : liveadder: type change of " latency " property might cause crashes
|
||||
* 757152 : opus: Add proper multichannel support
|
||||
* 757153 : opus: Handle start/end trimming
|
||||
* 757245 : dashdemux: tests: add more tests for BaseURL
|
||||
* 757285 : androidmedia: Zerocopy decoding potentially slower than before due to missing queueing
|
||||
* 757335 : adaptivedemux: release manifest lock before changing internal pipeline state
|
||||
* 757336 : adaptivedemux: reset download_finished before starting the src element
|
||||
* 757337 : adaptivedemux: release manifest lock before sending flush stop event
|
||||
* 757354 : adaptivedemux: tests: add download error test
|
||||
* 757359 : adaptivedemux: fix a missing lock in write to stream- > last_ret
|
||||
* 757361 : adaptivedemux: tests: add query and fragment download error test
|
||||
* 757619 : hlsdemux: incorrect segment start value on bitrate switch
|
||||
* 757688 : rtponviftimestamp: element does not work properly
|
||||
* 757776 : dashdemux: Unit test fails reliably
|
||||
* 757801 : tests:aggregator: tc failure
|
||||
* 757825 : ivfparse: Fix the wrong width & height parsing of vp9 bitstream
|
||||
* 757859 : adaptivedemux: memory leak in adaptive demux src bin
|
||||
* 757903 : mpd verification broke http://www.bok.net/dash/tears_of_steel/cleartext/stream.mpd
|
||||
* 757938 : glcolorconvert fails on OSX
|
||||
* 757947 : adaptivedemux: http src errors are no longer detected
|
||||
* 757974 : glcolorconvert: Fix memory leak while running glcolorconvert test
|
||||
* 758010 : mpegtsdemux: stream- > section_data leak if there is a stream discontinuity
|
||||
* 758188 : dashdemux: illegal memory access in gst_mpd_client_get_last_fragment_timestamp_end
|
||||
* 758228 : amcvideodec: Don't require a non-zero buffer size when doing decoding to a surface
|
||||
* 758233 : mpdparser: remove unused functions gst_mpdparser_get_chunk_by_index and gst_mpdparser_find_segment_by_index
|
||||
* 758384 : dashdemux: tests: refactor into adaptive_engine components
|
||||
* 758386 : hlsdemux: incorrect calculation of seek range of non-live streams
|
||||
* 758405 : h264/h265parse: Should resend pps/sps after seeks in byte-stream mode
|
||||
* 758410 : mpdparser: parsing of dateTime fields does not read the microseconds part
|
||||
* 758515 : dashdemux: Set framerate based on the Manifest on the caps
|
||||
* 758517 : spu-pgs: Fix array memory leak
|
||||
* 758586 : mssdemux: missing depth in audio caps
|
||||
* 758593 : mpdparser: remove gst_mpd_client_check_time_position
|
||||
* 758694 : android media fails to update affine transformation meta
|
||||
* 758728 : id3mux: write private data tag
|
||||
* 758820 : glwindow: Fix memory leak of navigation thread
|
||||
* 758877 : glupload: Should not offer its allocator unless memory:GLMemory is negotiated
|
||||
* 758904 : gl: YUY2 conversion broken
|
||||
* 758946 : hlsdemux: change of playlist to the same playlist after first fragment, when connection speed is set
|
||||
* 758987 : hlsdemux: Resync live playlists to the 3rd newest fragment if we fall off the playlist
|
||||
* 759108 : hlsdemux: add support for snapping seek flags
|
||||
* 759118 : mxfdemux: IndexTableSegment handling is wrong
|
||||
* 759432 : bad plugins: Fix example pipelines
|
||||
* 759443 : videoframe-audiolevel: Fix possible division by zero
|
||||
* 759484 : directsoundsrc: add device property as it is done in directsoundsink
|
||||
* 759518 : yadif: Fix memory leak and mishandling.
|
||||
* 759519 : gdppay: Fix buffer memory leak
|
||||
* 759520 : pnmenc: Fix memory leaks/mishandling
|
||||
* 759522 : pnmdec: Fix memory leaks
|
||||
* 759523 : combdetect: Fix value memory leak
|
||||
* 759525 : ivtc: Fix value memory leak
|
||||
* 759534 : dashdemux: clock compensation is not correctly used in get_fragment_waiting_time
|
||||
* 759537 : dashdemux: clock compensation: clock_cond is not used and should be removed
|
||||
* 759547 : dashdemux: insufficient validation of UTCtiming element
|
||||
* 759592 : Seek with negative rates appears to be broken with hlsdemux
|
||||
* 759600 : decklinkvideosink: Made " auto " mode work according to caps
|
||||
* 759728 : teletextdec: build error with clang
|
||||
* 759742 : nvenc: very high CPU load when multiple nvenc instances are initialised at the same time
|
||||
* 752528 : OpenCV hand gesture detection does not work with OpenCV newer than 2.4.10
|
||||
* 753994 : opencv/faceblur: does not work with OpenCV newer than 2.4.10
|
||||
* 754148 : OpenCV port remaining elements to C++ and new API
|
||||
|
||||
==== Download ====
|
||||
|
||||
|
@ -109,9 +231,71 @@ subscribe to the gstreamer-devel list.
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Arun Raghavan
|
||||
* Aleix Conchillo Flaqué
|
||||
* Alessandro Decina
|
||||
* Alex Ashley
|
||||
* André Draszik
|
||||
* Antoine Jacoutot
|
||||
* Antonio Ospite
|
||||
* Arnaud Vrac
|
||||
* Branko Subasic
|
||||
* Chris Bass
|
||||
* Daniel Kamil Kozar
|
||||
* Dave Craig
|
||||
* Duncan Palmer
|
||||
* Edward Hervey
|
||||
* Etienne Peron
|
||||
* Florin Apostol
|
||||
* Frédéric Wang
|
||||
* George Kiagiadakis
|
||||
* Guillaume Desmottes
|
||||
* Haihua Hu
|
||||
* Havard Graff
|
||||
* Heinrich Fink
|
||||
* Hyunil Park
|
||||
* Hyunjun Ko
|
||||
* Jan Schmidt
|
||||
* Jimmy Ohn
|
||||
* John Chang
|
||||
* John Slade
|
||||
* Julian Bouzas
|
||||
* Julien Isorce
|
||||
* Linus Svensson
|
||||
* Lubosz Sarnecki
|
||||
* Luis de Bethencourt
|
||||
* Maroš Ondrášek
|
||||
* Mathias Hasselmann
|
||||
* Matthew Marsh
|
||||
* Matthew Waters
|
||||
* Matthieu Bouron
|
||||
* Miguel París Díaz
|
||||
* Nicolas Dufresne
|
||||
* Nicolas Huet
|
||||
* Nirbheek Chauhan
|
||||
* Olivier Crête
|
||||
* Paolo Pettinato
|
||||
* Paul Arzelier
|
||||
* Philippe Normand
|
||||
* Philippe Renon
|
||||
* Polochon_street
|
||||
* Ravi Kiran K N
|
||||
* Reynaldo H. Verdejo Pinochet
|
||||
* Roman Nowicki
|
||||
* Santiago Carot-Nemesio
|
||||
* Sebastian Dröge
|
||||
* Sreerenj Balachandran
|
||||
* Stefan Sauer
|
||||
* Thiago Santos
|
||||
* Thibault Saunier
|
||||
* Thomas Roos
|
||||
* Tim-Philipp Müller
|
||||
* Vanessa Chipirrás Navalón
|
||||
* Vincent Penquerc'h
|
||||
* Vineeth T M
|
||||
* Vineeth TM
|
||||
* Vivia Nikolaidou
|
||||
* Víctor Manuel Jáquez Leal
|
||||
* Xavier Claessens
|
||||
* plamot
|
||||
* suhwang.kim
|
||||
|
|
@ -3,7 +3,7 @@ AC_PREREQ([2.69])
|
|||
dnl initialize autoconf
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, git and prerelease does Werror too
|
||||
AC_INIT([GStreamer Bad Plug-ins],[1.7.0.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad])
|
||||
AC_INIT([GStreamer Bad Plug-ins],[1.7.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad])
|
||||
|
||||
AG_GST_INIT
|
||||
|
||||
|
@ -51,11 +51,11 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
|
|||
dnl - interfaces added -> increment AGE
|
||||
dnl - interfaces removed -> AGE = 0
|
||||
dnl sets GST_LT_LDFLAGS
|
||||
AS_LIBTOOL(GST, 700, 0, 700)
|
||||
AS_LIBTOOL(GST, 701, 0, 701)
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=1.7.0.1
|
||||
GSTPB_REQ=1.7.0.1
|
||||
GST_REQ=1.7.1
|
||||
GSTPB_REQ=1.7.1
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
||||
|
|
|
@ -47134,7 +47134,7 @@
|
|||
<RANGE>>= 0</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>color (gaussian standard deviation or color sigma</NICK>
|
||||
<BLURB>If type is gaussian, this means the standard deviation.If type is bilateral, this means the color-sigma. If zero, Default values are used.Check cvSmooth OpenCV docs: http://opencv.willowgarage.com/documentation/image_filtering.html#cvSmooth.</BLURB>
|
||||
<BLURB>If type is gaussian, this means the standard deviation.If type is bilateral, this means the color-sigma. If zero, Default values are used.</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
@ -47143,9 +47143,9 @@
|
|||
<TYPE>gint</TYPE>
|
||||
<RANGE>>= 0</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>height (aperture height)</NICK>
|
||||
<BLURB>The aperture height, if zero, the width is used.(Must be positive and odd or zero, unuset in median and bilateral types). Check cvSmooth OpenCV docs: http://opencv.willowgarage.com/documentation/image_filtering.html#cvSmooth.</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
<NICK>height (kernel height)</NICK>
|
||||
<BLURB>The gaussian kernel height (must be positive and odd).</BLURB>
|
||||
<DEFAULT>3</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -47154,7 +47154,7 @@
|
|||
<RANGE>>= 0</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>spatial (spatial sigma, bilateral only)</NICK>
|
||||
<BLURB>Only used in bilateral type, means the spatial-sigma.Check cvSmooth OpenCV docs: http://opencv.willowgarage.com/documentation/image_filtering.html#cvSmooth.</BLURB>
|
||||
<BLURB>Only used in bilateral type, means the spatial-sigma.</BLURB>
|
||||
<DEFAULT>0</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
@ -47163,8 +47163,8 @@
|
|||
<TYPE>gint</TYPE>
|
||||
<RANGE>>= 1</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>width (aperture width)</NICK>
|
||||
<BLURB>The aperture width (Must be positive and odd).Check cvSmooth OpenCV docs: http://opencv.willowgarage.com/documentation/image_filtering.html#cvSmooth.</BLURB>
|
||||
<NICK>width (kernel width)</NICK>
|
||||
<BLURB>The gaussian kernel width (must be positive and odd).If type is median, this means the aperture linear size.Check OpenCV docs: http://docs.opencv.org/2.4/modules/imgproc/doc/filtering.htm.</BLURB>
|
||||
<DEFAULT>3</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
|
|
@ -214,10 +214,15 @@ GObject
|
|||
GstCvLaplace
|
||||
GstCvSmooth
|
||||
GstCvSobel
|
||||
GstEdgeDetect
|
||||
GstFaceBlur
|
||||
GstFaceDetect
|
||||
GstHanddetect
|
||||
GstMotioncells
|
||||
GstOpencvTextOverlay
|
||||
GstPyramidSegment
|
||||
GstSkinDetect
|
||||
GstTemplateMatch
|
||||
GstRetinex
|
||||
GstRsvgOverlay
|
||||
GstSceneChange
|
||||
|
@ -268,7 +273,6 @@ GObject
|
|||
GstDtlsDec
|
||||
GstDtlsEnc
|
||||
GstDtlsSrtpDemux
|
||||
GstEdgeDetect
|
||||
GstErrorIgnore
|
||||
GstFestival
|
||||
GstFieldAnalysis
|
||||
|
@ -289,14 +293,11 @@ GObject
|
|||
GstMimDec
|
||||
GstMimEnc
|
||||
GstModPlug
|
||||
GstMotioncells
|
||||
GstMpeg2enc
|
||||
GstMpegPSDemux
|
||||
GstMplex
|
||||
GstOpencvTextOverlay
|
||||
GstPcapParse
|
||||
GstPitch
|
||||
GstPyramidSegment
|
||||
GstRTPBaseDepayload
|
||||
GstRTPOpusDepay
|
||||
GstRtpH265Depay
|
||||
|
@ -320,7 +321,6 @@ GObject
|
|||
GstTagMux
|
||||
GstId3Mux
|
||||
GstTeletextDec
|
||||
GstTemplateMatch
|
||||
GstUvcH264MjpgDemux
|
||||
GstVideoDecoder
|
||||
GstLibde265Dec
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Computes an AccurateRip CRC</description>
|
||||
<filename>../../gst/accurip/.libs/libgstaccurip.so</filename>
|
||||
<basename>libgstaccurip.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ADPCM decoder</description>
|
||||
<filename>../../gst/adpcmdec/.libs/libgstadpcmdec.so</filename>
|
||||
<basename>libgstadpcmdec.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ADPCM encoder</description>
|
||||
<filename>../../gst/adpcmenc/.libs/libgstadpcmenc.so</filename>
|
||||
<basename>libgstadpcmenc.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Create and parse Audio Interchange File Format (AIFF) files</description>
|
||||
<filename>../../gst/aiff/.libs/libgstaiff.so</filename>
|
||||
<basename>libgstaiff.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ASF Muxer Plugin</description>
|
||||
<filename>../../gst/asfmux/.libs/libgstasfmux.so</filename>
|
||||
<basename>libgstasfmux.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ASS/SSA subtitle renderer</description>
|
||||
<filename>../../ext/assrender/.libs/libgstassrender.so</filename>
|
||||
<basename>libgstassrender.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Mixes multiple audio streams</description>
|
||||
<filename>../../gst/audiomixer/.libs/libgstaudiomixer.so</filename>
|
||||
<basename>libgstaudiomixer.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Creates video visualizations of audio input</description>
|
||||
<filename>../../gst/audiovisualizers/.libs/libgstaudiovisualizers.so</filename>
|
||||
<basename>libgstaudiovisualizers.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Selects convertor element based on caps</description>
|
||||
<filename>../../gst/autoconvert/.libs/libgstautoconvert.so</filename>
|
||||
<basename>libgstautoconvert.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Elements to convert Bayer images</description>
|
||||
<filename>../../gst/bayer/.libs/libgstbayer.so</filename>
|
||||
<basename>libgstbayer.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Compress or decompress streams</description>
|
||||
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
|
||||
<basename>libgstbz2.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Take image snapshots and record movies from camera</description>
|
||||
<filename>../../gst/camerabin2/.libs/libgstcamerabin2.so</filename>
|
||||
<basename>libgstcamerabin2.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Calculate Chromaprint fingerprint from audio files</description>
|
||||
<filename>../../ext/chromaprint/.libs/libgstchromaprint.so</filename>
|
||||
<basename>libgstchromaprint.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Color Look-up Table filters</description>
|
||||
<filename>../../gst/coloreffects/.libs/libgstcoloreffects.so</filename>
|
||||
<basename>libgstcoloreffects.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>libcurl-based elements</description>
|
||||
<filename>../../ext/curl/.libs/libgstcurl.so</filename>
|
||||
<basename>libgstcurl.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>data: URI source</description>
|
||||
<filename>../../gst/dataurisrc/.libs/libgstdataurisrc.so</filename>
|
||||
<basename>libgstdataurisrc.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Collection of elements that may or may not be useful for debugging</description>
|
||||
<filename>../../gst/debugutils/.libs/libgstdebugutilsbad.so</filename>
|
||||
<basename>libgstdebugutilsbad.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Decodes DTS audio streams</description>
|
||||
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
||||
<basename>libgstdtsdec.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>DVB elements</description>
|
||||
<filename>../../sys/dvb/.libs/libgstdvb.so</filename>
|
||||
<basename>libgstdvb.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>DVB subtitle renderer</description>
|
||||
<filename>../../gst/dvbsuboverlay/.libs/libgstdvbsuboverlay.so</filename>
|
||||
<basename>libgstdvbsuboverlay.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>DVD Sub-picture Overlay element</description>
|
||||
<filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
|
||||
<basename>libgstdvdspu.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Free AAC Decoder (FAAD)</description>
|
||||
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
|
||||
<basename>libgstfaad.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Synthesizes plain text into audio</description>
|
||||
<filename>../../gst/festival/.libs/libgstfestival.so</filename>
|
||||
<basename>libgstfestival.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Video field analysis</description>
|
||||
<filename>../../gst/fieldanalysis/.libs/libgstfieldanalysis.so</filename>
|
||||
<basename>libgstfieldanalysis.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Flite speech synthesizer plugin</description>
|
||||
<filename>../../ext/flite/.libs/libgstflite.so</filename>
|
||||
<basename>libgstflite.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>frei0r plugin library</description>
|
||||
<filename>../../gst/frei0r/.libs/libgstfrei0r.so</filename>
|
||||
<basename>libgstfrei0r.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
</elements>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Gaudi video effects.</description>
|
||||
<filename>../../gst/gaudieffects/.libs/libgstgaudieffects.so</filename>
|
||||
<basename>libgstgaudieffects.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Payload/depayload GDP packets</description>
|
||||
<filename>../../gst/gdp/.libs/libgstgdp.so</filename>
|
||||
<basename>libgstgdp.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Various geometric image transform elements</description>
|
||||
<filename>../../gst/geometrictransform/.libs/libgstgeometrictransform.so</filename>
|
||||
<basename>libgstgeometrictransform.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>GME Audio Decoder</description>
|
||||
<filename>../../ext/gme/.libs/libgstgme.so</filename>
|
||||
<basename>libgstgme.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>GSM encoder/decoder</description>
|
||||
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
|
||||
<basename>libgstgsm.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Siren encoder/decoder/payloader/depayloader plugins</description>
|
||||
<filename>../../gst/siren/.libs/libgstsiren.so</filename>
|
||||
<basename>libgstsiren.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>HTTP Live Streaming (HLS)</description>
|
||||
<filename>../../ext/hls/.libs/libgsthls.so</filename>
|
||||
<basename>libgsthls.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>ID3 v1 and v2 muxing plugin</description>
|
||||
<filename>../../gst/id3tag/.libs/libgstid3tag.so</filename>
|
||||
<basename>libgstid3tag.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>plugin for inter-pipeline communication</description>
|
||||
<filename>../../gst/inter/.libs/libgstinter.so</filename>
|
||||
<basename>libgstinter.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Create an interlaced video stream</description>
|
||||
<filename>../../gst/interlace/.libs/libgstinterlace.so</filename>
|
||||
<basename>libgstinterlace.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>JPEG interchange format plugin</description>
|
||||
<filename>../../gst/jpegformat/.libs/libgstjpegformat.so</filename>
|
||||
<basename>libgstjpegformat.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Mimic codec</description>
|
||||
<filename>../../ext/mimic/.libs/libgstmimic.so</filename>
|
||||
<basename>libgstmimic.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Microsoft Multi Media Server streaming protocol support</description>
|
||||
<filename>../../ext/libmms/.libs/libgstmms.so</filename>
|
||||
<basename>libgstmms.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>.MOD audio decoding</description>
|
||||
<filename>../../ext/modplug/.libs/libgstmodplug.so</filename>
|
||||
<basename>libgstmodplug.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>High-quality MPEG-1/2 video encoder</description>
|
||||
<filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename>
|
||||
<basename>libgstmpeg2enc.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>MPEG-PS demuxer</description>
|
||||
<filename>../../gst/mpegdemux/.libs/libgstmpegpsdemux.so</filename>
|
||||
<basename>libgstmpegpsdemux.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>unknown</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>MPEG-PS muxer</description>
|
||||
<filename>../../gst/mpegpsmux/.libs/libgstmpegpsmux.so</filename>
|
||||
<basename>libgstmpegpsmux.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>MPEG TS demuxer</description>
|
||||
<filename>../../gst/mpegtsdemux/.libs/libgstmpegtsdemux.so</filename>
|
||||
<basename>libgstmpegtsdemux.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>MPEG-TS muxer</description>
|
||||
<filename>../../gst/mpegtsmux/.libs/libgstmpegtsmux.so</filename>
|
||||
<basename>libgstmpegtsmux.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>mp3 decoding based on the mpg123 library</description>
|
||||
<filename>../../ext/mpg123/.libs/libgstmpg123.so</filename>
|
||||
<basename>libgstmpg123.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer</description>
|
||||
<filename>../../ext/mplex/.libs/libgstmplex.so</filename>
|
||||
<basename>libgstmplex.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>lib neon http client src</description>
|
||||
<filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
|
||||
<basename>libgstneonhttpsrc.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Calculate MusicIP fingerprint from audio files</description>
|
||||
<filename>../../ext/ofa/.libs/libgstofa.so</filename>
|
||||
<basename>libgstofa.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>OpenAL plugin library</description>
|
||||
<filename>../../ext/openal/.libs/libgstopenal.so</filename>
|
||||
<basename>libgstopenal.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>GStreamer OpenCV Plugins</description>
|
||||
<filename>../../ext/opencv/.libs/libgstopencv.so</filename>
|
||||
<basename>libgstopencv.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>OPUS plugin library</description>
|
||||
<filename>../../ext/opus/.libs/libgstopus.so</filename>
|
||||
<basename>libgstopus.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Element parsing raw pcap streams</description>
|
||||
<filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename>
|
||||
<basename>libgstpcapparse.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>PNM plugin</description>
|
||||
<filename>../../gst/pnm/.libs/libgstpnm.so</filename>
|
||||
<basename>libgstpnm.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Parses byte streams into raw frames</description>
|
||||
<filename>../../gst/rawparse/.libs/libgstrawparse.so</filename>
|
||||
<basename>libgstrawparse.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Removes silence from an audio stream</description>
|
||||
<filename>../../gst/removesilence/.libs/libgstremovesilence.so</filename>
|
||||
<basename>libgstremovesilence.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Resin DVD playback elements</description>
|
||||
<filename>../../ext/resindvd/.libs/libgstresindvd.so</filename>
|
||||
<basename>libgstresindvd.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Connects to a VNC server and decodes RFB stream</description>
|
||||
<filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename>
|
||||
<basename>libgstrfbsrc.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>RTMP source and sink</description>
|
||||
<filename>../../ext/rtmp/.libs/libgstrtmp.so</filename>
|
||||
<basename>libgstrtmp.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Schroedinger plugin</description>
|
||||
<filename>../../ext/schroedinger/.libs/libgstschro.so</filename>
|
||||
<basename>libgstschro.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>configure streaming sessions using SDP</description>
|
||||
<filename>../../gst/sdp/.libs/libgstsdpelem.so</filename>
|
||||
<basename>libgstsdpelem.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Segment clip elements</description>
|
||||
<filename>../../gst/segmentclip/.libs/libgstsegmentclip.so</filename>
|
||||
<basename>libgstsegmentclip.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>shared memory sink source</description>
|
||||
<filename>../../sys/shm/.libs/libgstshm.so</filename>
|
||||
<basename>libgstshm.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Apply a smooth filter to an image</description>
|
||||
<filename>../../gst/smooth/.libs/libgstsmooth.so</filename>
|
||||
<basename>libgstsmooth.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Audio Pitch Controller & BPM Detection</description>
|
||||
<filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
|
||||
<basename>libgstsoundtouch.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>libspandsp plugin</description>
|
||||
<filename>../../ext/spandsp/.libs/libgstspandsp.so</filename>
|
||||
<basename>libgstspandsp.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Set speed/pitch on audio/raw streams (resampler)</description>
|
||||
<filename>../../gst/speed/.libs/libgstspeed.so</filename>
|
||||
<basename>libgstspeed.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>subtitle encoders</description>
|
||||
<filename>../../gst/subenc/.libs/libgstsubenc.so</filename>
|
||||
<basename>libgstsubenc.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>videoparsers</description>
|
||||
<filename>../../gst/videoparsers/.libs/libgstvideoparsersbad.so</filename>
|
||||
<basename>libgstvideoparsersbad.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>AAC audio encoder</description>
|
||||
<filename>../../ext/voaacenc/.libs/libgstvoaacenc.so</filename>
|
||||
<basename>libgstvoaacenc.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Adaptive Multi-Rate Wide-Band Encoder</description>
|
||||
<filename>../../ext/voamrwbenc/.libs/libgstvoamrwbenc.so</filename>
|
||||
<basename>libgstvoamrwbenc.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>unknown</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<description>Wayland Video Sink</description>
|
||||
<filename>../../ext/wayland/.libs/libgstwaylandsink.so</filename>
|
||||
<basename>libgstwaylandsink.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<package>GStreamer Bad Plug-ins source release</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Demuxes/decodes YUV4MPEG streams</description>
|
||||
<filename>../../gst/y4m/.libs/libgsty4mdec.so</filename>
|
||||
<basename>libgsty4mdec.so</basename>
|
||||
<version>1.7.0.1</version>
|
||||
<version>1.7.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins</package>
|
||||
|
|
|
@ -33,6 +33,36 @@ real live maintainer, or some actual wide use.
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.7.1</revision>
|
||||
<branch>master</branch>
|
||||
<name></name>
|
||||
<created>2015-12-24</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.7.1.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.6.2</revision>
|
||||
<branch>1.6</branch>
|
||||
<name></name>
|
||||
<created>2015-12-14</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.6.2.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.6.1</revision>
|
||||
<branch>1.6</branch>
|
||||
<name></name>
|
||||
<created>2015-10-30</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.6.1.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.6.0</revision>
|
||||
|
|
|
@ -55,12 +55,18 @@
|
|||
/* GStreamer API Version */
|
||||
#define GST_API_VERSION "1.0"
|
||||
|
||||
/* Define if extra runtime checks should be enabled */
|
||||
#undef GST_ENABLE_EXTRA_CHECKS
|
||||
|
||||
/* Extra platform specific plugin suffix */
|
||||
#undef GST_EXTRA_MODULE_SUFFIX
|
||||
|
||||
/* Defined if gcov is enabled to force a rebuild due to config.h changing */
|
||||
#undef GST_GCOV_ENABLED
|
||||
|
||||
/* DMABUF available for gl plugins */
|
||||
#undef GST_GL_HAVE_DMABUF
|
||||
|
||||
/* EGL module name */
|
||||
#undef GST_GL_LIBEGL_MODULE_NAME
|
||||
|
||||
|
@ -89,7 +95,7 @@
|
|||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||
|
||||
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
|
||||
#define GST_PACKAGE_RELEASE_DATETIME "2015-09-25"
|
||||
#define GST_PACKAGE_RELEASE_DATETIME "2015-12-24"
|
||||
|
||||
/* Define if static plugins should be built */
|
||||
#undef GST_PLUGIN_BUILD_STATIC
|
||||
|
@ -409,6 +415,12 @@
|
|||
/* Define if nettle is available */
|
||||
#undef HAVE_NETTLE
|
||||
|
||||
/* Define to enable NVIDIA Encode API (used by nvenc). */
|
||||
#undef HAVE_NVENC
|
||||
|
||||
/* NVENC GStreamer OpenGL support available */
|
||||
#undef HAVE_NVENC_GST_GL
|
||||
|
||||
/* Define to enable ofa plugins (used by ofa). */
|
||||
#undef HAVE_OFA
|
||||
|
||||
|
@ -501,6 +513,15 @@
|
|||
/* Define to enable Qt elements (used by qt). */
|
||||
#undef HAVE_QT
|
||||
|
||||
/* Define if Qt Android integration is installed */
|
||||
#undef HAVE_QT_ANDROID
|
||||
|
||||
/* Define if Qt iOS integration is installed */
|
||||
#undef HAVE_QT_IOS
|
||||
|
||||
/* Define if Qt Mac integration is installed */
|
||||
#undef HAVE_QT_MAC
|
||||
|
||||
/* Define if Qt Wayland integration is installed */
|
||||
#undef HAVE_QT_WAYLAND
|
||||
|
||||
|
@ -717,7 +738,7 @@
|
|||
#define PACKAGE_NAME "GStreamer Bad Plug-ins"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "GStreamer Bad Plug-ins 1.6.0"
|
||||
#define PACKAGE_STRING "GStreamer Bad Plug-ins 1.7.1"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "gst-plugins-bad"
|
||||
|
@ -726,7 +747,7 @@
|
|||
#undef PACKAGE_URL
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "1.6.0"
|
||||
#define PACKAGE_VERSION "1.7.1"
|
||||
|
||||
/* directory where plugins are located */
|
||||
#ifdef _DEBUG
|
||||
|
@ -770,7 +791,7 @@
|
|||
#undef USE_EGL_RPI
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "1.6.0"
|
||||
#define VERSION "1.7.1"
|
||||
|
||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||||
significant byte first (like Motorola and SPARC, unlike Intel). */
|
||||
|
|
Loading…
Reference in a new issue