Release 1.7.2

This commit is contained in:
Sebastian Dröge 2016-02-19 11:50:25 +02:00
parent ccdd9faa52
commit 50ae46cc0f
81 changed files with 4397 additions and 322 deletions

3871
ChangeLog

File diff suppressed because it is too large Load diff

2
NEWS
View file

@ -1,2 +1,2 @@
This is GStreamer 1.7.1 This is GStreamer 1.7.2

253
RELEASE
View file

@ -1,8 +1,7 @@
Release notes for GStreamer Bad Plugins 1.7.1 Release notes for GStreamer Bad Plugins 1.7.2
The GStreamer team is pleased to announce the second release of the unstable
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 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 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 series of the GStreamer multimedia framework. The unstable 1.7 release series
@ -14,7 +13,6 @@ Binaries for Android, iOS, Mac OS X and Windows will be provided separately
during the unstable 1.7 release series. during the unstable 1.7 release series.
"That an accusation?" "That an accusation?"
@ -63,150 +61,67 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
Bugs fixed in this release Bugs fixed in this release
* 759679 : gl: unused function '_get_plane_width' * 719849 : [PLUGIN-MOVE] move mpg123 to -ugly
* 759729 : audiofxbad: Name collision with new GstAudioChannelMix API from libgstaudio * 729485 : avfvideosrc: Cannot reconfigure caps
* 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 * 733959 : hlsdemux: download bitrate algorithms don't reflect real download rate
* 743345 : glupload: Add support for dmabuf * 737786 : android: Upstream one of the android video source implementations
* 744047 : Port acmmp3dec plugin to 1.x * 744367 : mpegtsmux: add HEVC support
* 745564 : qtkitvideosrc: fails to build on OSX > = 10.9 and not using cerbero (ex: MacPorts) * 748507 : mpegtsmux: set non-0 payload length in PES header if video ES packet is small enough
* 747482 : waylandsink: need exception code in gst_wayland_sink_set_window_handle() and gst_wayland_sink_set_context() * 752374 : dashdemux: gst_dash_demux_get_live_seek_range should not return negative values
* 747774 : dashdemux: text streams support * 752688 : wayland: improve check for wayland-scanner
* 748259 : New audio/video level element * 756207 : videoaggregator: Setting aspect ratio crops the frame
* 748316 : hlsdemux: The end offset (range_end) of a segment is not calculated properly in the m3u8 parser * 756252 : Resurrect NetSim
* 748337 : ksvideosrc: dropping frames * 757597 : codecparsers: Add VP9 parser
* 749653 : dashdemux: Implement binary search for stream_sidx_seek * 757602 : adaptivedemux: improved error message if availabilityStartTime is missing for a live stream
* 750402 : tsdemux: pads are removed before new ones are added * 757655 : dashdemux: cannot get segment availability start time if segment duration is not present
* 750847 : dashdemux: variables containing time information should be guint64 not gint64 * 757951 : adaptivedemux: set src element to ready before flushing the input pad
* 750852 : dashdemux: idRepresentationType should be StringNoWhitespaceType but accepts spaces * 758516 : mpegtsbase: Add condition to check for non working negative rate
* 750869 : dashdemux: assertion raised if profiles information is not provided * 759158 : dashdemux/mssdemux: add support for snapping seek flags
* 751068 : gl: Use pkg-config if found to configure GL/EGL/GLES (as provided by mesa and libmali) * 759679 : gl: unused function '_get_plane_width'
* 751529 : dashdemux: stream- > presentationTimeOffset is not always set * 759743 : dashdemux: getting clock compensation using HTTP HEAD uses an incorrect year
* 751650 : dashdemux: extra validations needed when parsing the representation element * 759860 : glupload: Attaches composition overlay when not supported
* 751735 : dashdemux: incorrect parsing and handling of segment templates * 759869 : glimagesink: navigation messages are not posted on the bus
* 751832 : dashdemux: segment list inherits segment URLs element from parent node * 759902 : glshader: fix usage documentation
* 752326 : dashdemux: parser should reject MPD files with negative mediaPresentationDuration * 759913 : glbufferpool: Fix build error
* 752329 : dashdemux: parser should reject MPD files with negative Period duration * 760090 : gst-plugins-bad: implicit declaration of function gst_init
* 752336 : dashdemux: duration field could overflow * 760120 : dashdemux: memory leak in gst_dash_demux_update_manifest_data
* 752340 : dashdemux: period bitstreamSwitching is not used * 760242 : rtmpsink: should get streamheaders from caps instead of first buffer.
* 752367 : dashdemux: adaptation set language could be better detected * 760270 : videoparse: add support of padded video
* 752409 : dashdemux: gst_mpd_parser_get_stream_presentation_offset returns a wrong value * 760328 : adaptivedemux: tests: clean tests
* 752415 : dashdemux: provide a default suggestedPresentationDelay * 760559 : glvideomixer ! glimagesink deadlocks on resize
* 752429 : dashdemux: negative numbers are successfully read into unsigned variables * 760594 : decklinkvideosrc: does not support capture in RGB mode
* 752492 : dashdemux: suggestedPresentationDelay should be positive * 760600 : tests: memory leak in test HTTP source
* 752496 : dashdemux: illegal memory access when the list of S nodes is greater than the list of SegmentURL nodes * 760696 : gl: Regression with caps ref-couting
* 753405 : nvenc element * 760873 : GstGLVideoMixerPad vertex_buffer leaks when pad dynamic removed
* 753613 : mssdemux: PlayReady WRM parsing support * 760936 : dash, mpdparser: Fix the bug when getting the URL of index segment by SegmentBase
* 753821 : assrender: improve overlay blending performance * 760972 : glwindow: Fix android build
* 753824 : assrender: render overlay using the video output window size * 760982 : adaptivedemux: memory leak of stream- > internal_pad
* 753854 : gstreamer: bad: Fix memory leaks when context parse fails. * 761014 : h264parse: sends unnecessary caps events/queries for every (unchanging) SPS/PPS when converting to byte-stream (android mediacodec)
* 753885 : opencv: use gst_opencv_video_filter_set_in_place() * 761108 : uvch264_src: Fix caps memory leak
* 753889 : opencv: cvlaplace: add scale and shift properties * 761109 : acmenc/acmmp3dec: remove unnecessary break after return
* 753890 : dashdemux: PROP_BANDWIDTH_USAGE should be deprecated * 761230 : tinyalsa: Add a new sink plugin using tinyalsa
* 753940 : opencv: handdetect: haar cascade files path is wrong in gst-uninstalled * 761458 : adaptivedemux: Unused GstSegment variable in download loop
* 754057 : sfdec: Fix a typo in goto variable name * 761460 : player: Makefile does not use configured PKG_CONFIG_PATH when performing introspection scan
* 754247 : vc1parse: add break to switch case * 761519 : gl: Activate " qos " in filters
* 754251 : qtsink: explicitely fallthrough switch statement * 761538 : gst_gl_insert_debug_marker called with no current context
* 754253 : qml: remove overwritten value * 761578 : GstGLContext didn't get unref correctly
* 754285 : compositor: add unit test for ensuring that sinkpads are sorted by zorder * 761606 : Move H.265 RTP payloader/depayloader from -bad to -good
* 754466 : qml: add android support * 761704 : POTFILES.skip is out of date
* 754786 : vtdec: fails on OSX with GL3 context * 762013 : curlhttpsink: Problem in curlhttpsink when qtmux uses faststart, don't send empty buffers
* 755100 : qt: add build support for iOS/OSX * 762171 : soundtouch plugin is not shipped
* 755105 : dashdemux: tests: add test for fix of the period start time scaling * 758158 : opusdec: in-band FEC has no effect
* 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 ==== ==== Download ====
You can find source releases of gst-plugins-bad in the download You can find source releases of gst-plugins-bad in the download
directory: http://gstreamer.freedesktop.org/src/gst-plugins-bad/ directory: https://gstreamer.freedesktop.org/src/gst-plugins-bad/
The git repository and details how to clone it can be found at The git repository and details how to clone it can be found at
http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/ http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/
==== Homepage ==== ==== Homepage ====
The project's website is http://gstreamer.freedesktop.org/ The project's website is https://gstreamer.freedesktop.org/
==== Support and Bugs ==== ==== Support and Bugs ====
@ -231,71 +146,43 @@ subscribe to the gstreamer-devel list.
Contributors to this release Contributors to this release
* Aleix Conchillo Flaqué
* Alessandro Decina * Alessandro Decina
* Alex Ashley * Alex Ashley
* André Draszik * Arun Raghavan
* Antoine Jacoutot * Aurélien Zanelli
* Antonio Ospite * Bob Holcomb
* Arnaud Vrac * David Fernandez
* Branko Subasic * David Waring
* Chris Bass * Florent Thiéry
* Daniel Kamil Kozar
* Dave Craig
* Duncan Palmer
* Edward Hervey
* Etienne Peron
* Florin Apostol * Florin Apostol
* Frédéric Wang
* George Kiagiadakis * George Kiagiadakis
* Guillaume Desmottes
* Haihua Hu * Haihua Hu
* Havard Graff * Holger Kaelberer
* Heinrich Fink
* Hyunil Park
* Hyunjun Ko * Hyunjun Ko
* Ilya Konstantinov
* Jan Schmidt * Jan Schmidt
* Jimmy Ohn
* John Chang * John Chang
* John Slade
* Julian Bouzas
* Julien Isorce * Julien Isorce
* Linus Svensson * Julien MOUTTE
* Lubosz Sarnecki * Julien Moutte
* Justin Kim
* Luis de Bethencourt * Luis de Bethencourt
* Maroš Ondrášek * Matt Crane
* Mathias Hasselmann
* Matthew Marsh
* Matthew Waters * Matthew Waters
* Matthieu Bouron
* Miguel París Díaz
* Nicolas Dufresne * Nicolas Dufresne
* Nicolas Huet
* Nirbheek Chauhan
* Olivier Crête
* Paolo Pettinato
* Paul Arzelier
* Philippe Normand * Philippe Normand
* Philippe Renon * Piotr Drąg
* Polochon_street
* Ravi Kiran K N
* Reynaldo H. Verdejo Pinochet * Reynaldo H. Verdejo Pinochet
* Roman Nowicki
* Santiago Carot-Nemesio
* Sebastian Dröge * Sebastian Dröge
* Sergey Borovkov
* Sreerenj Balachandran * Sreerenj Balachandran
* Stefan Sauer * Stian Selnes
* Thiago Santos * Thiago Santos
* Thibault Saunier * Thibault Saunier
* Thomas Roos * Tim Sheridan
* Tim-Philipp Müller * Tim-Philipp Müller
* Vanessa Chipirrás Navalón
* Vincent Penquerc'h * Vincent Penquerc'h
* Vineeth T M
* Vineeth TM * Vineeth TM
* Vivia Nikolaidou * Wang Xin-yu (王昕宇)
* Víctor Manuel Jáquez Leal * Youness Alaoui
* Xavier Claessens
* plamot
* suhwang.kim
   

View file

@ -3,7 +3,7 @@ AC_PREREQ([2.69])
dnl initialize autoconf dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right ! dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, git and prerelease does Werror too dnl releases only do Wall, git and prerelease does Werror too
AC_INIT([GStreamer Bad Plug-ins],[1.7.1.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad]) AC_INIT([GStreamer Bad Plug-ins],[1.7.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad])
AG_GST_INIT AG_GST_INIT
@ -51,11 +51,11 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0 dnl - interfaces removed -> AGE = 0
dnl sets GST_LT_LDFLAGS dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 701, 0, 701) AS_LIBTOOL(GST, 702, 0, 702)
dnl *** required versions of GStreamer stuff *** dnl *** required versions of GStreamer stuff ***
GST_REQ=1.7.1.1 GST_REQ=1.7.2
GSTPB_REQ=1.7.1.1 GSTPB_REQ=1.7.2
dnl *** autotools stuff **** dnl *** autotools stuff ****

View file

@ -18748,6 +18748,36 @@
<DEFAULT>TRUE</DEFAULT> <DEFAULT>TRUE</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstVideoParse::framesize</NAME>
<TYPE>guint</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Framesize</NICK>
<BLURB>Size of an image in raw stream (0: default).</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstVideoParse::offsets</NAME>
<TYPE>gchar*</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Offsets</NICK>
<BLURB>Offset of each planes in bytes using string format: 'o0,o1,o2,o3'.</BLURB>
<DEFAULT>NULL</DEFAULT>
</ARG>
<ARG>
<NAME>GstVideoParse::strides</NAME>
<TYPE>gchar*</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Strides</NICK>
<BLURB>Stride of each planes in bytes using string format: 's0,s1,s2,s3'.</BLURB>
<DEFAULT>NULL</DEFAULT>
</ARG>
<ARG> <ARG>
<NAME>GstMetadataParse::exif</NAME> <NAME>GstMetadataParse::exif</NAME>
<TYPE>gboolean</TYPE> <TYPE>gboolean</TYPE>
@ -47068,6 +47098,16 @@
<DEFAULT>0</DEFAULT> <DEFAULT>0</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstCvSobel::mask</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Mask</NICK>
<BLURB>Sets whether the detected derivative edges should be used as a mask on the original input or not.</BLURB>
<DEFAULT>TRUE</DEFAULT>
</ARG>
<ARG> <ARG>
<NAME>GstCvSmooth::param1</NAME> <NAME>GstCvSmooth::param1</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
@ -47188,6 +47228,16 @@
<DEFAULT>0</DEFAULT> <DEFAULT>0</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstCvLaplace::mask</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Mask</NICK>
<BLURB>Sets whether the detected edges should be used as a mask on the original input or not.</BLURB>
<DEFAULT>TRUE</DEFAULT>
</ARG>
<ARG> <ARG>
<NAME>GstRotate::angle</NAME> <NAME>GstRotate::angle</NAME>
<TYPE>gdouble</TYPE> <TYPE>gdouble</TYPE>
@ -58494,7 +58544,7 @@
<RANGE></RANGE> <RANGE></RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Use in-band FEC</NICK> <NICK>Use in-band FEC</NICK>
<BLURB>Use forward error correction if available.</BLURB> <BLURB>Use forward error correction if available (needs PLC enabled).</BLURB>
<DEFAULT>FALSE</DEFAULT> <DEFAULT>FALSE</DEFAULT>
</ARG> </ARG>
@ -58664,7 +58714,7 @@
<RANGE></RANGE> <RANGE></RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Calculate Motion</NICK> <NICK>Calculate Motion</NICK>
<BLURB>If needs calculate motion on frame you need this property setting true otherwise false.</BLURB> <BLURB>Toggles motion calculation. If FALSE, this filter does nothing.</BLURB>
<DEFAULT>TRUE</DEFAULT> <DEFAULT>TRUE</DEFAULT>
</ARG> </ARG>
@ -58674,7 +58724,7 @@
<RANGE></RANGE> <RANGE></RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Color of Motion Cells</NICK> <NICK>Color of Motion Cells</NICK>
<BLURB>The color of motion cells separated with ",".</BLURB> <BLURB>Color for motion cells in R,G,B format. Max per channel is 255.</BLURB>
<DEFAULT>"255,255,0"</DEFAULT> <DEFAULT>"255,255,0"</DEFAULT>
</ARG> </ARG>
@ -58704,7 +58754,7 @@
<RANGE></RANGE> <RANGE></RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Display</NICK> <NICK>Display</NICK>
<BLURB>Motion Cells visible or not on Current Frame.</BLURB> <BLURB>Toggle display of motion cells on current frame.</BLURB>
<DEFAULT>FALSE</DEFAULT> <DEFAULT>FALSE</DEFAULT>
</ARG> </ARG>
@ -58713,8 +58763,8 @@
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE>[1,60]</RANGE> <RANGE>[1,60]</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Gap is time in second, elapsed time from last motion timestamp. </NICK> <NICK>Motion-finished Threshold</NICK>
<BLURB>If elapsed time minus form last motion timestamp is greater or equal than gap then we post motion finished bus message. .</BLURB> <BLURB>Interval in seconds after which motion is considered finished and a motion finished bus message is posted.</BLURB>
<DEFAULT>5</DEFAULT> <DEFAULT>5</DEFAULT>
</ARG> </ARG>
@ -58724,7 +58774,7 @@
<RANGE>[8,32]</RANGE> <RANGE>[8,32]</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Number of Horizontal Grids</NICK> <NICK>Number of Horizontal Grids</NICK>
<BLURB>You can give number of horizontal grid cells.</BLURB> <BLURB>Number of horizontal grid cells.</BLURB>
<DEFAULT>10</DEFAULT> <DEFAULT>10</DEFAULT>
</ARG> </ARG>
@ -58734,7 +58784,7 @@
<RANGE>[8,32]</RANGE> <RANGE>[8,32]</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Number of Vertical Grids</NICK> <NICK>Number of Vertical Grids</NICK>
<BLURB>You can give number of vertical grid cells.</BLURB> <BLURB>Number of vertical grid cells.</BLURB>
<DEFAULT>10</DEFAULT> <DEFAULT>10</DEFAULT>
</ARG> </ARG>
@ -58743,8 +58793,8 @@
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE>[1,60]</RANGE> <RANGE>[1,60]</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>MINIMUN MOTION FRAMES</NICK> <NICK>Minimum Motion Frames</NICK>
<BLURB>Define the minimum number of motion frames that trigger a motion event.</BLURB> <BLURB>Minimum number of motion frames triggering a motion event.</BLURB>
<DEFAULT>1</DEFAULT> <DEFAULT>1</DEFAULT>
</ARG> </ARG>
@ -58754,7 +58804,7 @@
<RANGE></RANGE> <RANGE></RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Motion Cells Of Interest(MOCI)</NICK> <NICK>Motion Cells Of Interest(MOCI)</NICK>
<BLURB>The line and column idx separated with ":", describe a cell. Cells separated with ",".</BLURB> <BLURB>Describe a cell with its line and column idx separated with ":". Pass multiple cells as a comma-separated list.</BLURB>
<DEFAULT>NULL</DEFAULT> <DEFAULT>NULL</DEFAULT>
</ARG> </ARG>
@ -58764,7 +58814,7 @@
<RANGE>[G_MAXULONG,5]</RANGE> <RANGE>[G_MAXULONG,5]</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Motion Cell Thickness</NICK> <NICK>Motion Cell Thickness</NICK>
<BLURB>Motion Cell Border Thickness, if it's -1 then motion cell will be fill.</BLURB> <BLURB>Motion Cell Border Thickness. Set to -1 to fill motion cell.</BLURB>
<DEFAULT>1</DEFAULT> <DEFAULT>1</DEFAULT>
</ARG> </ARG>
@ -58774,7 +58824,7 @@
<RANGE></RANGE> <RANGE></RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Motion Mask with Cells Position</NICK> <NICK>Motion Mask with Cells Position</NICK>
<BLURB>The line and column idx separated with ":" what cells want we mask-out, describe a cell. Cells separated with ",".</BLURB> <BLURB>Describe a cell with its line and column idx separated with ":". Pass multiple cells as a comma-separated list.</BLURB>
<DEFAULT>NULL</DEFAULT> <DEFAULT>NULL</DEFAULT>
</ARG> </ARG>
@ -58784,7 +58834,7 @@
<RANGE></RANGE> <RANGE></RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Motion Mask with Coordinates</NICK> <NICK>Motion Mask with Coordinates</NICK>
<BLURB>The upper left x, y and lower right x, y coordinates separated with ":", describe a region. Regions separated with ",".</BLURB> <BLURB>Describe a region with its upper left and lower right x, y coordinates separated with ":". Pass multiple regions as a comma-separated list.</BLURB>
<DEFAULT>NULL</DEFAULT> <DEFAULT>NULL</DEFAULT>
</ARG> </ARG>
@ -58794,7 +58844,7 @@
<RANGE></RANGE> <RANGE></RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Post All Motion</NICK> <NICK>Post All Motion</NICK>
<BLURB>Element post bus msg for every motion frame or just motion start and motion stop.</BLURB> <BLURB>Post bus messages for every motion frame or just motion start and motion stop.</BLURB>
<DEFAULT>FALSE</DEFAULT> <DEFAULT>FALSE</DEFAULT>
</ARG> </ARG>
@ -58803,8 +58853,8 @@
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE>[0,180]</RANGE> <RANGE>[0,180]</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>POSTNOMOTION</NICK> <NICK>No-motion Threshold</NICK>
<BLURB>If non 0 post a no_motion event is posted on the bus if no motion is detected for N seconds.</BLURB> <BLURB>If non 0, post a no_motion event on the bus if no motion is detected for the given number of seconds.</BLURB>
<DEFAULT>0</DEFAULT> <DEFAULT>0</DEFAULT>
</ARG> </ARG>
@ -58814,7 +58864,7 @@
<RANGE>[0,1]</RANGE> <RANGE>[0,1]</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Motion Sensitivity</NICK> <NICK>Motion Sensitivity</NICK>
<BLURB>You can tunning the element motion sensitivity.</BLURB> <BLURB>Motion detection sensitivity.</BLURB>
<DEFAULT>0.5</DEFAULT> <DEFAULT>0.5</DEFAULT>
</ARG> </ARG>
@ -58824,7 +58874,7 @@
<RANGE>[0,1]</RANGE> <RANGE>[0,1]</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Lower bound of motion cells number</NICK> <NICK>Lower bound of motion cells number</NICK>
<BLURB>Threshold value for motion, when motion cells number greater sum cells * threshold, we show motion.</BLURB> <BLURB>Threshold value for motion. Filter detects motion when at least this fraction of the cells have moved.</BLURB>
<DEFAULT>0.01</DEFAULT> <DEFAULT>0.01</DEFAULT>
</ARG> </ARG>
@ -58834,7 +58884,7 @@
<RANGE></RANGE> <RANGE></RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Use alpha</NICK> <NICK>Use alpha</NICK>
<BLURB>Use or not alpha blending on frames with motion cells.</BLURB> <BLURB>Toggle usage of alpha blending on frames with motion cells.</BLURB>
<DEFAULT>TRUE</DEFAULT> <DEFAULT>TRUE</DEFAULT>
</ARG> </ARG>
@ -58855,7 +58905,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Eyes profile</NICK> <NICK>Eyes profile</NICK>
<BLURB>Location of Haar cascade file to use for eye-pair detection.</BLURB> <BLURB>Location of Haar cascade file to use for eye-pair detection.</BLURB>
<DEFAULT>"/usr/share/opencv/haarcascades/haarcascade_mcs_eyepair_small.xml"</DEFAULT> <DEFAULT>"/usr/share/OpenCV/haarcascades/haarcascade_mcs_eyepair_small.xml"</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -58905,7 +58955,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Mouth profile</NICK> <NICK>Mouth profile</NICK>
<BLURB>Location of Haar cascade file to use for mouth detection.</BLURB> <BLURB>Location of Haar cascade file to use for mouth detection.</BLURB>
<DEFAULT>"/usr/share/opencv/haarcascades/haarcascade_mcs_mouth.xml"</DEFAULT> <DEFAULT>"/usr/share/OpenCV/haarcascades/haarcascade_mcs_mouth.xml"</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -58915,7 +58965,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Nose profile</NICK> <NICK>Nose profile</NICK>
<BLURB>Location of Haar cascade file to use for nose detection.</BLURB> <BLURB>Location of Haar cascade file to use for nose detection.</BLURB>
<DEFAULT>"/usr/share/opencv/haarcascades/haarcascade_mcs_nose.xml"</DEFAULT> <DEFAULT>"/usr/share/OpenCV/haarcascades/haarcascade_mcs_nose.xml"</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -58925,7 +58975,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Face profile</NICK> <NICK>Face profile</NICK>
<BLURB>Location of Haar cascade file to use for face detection.</BLURB> <BLURB>Location of Haar cascade file to use for face detection.</BLURB>
<DEFAULT>"/usr/share/opencv/haarcascades/haarcascade_frontalface_default.xml"</DEFAULT> <DEFAULT>"/usr/share/OpenCV/haarcascades/haarcascade_frontalface_default.xml"</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -58965,7 +59015,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Profile</NICK> <NICK>Profile</NICK>
<BLURB>Location of Haar cascade file to use for face blurion.</BLURB> <BLURB>Location of Haar cascade file to use for face blurion.</BLURB>
<DEFAULT>"/usr/share/opencv/haarcascades/haarcascade_frontalface_default.xml"</DEFAULT> <DEFAULT>"/usr/share/OpenCV/haarcascades/haarcascade_frontalface_default.xml"</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -68100,6 +68150,46 @@ Gestures in the defined region of interest will emit messages.</BLURB>
<DEFAULT>0</DEFAULT> <DEFAULT>0</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstGLSinkBin::brightness</NAME>
<TYPE>gdouble</TYPE>
<RANGE>[-1,1]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Brightness</NICK>
<BLURB>brightness.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstGLSinkBin::contrast</NAME>
<TYPE>gdouble</TYPE>
<RANGE>[0,2]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Contrast</NICK>
<BLURB>contrast.</BLURB>
<DEFAULT>1</DEFAULT>
</ARG>
<ARG>
<NAME>GstGLSinkBin::hue</NAME>
<TYPE>gdouble</TYPE>
<RANGE>[-1,1]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Hue</NICK>
<BLURB>hue.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstGLSinkBin::saturation</NAME>
<TYPE>gdouble</TYPE>
<RANGE>[0,2]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Saturation</NICK>
<BLURB>saturation.</BLURB>
<DEFAULT>1</DEFAULT>
</ARG>
<ARG> <ARG>
<NAME>GstGLMixerBin::latency</NAME> <NAME>GstGLMixerBin::latency</NAME>
<TYPE>gint64</TYPE> <TYPE>gint64</TYPE>
@ -69060,3 +69150,213 @@ Gestures in the defined region of interest will emit messages.</BLURB>
<DEFAULT>"%s\\n"</DEFAULT> <DEFAULT>"%s\\n"</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstNetSim::delay-probability</NAME>
<TYPE>gfloat</TYPE>
<RANGE>[0,1]</RANGE>
<FLAGS>rwx</FLAGS>
<NICK>Delay Probability</NICK>
<BLURB>The Probability a buffer is delayed.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstNetSim::drop-packets</NAME>
<TYPE>guint</TYPE>
<RANGE></RANGE>
<FLAGS>rwx</FLAGS>
<NICK>Drop Packets</NICK>
<BLURB>Drop the next n packets.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstNetSim::drop-probability</NAME>
<TYPE>gfloat</TYPE>
<RANGE>[0,1]</RANGE>
<FLAGS>rwx</FLAGS>
<NICK>Drop Probability</NICK>
<BLURB>The Probability a buffer is dropped.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstNetSim::duplicate-probability</NAME>
<TYPE>gfloat</TYPE>
<RANGE>[0,1]</RANGE>
<FLAGS>rwx</FLAGS>
<NICK>Duplicate Probability</NICK>
<BLURB>The Probability a buffer is duplicated.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstNetSim::max-delay</NAME>
<TYPE>gint</TYPE>
<RANGE></RANGE>
<FLAGS>rwx</FLAGS>
<NICK>Maximum delay (ms)</NICK>
<BLURB>The maximum delay in ms to apply to buffers.</BLURB>
<DEFAULT>400</DEFAULT>
</ARG>
<ARG>
<NAME>GstNetSim::min-delay</NAME>
<TYPE>gint</TYPE>
<RANGE></RANGE>
<FLAGS>rwx</FLAGS>
<NICK>Minimum delay (ms)</NICK>
<BLURB>The minimum delay in ms to apply to buffers.</BLURB>
<DEFAULT>200</DEFAULT>
</ARG>
<ARG>
<NAME>GstGDPDepay::ts-offset</NAME>
<TYPE>gint64</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Timestamp Offset</NICK>
<BLURB>Timestamp Offset.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstGLColorBalance::brightness</NAME>
<TYPE>gdouble</TYPE>
<RANGE>[-1,1]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Brightness</NICK>
<BLURB>brightness.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstGLColorBalance::contrast</NAME>
<TYPE>gdouble</TYPE>
<RANGE>[0,2]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Contrast</NICK>
<BLURB>contrast.</BLURB>
<DEFAULT>1</DEFAULT>
</ARG>
<ARG>
<NAME>GstGLColorBalance::hue</NAME>
<TYPE>gdouble</TYPE>
<RANGE>[-1,1]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Hue</NICK>
<BLURB>hue.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstGLColorBalance::saturation</NAME>
<TYPE>gdouble</TYPE>
<RANGE>[0,2]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Saturation</NICK>
<BLURB>saturation.</BLURB>
<DEFAULT>1</DEFAULT>
</ARG>
<ARG>
<NAME>GstToneGenerateSrc::freq</NAME>
<TYPE>gint</TYPE>
<RANGE>[0,20000]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Frequency</NICK>
<BLURB>Frequency of test signal.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstToneGenerateSrc::freq2</NAME>
<TYPE>gint</TYPE>
<RANGE>[0,20000]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Second Frequency</NICK>
<BLURB>Frequency of second telephony tone component.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstToneGenerateSrc::off-time</NAME>
<TYPE>gint</TYPE>
<RANGE>>= 0</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Signal OFF time first period </NICK>
<BLURB>Time of the first period when the tone signal is off.</BLURB>
<DEFAULT>1000</DEFAULT>
</ARG>
<ARG>
<NAME>GstToneGenerateSrc::off-time2</NAME>
<TYPE>gint</TYPE>
<RANGE>>= 0</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Signal OFF time first period </NICK>
<BLURB>Time of the second period when the tone signal is off.</BLURB>
<DEFAULT>1000</DEFAULT>
</ARG>
<ARG>
<NAME>GstToneGenerateSrc::on-time</NAME>
<TYPE>gint</TYPE>
<RANGE>>= 1</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Signal ON time first period</NICK>
<BLURB>Time of the first period when the tone signal is present.</BLURB>
<DEFAULT>1000</DEFAULT>
</ARG>
<ARG>
<NAME>GstToneGenerateSrc::on-time2</NAME>
<TYPE>gint</TYPE>
<RANGE>>= 1</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Signal ON time second period</NICK>
<BLURB>Time of the second period when the tone signal is present.</BLURB>
<DEFAULT>1000</DEFAULT>
</ARG>
<ARG>
<NAME>GstToneGenerateSrc::repeat</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Repeat the specified tone period </NICK>
<BLURB>Whether to repeat specified tone indefinitly.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG>
<NAME>GstToneGenerateSrc::samplesperbuffer</NAME>
<TYPE>gint</TYPE>
<RANGE>>= 1</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Samples per buffer</NICK>
<BLURB>Number of samples in each outgoing buffer.</BLURB>
<DEFAULT>1024</DEFAULT>
</ARG>
<ARG>
<NAME>GstToneGenerateSrc::volume</NAME>
<TYPE>gint</TYPE>
<RANGE>[-50,0]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Volume</NICK>
<BLURB>Volume of first signal.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstToneGenerateSrc::volume2</NAME>
<TYPE>gint</TYPE>
<RANGE>[-50,0]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Volume2</NICK>
<BLURB>Volume of second tone signal.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>

View file

@ -37,7 +37,6 @@ GObject
GstDtsDec GstDtsDec
GstFaad GstFaad
GstGSMDec GstGSMDec
GstMpg123AudioDec
GstOpusDec GstOpusDec
GstSbcDec GstSbcDec
GstSirenDec GstSirenDec
@ -73,6 +72,7 @@ GObject
GstAudioSink GstAudioSink
GstOpenALSink GstOpenALSink
GstDecklinkAudioSink GstDecklinkAudioSink
GstAvdtpSink
GstChecksumSink GstChecksumSink
GstCurlBaseSink GstCurlBaseSink
GstCurlFileSink GstCurlFileSink
@ -96,6 +96,7 @@ GObject
GstQtSink GstQtSink
GstWaylandSink GstWaylandSink
GstBaseSrc GstBaseSrc
GstAvdtpSrc
GstDataURISrc GstDataURISrc
GstFliteTestSrc GstFliteTestSrc
GstInterAudioSrc GstInterAudioSrc
@ -113,10 +114,10 @@ GObject
GstDvbSrc GstDvbSrc
GstGLTestSrc GstGLTestSrc
GstMMS GstMMS
GstNeonhttpSrc
GstRTMPSrc GstRTMPSrc
GstRfbSrc GstRfbSrc
GstShmSrc GstShmSrc
GstToneGenerateSrc
GstVCDSrc GstVCDSrc
GstBaseTransform GstBaseTransform
GstAudioFilter GstAudioFilter
@ -143,6 +144,7 @@ GObject
GstGLColorConvertElement GstGLColorConvertElement
GstGLDownloadElement GstGLDownloadElement
GstGLFilter GstGLFilter
GstGLColorBalance
GstGLColorscale GstGLColorscale
GstGLDeinterlace GstGLDeinterlace
GstGLDifferenceMatte GstGLDifferenceMatte
@ -233,11 +235,13 @@ GObject
GstSolarize GstSolarize
GstVideoAnalyse GstVideoAnalyse
GstVideoDiff GstVideoDiff
GstZBar
GstZebraStripe GstZebraStripe
GstWatchdog GstWatchdog
GstYadif GstYadif
GstBin GstBin
DvbBaseBin DvbBaseBin
GstA2dpSink
GstAdaptiveDemux GstAdaptiveDemux
GstDashDemux GstDashDemux
GstHLSDemux GstHLSDemux
@ -296,14 +300,13 @@ GObject
GstMpeg2enc GstMpeg2enc
GstMpegPSDemux GstMpegPSDemux
GstMplex GstMplex
GstNetSim
GstPcapParse GstPcapParse
GstPitch GstPitch
GstRTPBaseDepayload GstRTPBaseDepayload
GstRTPOpusDepay GstRTPOpusDepay
GstRtpH265Depay
GstRTPBasePayload GstRTPBasePayload
GstRtpAsfPay GstRtpAsfPay
GstRtpH265Pay
GstRtpOPUSPay GstRtpOPUSPay
GstRawParse GstRawParse
GstAudioParse GstAudioParse
@ -326,7 +329,6 @@ GObject
GstLibde265Dec GstLibde265Dec
GstOpenEXRDec GstOpenEXRDec
GstOpenJPEGDec GstOpenJPEGDec
GstOpenh264Dec
GstPnmdec GstPnmdec
GstRsvgDec GstRsvgDec
GstSchroDec GstSchroDec
@ -334,7 +336,6 @@ GObject
GstWebPDec GstWebPDec
GstVideoEncoder GstVideoEncoder
GstOpenJPEGEnc GstOpenJPEGEnc
GstOpenh264Enc
GstPnmenc GstPnmenc
GstSchroEnc GstSchroEnc
GstWebpEnc GstWebpEnc
@ -360,6 +361,7 @@ GObject
GstCompositorPad GstCompositorPad
GstGLBaseMixerPad GstGLBaseMixerPad
GstGLMixerPad GstGLMixerPad
GstGLStereoMixPad
GstGLVideoMixerPad GstGLVideoMixerPad
GstPadTemplate GstPadTemplate
GstPlugin GstPlugin

View file

@ -33,14 +33,17 @@ GstFaac GstPreset
GstFaceOverlay GstChildProxy GstFaceOverlay GstChildProxy
GstFreeverb GstPreset GstFreeverb GstPreset
GstGLBaseMixer GstChildProxy GstGLBaseMixer GstChildProxy
GstGLColorBalance GstColorBalance
GstGLFilterBin GstChildProxy GstGLFilterBin GstChildProxy
GstGLImageSink GstVideoOverlay GstGLImageSink GstVideoOverlay
GstGLImageSink GstVideoOverlay GstNavigation GstGLImageSink GstVideoOverlay GstNavigation
GstGLImageSinkBin GstChildProxy GstVideoOverlay GstNavigation GstGLImageSinkBin GstChildProxy GstVideoOverlay GstNavigation
GstGLImageSinkBin GstChildProxy GstVideoOverlay GstNavigation GstColorBalance
GstGLMixer GstChildProxy GstGLMixer GstChildProxy
GstGLMixerBin GstChildProxy GstGLMixerBin GstChildProxy
GstGLMosaic GstChildProxy GstGLMosaic GstChildProxy
GstGLSinkBin GstChildProxy GstVideoOverlay GstNavigation GstGLSinkBin GstChildProxy GstVideoOverlay GstNavigation
GstGLSinkBin GstChildProxy GstVideoOverlay GstNavigation GstColorBalance
GstGLSrcBin GstChildProxy GstGLSrcBin GstChildProxy
GstGLStereoMix GstChildProxy GstGLStereoMix GstChildProxy
GstGLVideoMixer GstChildProxy GstGLVideoMixer GstChildProxy

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -3,7 +3,7 @@
<description>Create and parse Audio Interchange File Format (AIFF) files</description> <description>Create and parse Audio Interchange File Format (AIFF) files</description>
<filename>../../gst/aiff/.libs/libgstaiff.so</filename> <filename>../../gst/aiff/.libs/libgstaiff.so</filename>
<basename>libgstaiff.so</basename> <basename>libgstaiff.so</basename>
<version>1.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -3,7 +3,7 @@
<description>Mixes multiple audio streams</description> <description>Mixes multiple audio streams</description>
<filename>../../gst/audiomixer/.libs/libgstaudiomixer.so</filename> <filename>../../gst/audiomixer/.libs/libgstaudiomixer.so</filename>
<basename>libgstaudiomixer.so</basename> <basename>libgstaudiomixer.so</basename>
<version>1.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.2</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-bad</source> <source>gst-plugins-bad</source>
<package>GStreamer</package> <package>GStreamer</package>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.2</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-bad</source> <source>gst-plugins-bad</source>
<package>GStreamer</package> <package>GStreamer</package>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -3,7 +3,7 @@
<description>HTTP Live Streaming (HLS)</description> <description>HTTP Live Streaming (HLS)</description>
<filename>../../ext/hls/.libs/libgsthls.so</filename> <filename>../../ext/hls/.libs/libgsthls.so</filename>
<basename>libgsthls.so</basename> <basename>libgsthls.so</basename>
<version>1.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -3,7 +3,7 @@
<description>High-quality MPEG-1/2 video encoder</description> <description>High-quality MPEG-1/2 video encoder</description>
<filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename> <filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename>
<basename>libgstmpeg2enc.so</basename> <basename>libgstmpeg2enc.so</basename>
<version>1.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -3,7 +3,7 @@
<description>MPEG-PS muxer</description> <description>MPEG-PS muxer</description>
<filename>../../gst/mpegpsmux/.libs/libgstmpegpsmux.so</filename> <filename>../../gst/mpegpsmux/.libs/libgstmpegpsmux.so</filename>
<basename>libgstmpegpsmux.so</basename> <basename>libgstmpegpsmux.so</basename>
<version>1.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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_%d</name> <name>sink_%d</name>
<direction>sink</direction> <direction>sink</direction>
<presence>request</presence> <presence>request</presence>
<details>video/mpeg, parsed=(boolean)true, mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false; video/x-dirac; video/x-h264, stream-format=(string)byte-stream, alignment=(string){ au, nal }; audio/mpeg, parsed=(boolean)true, mpegversion=(int){ 1, 2 }; audio/mpeg, framed=(boolean)true, mpegversion=(int)4, stream-format=(string)adts; audio/mpeg, mpegversion=(int)4, stream-format=(string)raw; audio/x-lpcm, width=(int){ 16, 20, 24 }, rate=(int){ 48000, 96000 }, channels=(int)[ 1, 8 ], dynamic_range=(int)[ 0, 255 ], emphasis=(boolean){ false, true }, mute=(boolean){ false, true }; audio/x-ac3, framed=(boolean)true; audio/x-dts, framed=(boolean)true; audio/x-opus, channels=(int)[ 1, 8 ], channel-mapping-family=(int){ 0, 1 }; subpicture/x-dvb; application/x-teletext; meta/x-klv, parsed=(boolean)true</details> <details>video/mpeg, parsed=(boolean)true, mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false; video/x-dirac; video/x-h264, stream-format=(string)byte-stream, alignment=(string){ au, nal }; video/x-h265, stream-format=(string)byte-stream, alignment=(string){ au, nal }; audio/mpeg, parsed=(boolean)true, mpegversion=(int){ 1, 2 }; audio/mpeg, framed=(boolean)true, mpegversion=(int)4, stream-format=(string)adts; audio/mpeg, mpegversion=(int)4, stream-format=(string)raw; audio/x-lpcm, width=(int){ 16, 20, 24 }, rate=(int){ 48000, 96000 }, channels=(int)[ 1, 8 ], dynamic_range=(int)[ 0, 255 ], emphasis=(boolean){ false, true }, mute=(boolean){ false, true }; audio/x-ac3, framed=(boolean)true; audio/x-dts, framed=(boolean)true; audio/x-opus, channels=(int)[ 1, 8 ], channel-mapping-family=(int){ 0, 1 }; subpicture/x-dvb; application/x-teletext; meta/x-klv, parsed=(boolean)true</details>
</caps> </caps>
<caps> <caps>
<name>src</name> <name>src</name>

View file

@ -3,7 +3,7 @@
<description>High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer</description> <description>High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer</description>
<filename>../../ext/mplex/.libs/libgstmplex.so</filename> <filename>../../ext/mplex/.libs/libgstmplex.so</filename>
<basename>libgstmplex.so</basename> <basename>libgstmplex.so</basename>
<version>1.7.1</version> <version>1.7.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>

View file

@ -3,7 +3,7 @@
<description>Calculate MusicIP fingerprint from audio files</description> <description>Calculate MusicIP fingerprint from audio files</description>
<filename>../../ext/ofa/.libs/libgstofa.so</filename> <filename>../../ext/ofa/.libs/libgstofa.so</filename>
<basename>libgstofa.so</basename> <basename>libgstofa.so</basename>
<version>1.7.1</version> <version>1.7.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>

View file

@ -3,7 +3,7 @@
<description>OpenAL plugin library</description> <description>OpenAL plugin library</description>
<filename>../../ext/openal/.libs/libgstopenal.so</filename> <filename>../../ext/openal/.libs/libgstopenal.so</filename>
<basename>libgstopenal.so</basename> <basename>libgstopenal.so</basename>
<version>1.7.1</version> <version>1.7.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>

View file

@ -3,7 +3,7 @@
<description>GStreamer OpenCV Plugins</description> <description>GStreamer OpenCV Plugins</description>
<filename>../../ext/opencv/.libs/libgstopencv.so</filename> <filename>../../ext/opencv/.libs/libgstopencv.so</filename>
<basename>libgstopencv.so</basename> <basename>libgstopencv.so</basename>
<version>1.7.1</version> <version>1.7.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>
@ -83,13 +83,13 @@
<name>sink</name> <name>sink</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>video/x-raw, format=(string)GRAY8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> <details>video/x-raw, format=(string)RGB, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps> </caps>
<caps> <caps>
<name>src</name> <name>src</name>
<direction>source</direction> <direction>source</direction>
<presence>always</presence> <presence>always</presence>
<details>video/x-raw, format=(string)GRAY16_LE, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> <details>video/x-raw, format=(string)RGB, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps> </caps>
</pads> </pads>
</element> </element>
@ -125,13 +125,13 @@
<name>sink</name> <name>sink</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>video/x-raw, format=(string)GRAY8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> <details>video/x-raw, format=(string)RGB, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps> </caps>
<caps> <caps>
<name>src</name> <name>src</name>
<direction>source</direction> <direction>source</direction>
<presence>always</presence> <presence>always</presence>
<details>video/x-raw, format=(string)GRAY16_LE, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> <details>video/x-raw, format=(string)RGB, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps> </caps>
</pads> </pads>
</element> </element>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.2</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-bad</source> <source>gst-plugins-bad</source>
<package>GStreamer</package> <package>GStreamer</package>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.2</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-bad</source> <source>gst-plugins-bad</source>
<package>GStreamer</package> <package>GStreamer</package>

View file

@ -3,7 +3,7 @@
<description>Connects to a VNC server and decodes RFB stream</description> <description>Connects to a VNC server and decodes RFB stream</description>
<filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename> <filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename>
<basename>libgstrfbsrc.so</basename> <basename>libgstrfbsrc.so</basename>
<version>1.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -3,7 +3,7 @@
<description>Audio Pitch Controller &amp; BPM Detection</description> <description>Audio Pitch Controller &amp; 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.7.1</version> <version>1.7.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>

View file

@ -3,7 +3,7 @@
<description>libspandsp plugin</description> <description>libspandsp plugin</description>
<filename>../../ext/spandsp/.libs/libgstspandsp.so</filename> <filename>../../ext/spandsp/.libs/libgstspandsp.so</filename>
<basename>libgstspandsp.so</basename> <basename>libgstspandsp.so</basename>
<version>1.7.1</version> <version>1.7.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>
@ -51,5 +51,20 @@
</caps> </caps>
</pads> </pads>
</element> </element>
<element>
<name>tonegeneratesrc</name>
<longname>Telephony Tone Generator source</longname>
<class>Source/Audio</class>
<description>Creates telephony signals of given frequency, volume, cadence</description>
<author>Iskratel &lt;www.iskratel.com&gt;</author>
<pads>
<caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)8000, channels=(int)1</details>
</caps>
</pads>
</element>
</elements> </elements>
</plugin> </plugin>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

@ -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.7.1</version> <version>1.7.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>

View file

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

View file

@ -33,6 +33,16 @@ real live maintainer, or some actual wide use.
</GitRepository> </GitRepository>
</repository> </repository>
<release>
<Version>
<revision>1.7.2</revision>
<branch>master</branch>
<name></name>
<created>2016-02-19</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.7.2.tar.xz" />
</Version>
</release>
<release> <release>
<Version> <Version>
<revision>1.7.1</revision> <revision>1.7.1</revision>

View file

@ -31,12 +31,6 @@
language is requested. */ language is requested. */
#undef ENABLE_NLS #undef ENABLE_NLS
/* The x in 2.x */
#undef FAAD2_MINOR_VERSION
/* Define if AAC is using new api prefix */
#undef FAAD_IS_NEAAC
/* gettext package name */ /* gettext package name */
#define GETTEXT_PACKAGE "gst-plugins-bad-1.0" #define GETTEXT_PACKAGE "gst-plugins-bad-1.0"
@ -95,7 +89,7 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin" #define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */ /* GStreamer package release date/time for plugins as YYYY-MM-DD */
#define GST_PACKAGE_RELEASE_DATETIME "2015-12-24" #define GST_PACKAGE_RELEASE_DATETIME "2016-02-19"
/* Define if static plugins should be built */ /* Define if static plugins should be built */
#undef GST_PLUGIN_BUILD_STATIC #undef GST_PLUGIN_BUILD_STATIC
@ -244,7 +238,7 @@
/* Define to enable AAC encoder plug-in (used by faac). */ /* Define to enable AAC encoder plug-in (used by faac). */
#undef HAVE_FAAC #undef HAVE_FAAC
/* Define to enable AAC decoder plug-in (used by faad). */ /* Define to enable FAAD2 AAC decoder plug-in (used by faad). */
#undef HAVE_FAAD #undef HAVE_FAAD
/* Define to enable linux framebuffer (used by fbdevsink). */ /* Define to enable linux framebuffer (used by fbdevsink). */
@ -280,6 +274,9 @@
/* Define to 1 if the system has the type `GLeglImageOES'. */ /* Define to 1 if the system has the type `GLeglImageOES'. */
#undef HAVE_GLEGLIMAGEOES #undef HAVE_GLEGLIMAGEOES
/* Define to 1 if the system has the type `GLint64'. */
#undef HAVE_GLINT64
/* Define to 1 if the system has the type `GLintptr'. */ /* Define to 1 if the system has the type `GLintptr'. */
#undef HAVE_GLINTPTR #undef HAVE_GLINTPTR
@ -301,9 +298,6 @@
/* Use graphene */ /* Use graphene */
#undef HAVE_GRAPHENE #undef HAVE_GRAPHENE
/* Define to enable GSettings plugin (used by gsettings). */
#undef HAVE_GSETTINGS
/* Define to enable GSM library (used by gsmenc gsmdec). */ /* Define to enable GSM library (used by gsmenc gsmdec). */
#undef HAVE_GSM #undef HAVE_GSM
@ -385,9 +379,6 @@
/* Define to enable mpeg2enc (used by mpeg2enc). */ /* Define to enable mpeg2enc (used by mpeg2enc). */
#undef HAVE_MPEG2ENC #undef HAVE_MPEG2ENC
/* Define to enable mpg123 audio decoder (used by mpg123). */
#undef HAVE_MPG123
/* Define to enable mplex (used by mplex). */ /* Define to enable mplex (used by mplex). */
#undef HAVE_MPLEX #undef HAVE_MPLEX
@ -537,9 +528,6 @@
/* Define to enable rsvg decoder (used by rsvg). */ /* Define to enable rsvg decoder (used by rsvg). */
#undef HAVE_RSVG #undef HAVE_RSVG
/* Have RSVG 2.36.2 or newer */
#undef HAVE_RSVG_2_36_2
/* Define to enable rtmp library (used by rtmp). */ /* Define to enable rtmp library (used by rtmp). */
#undef HAVE_RTMP #undef HAVE_RTMP
@ -621,6 +609,9 @@
/* Define to enable timidity midi soft synth plugin (used by timidity). */ /* Define to enable timidity midi soft synth plugin (used by timidity). */
#undef HAVE_TIMIDITY #undef HAVE_TIMIDITY
/* Define to enable tinyalsa (used by tinyalsa). */
#undef HAVE_TINYALSA
/* Define to 1 if you have the <unistd.h> header file. */ /* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H #undef HAVE_UNISTD_H
@ -648,6 +639,9 @@
/* Define to enable vo-amrwbenc library (used by vo-amrwbenc). */ /* Define to enable vo-amrwbenc library (used by vo-amrwbenc). */
#undef HAVE_VOAMRWBENC #undef HAVE_VOAMRWBENC
/* Define to enable Vulkan elements (used by vulkan). */
#undef HAVE_VULKAN
/* Define to enable WASAPI plug-in (used by wasapi). */ /* Define to enable WASAPI plug-in (used by wasapi). */
#undef HAVE_WASAPI #undef HAVE_WASAPI
@ -715,8 +709,7 @@
/* gettext locale dir */ /* gettext locale dir */
#define LOCALEDIR PREFIX "\\share\\locale" #define LOCALEDIR PREFIX "\\share\\locale"
/* Define to the sub-directory in which libtool stores uninstalled libraries. /* Define to the sub-directory where libtool stores uninstalled libraries. */
*/
#undef LT_OBJDIR #undef LT_OBJDIR
/* Define if the old MusePack API is used */ /* Define if the old MusePack API is used */
@ -738,7 +731,7 @@
#define PACKAGE_NAME "GStreamer Bad Plug-ins" #define PACKAGE_NAME "GStreamer Bad Plug-ins"
/* Define to the full name and version of this package. */ /* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer Bad Plug-ins 1.7.1" #define PACKAGE_STRING "GStreamer Bad Plug-ins 1.7.2"
/* Define to the one symbol short name of this package. */ /* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-bad" #define PACKAGE_TARNAME "gst-plugins-bad"
@ -747,7 +740,7 @@
#undef PACKAGE_URL #undef PACKAGE_URL
/* Define to the version of this package. */ /* Define to the version of this package. */
#define PACKAGE_VERSION "1.7.1" #define PACKAGE_VERSION "1.7.2"
/* directory where plugins are located */ /* directory where plugins are located */
#ifdef _DEBUG #ifdef _DEBUG
@ -791,7 +784,7 @@
#undef USE_EGL_RPI #undef USE_EGL_RPI
/* Version number of package */ /* Version number of package */
#define VERSION "1.7.1" #define VERSION "1.7.2"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */ significant byte first (like Motorola and SPARC, unlike Intel). */