Release 0.10.19

This commit is contained in:
Tim-Philipp Müller 2010-05-31 02:10:58 +01:00
parent faa3ae4bd0
commit cc058612ec
106 changed files with 4842 additions and 2440 deletions

3191
ChangeLog

File diff suppressed because it is too large Load diff

85
NEWS
View file

@ -1,4 +1,87 @@
This is GStreamer Bad Plug-ins 0.10.18, "Diminishing Returns" This is GStreamer Bad Plug-ins 0.10.19, "The World Kicked Back"
Changes since 0.10.18:
* audioparsers: add bitrate calculation
* camerabin: add API to query supported image capture resolution
* camerabin: add block-after-capture property for viewfinder blocking
* camerabin: add video-capture-width/height/framerate properties
* camerabin: add video-source-filter and viewfinder-filter properties
* capssetter: element was moved to gst-plugins-good
* cogcolorspace: implement color-matrix handling and chroma-site
* dc1394: add iso-speed property
* dshowvideosrc: add support for YUY2 input format
* festival: don't open an infinite number of connections to the server and close connections
* h264parse: fix writing NALU prefix for byte-stream output format
* h264parse: fix wrong timestamps in some cases after seeking
* imagefreeze: plugin was moved to gst-plugins-good
* invtelecine: add invtelecine element
* jackaudiosrc: implement multichannel support
* jpegformat: add xmp reading and writing support
* ladspa, lv2: don't fail in plugin_init when having 0 elements (which would cause the plugin to get blacklisted)
* mmssrc: Check URI for validity and work around URI parsing bugs in libmms
* mmssrc: Use the escaped location for the RTSP redirect message
* mpegtsdemux: add support for Blu-Ray style DTS and the two DTS HD stream types
* mpegtsparse: parse TDT table in mpegts
* mpegvideoparse: export profile and level in caps; estimate bitrate; update caps when sequence header changes
* oss4: plugin was moved to gst-plugins-good
* qtmux: add support for the VP8 video codec and XMP tags
* segmentclip: add audio/video buffer segment clip elements
* vcdsrc: support the DVD URI scheme so a device can be specified via the URI
* vp8: add libvpx-based VP8 encoder/decoder (NB: encoder properties/API not fully stable yet; also, this plugin may not be compatible with GPLv2-only applications)
Bugs fixed since 0.10.18:
* 340986 : [vcdsrc] plugin not auto-plugged, and weird URI handling
* 572551 : mpeg4videoparse fails to extract codec_data from this network camera video stream
* 603745 : [dc1394src] add " iso-speed " property
* 611302 : [imagefreeze] Add still frame stream generator
* 612208 : [soundtouch] [pitch] Removing annoying g_print
* 612331 : inputselector: linkage flags are incorrect
* 612454 : fix compile errors in latest gst-plugins-bad
* 612615 : [camerabin] video bin elements in wrong state when recording
* 612687 : [mpegvideoparse] Update caps when sequence header changes
* 612757 : Unable to build gst-plugins-bad with Sun Studio compiler
* 613156 : cog can't be built against libpng 1.4.x
* 613160 : [cogcolorspace] RGB- > I420 conversion adds green vertical bar at the right border
* 613332 : [cog] generate_tables generates invalid tables for YUV- > RGB
* 613708 : [dshowvideosrc][PATCH] Add support for YUY2 format
* 613758 : More build warnings on OS X
* 613795 : libmodplug's public header requires WORDS_BIGENDIAN
* 613920 : audioparsers: Add bitrate calculation to baseparse
* 614016 : [baseparse] NEWSEGMENT event sent with wrong start and position time
* 614037 : flacparse: Fix buffer refcount issue
* 614259 : mpegtsdemux: can't detect DTS audio
* 614349 : [mpegtsparse] assertion gst_buffer_is_metadata_writable (buffer) failed
* 614475 : [dvbsrc] Wrong property types for frequency and symbol rate
* 614479 : [mpegtspacketizer] Use CRC to check if tables are duplicate
* 614591 : [h264parse] Not cleaning internal state properly for reuse
* 614958 : [camerabin] Replace actions with properties for setting parameters
* 614991 : baseparse: Don't emit bitrate tags too early
* 616078 : mpegvideoparse: Export profile and level in caps
* 616541 : jackaudiosrc/sink needs to set layout on caps
* 617145 : Compile mplex element with with --enable-runtime-pseudo-reloc-v2 on Windows
* 617146 : Lots of printf string format warnings on Windows
* 617331 : More warnings in -bad
* 617650 : [mmssrc] should check location
* 618044 : [cogcolorspace] I420/YV12 - > packed 4:2:2 gives assertions
* 618388 : [frei0r] Boolean values can't be set from gst-launch [PATCH]
* 618409 : jackaudiosrc: improve process callback
* 618527 : festival plugin does not close connections to server
* 618710 : [resindvd] Needs to check for libdvdread too
* 618867 : Remove gst-plugins-bad/ext/polyp ?
* 619064 : h264parse: broken timestamps after seeking
* 619169 : [vp8enc] Limit DEFAULT_MAX_LATENCY to 25 to match libvpx
* 619172 : [vp8] exclude dec/enc based on CONFIG_VP8_DECODER/ENCODER
* 619290 : [vp8] add mode property to switch between CBR/VBR
* 619317 : [vp8] Encoder thread support
* 619318 : [vp8] Decoder QoS (avoid memcpy)
* 619344 : [vp8enc] Use GST_VIDEO_CAPS_YUV instead of handwritten YUV caps
* 619444 : [mpegtsparse] Memory leak in mpegts_packetizer_parse_pmt
* 619502 : [mpegvideoparse] segfault because of access to a NULL buffer gotten from mpeg_packetizer_get_block
* 619617 : [h264parse] leaks memory
* 619916 : [vp8enc] Doesn't skip non-frame packets correctly
* 614317 : [oss4] should always accept PCM in native endianness even if the hardware doesn't
Changes since 0.10.17: Changes since 0.10.17:

218
RELEASE
View file

@ -1,5 +1,5 @@
Release notes for GStreamer Bad Plug-ins 0.10.18 "Diminishing Returns" Release notes for GStreamer Bad Plug-ins 0.10.19 "The World Kicked Back"
@ -60,103 +60,86 @@ contains a set of well-supported plug-ins, but might pose problems for
Features of this release Features of this release
* aacparse: lots of fixes, now based on common baseparser class and merged into audioparser plugin * audioparsers: add bitrate calculation
* ac3parse: new AC3 parser element based on common baseparser class and part of new audioparser plugin * camerabin: add API to query supported image capture resolution
* adpcmenc: new adpcm encoder element * camerabin: add block-after-capture property for viewfinder blocking
* aiffmux: new aiff muxer element * camerabin: add video-capture-width/height/framerate properties
* amrparse: use (default) time handling of baseparser class, merged into audioparser plugin * camerabin: add video-source-filter and viewfinder-filter properties
* apexsink: change volume property to a double to make work with playbin2 * capssetter: element was moved to gst-plugins-good
* asfmux: handle streams with different start times * cogcolorspace: implement color-matrix handling and chroma-site
* asfmux: improve compatibility with WMSP in WMP * dc1394: add iso-speed property
* asfmux, rfbsrc, vmnc, mpegdemux, resindvd: fix alignment and endianness issues * dshowvideosrc: add support for YUY2 input format
* assrender: countless fixes and improvements * festival: don't open an infinite number of connections to the server and close connections
* audioparsers: rename baseparse GType name to avoid possible conflicts * h264parse: fix writing NALU prefix for byte-stream output format
* audioparsers: fix seek handling, newsegment sending, push mode data draining * h264parse: fix wrong timestamps in some cases after seeking
* celt: make compile against earlier CELT versions * imagefreeze: plugin was moved to gst-plugins-good
* configure: call $PKG_CONFIG instead of pkg-config to fix cross compilation * invtelecine: add invtelecine element
* dataurisrc: new source element for data:// URIs * jackaudiosrc: implement multichannel support
* faac: lots of fixes (channel layout, output caps, bps estimation etc.) * jpegformat: add xmp reading and writing support
* flacparse: fix multiple channel frame parsing; merged into new audioparser plugin * ladspa, lv2: don't fail in plugin_init when having 0 elements (which would cause the plugin to get blacklisted)
* fpsdisplaysink: expose video sink using a property * mmssrc: Check URI for validity and work around URI parsing bugs in libmms
* h264parse: Correctly rewrite all nal prefixes * mmssrc: Use the escaped location for the RTSP redirect message
* h264parse: fix caps parameters setting, framerate calculation * mpegtsdemux: add support for Blu-Ray style DTS and the two DTS HD stream types
* h264parse: fix regression in output buffer timestamping * mpegtsparse: parse TDT table in mpegts
* h264parse: optionally output AUs rather than NALUs or transform from bytestream to sample format and vice versa * mpegvideoparse: export profile and level in caps; estimate bitrate; update caps when sequence header changes
* h264parse: parse SPS some more (e.g. for width/height) * oss4: plugin was moved to gst-plugins-good
* ivorbisdec: moved to -base (to reuse same codebase as vorbisdec) * qtmux: add support for the VP8 video codec and XMP tags
* jpegformat: new jifmux element * segmentclip: add audio/video buffer segment clip elements
* jpegparse: new jpeg parser element (not autoplugged for now) * vcdsrc: support the DVD URI scheme so a device can be specified via the URI
* mmssrc: post error message in addition to redirect when connect fails * vp8: add libvpx-based VP8 encoder/decoder (NB: encoder properties/API not fully stable yet; also, this plugin may not be compatible with GPLv2-only applications)
* mpegtsdemux: Handle eac3 in PMT
* mpegtsmux: add pat-interval and pmt-interval properties
* mpegtsmux: Do not crash on misinterpreted h264
* mpegtsmux: Fix mistake on previous commit
* mpegtsmux: fix PAT/PMT insertion frequency, add PAT/PMT in streamheader
* mpegtsmux: mark delta-unit on outgoing buffers
* qtmux: add moov recovery feature (to finalise recording after crash or so)
* qtmux: improves compatibility with some hardware players
* qtmux: add support for ALAC, SVQ3, IMA ADPCM; improve j2k handling
* qtmux: misc. tag writing fixes: write all udta children atoms; crash less
* shapewipe: moved to -bad
* vdpau: lots of fixes and refactoring
Bugs fixed in this release Bugs fixed in this release
* 606657 : mpegtsmux crashes with h264parse in byte-stream mode * 340986 : [vcdsrc] plugin not auto-plugged, and weird URI handling
* 607513 : input-selector segfaults in g_object_notify() * 572551 : mpeg4videoparse fails to extract codec_data from this network camera video stream
* 440476 : RhythmBox displays an incorrect track length for .aac files. * 603745 : [dc1394src] add " iso-speed " property
* 530513 : [h264parse] no width and height in output caps * 611302 : [imagefreeze] Add still frame stream generator
* 563433 : implement h264parse AVC output * 612208 : [soundtouch] [pitch] Removing annoying g_print
* 575878 : assrender searches entire current working directory when searching for fonts to use * 612331 : inputselector: linkage flags are incorrect
* 583098 : Add jpegparse element * 612454 : fix compile errors in latest gst-plugins-bad
* 598350 : qtmux with AAC streams (from faac) generate invalid files * 612615 : [camerabin] video bin elements in wrong state when recording
* 598682 : make check fails due to fpsdisplaysink if xvimagesink does not exist * 612687 : [mpegvideoparse] Update caps when sequence header changes
* 598916 : qtmux: support more of j2k * 612757 : Unable to build gst-plugins-bad with Sun Studio compiler
* 600409 : tremor/ivorbis: should pack result smarter * 613156 : cog can't be built against libpng 1.4.x
* 601108 : gst-camera requires glade * 613160 : [cogcolorspace] RGB- > I420 conversion adds green vertical bar at the right border
* 601417 : Problem compiling gst-plugins-bad 0.10.16 * 613332 : [cog] generate_tables generates invalid tables for YUV- > RGB
* 602161 : bad .17 VPATH build fix * 613708 : [dshowvideosrc][PATCH] Add support for YUY2 format
* 602465 : gst/dtmf/tone_detect.h incompatible with MSVC * 613758 : More build warnings on OS X
* 602524 : frei0r: GST_EXTRA_MODULE_SUFFIX never defined * 613795 : libmodplug's public header requires WORDS_BIGENDIAN
* 602528 : lv2: vocoder plugin breaks gstreamer * 613920 : audioparsers: Add bitrate calculation to baseparse
* 603938 : assrender cannot load font attachments in Matroska container * 614016 : [baseparse] NEWSEGMENT event sent with wrong start and position time
* 603983 : gstdshowvideosink leaking DirectShow objects * 614037 : flacparse: Fix buffer refcount issue
* 603986 : gstdshowvideosink not releasing the filter media event interface * 614259 : mpegtsdemux: can't detect DTS audio
* 604099 : rtpmux: Make sure to call release_pad() when the element is disposed * 614349 : [mpegtsparse] assertion gst_buffer_is_metadata_writable (buffer) failed
* 604101 : rtpmux: update the current_ssrc from the caps * 614475 : [dvbsrc] Wrong property types for frequency and symbol rate
* 604280 : fpsdisplaysink: allow access to internal video sink used * 614479 : [mpegtspacketizer] Use CRC to check if tables are duplicate
* 604311 : gst-plugins-bad: fails to build against libcelt 0.4.0 * 614591 : [h264parse] Not cleaning internal state properly for reuse
* 604908 : [mpegtsmux] mark delta-unit on outgoing buffers * 614958 : [camerabin] Replace actions with properties for setting parameters
* 604925 : qtmux shouldn't accept adts aac * 614991 : baseparse: Don't emit bitrate tags too early
* 605720 : modplug: Add 32-bit depth caps * 616078 : mpegvideoparse: Export profile and level in caps
* 605721 : modplug: Allow 1-channel output for 16 and 32 bit depth too * 616541 : jackaudiosrc/sink needs to set layout on caps
* 605904 : mpegtsdemux doesn't handle e-ac-3 in PMT * 617145 : Compile mplex element with with --enable-runtime-pseudo-reloc-v2 on Windows
* 606371 : mpegdemux2 plugin doesn't work on some ARM CPU due to the guint32*'s alignment * 617146 : Lots of printf string format warnings on Windows
* 606636 : [mmssrc] no error message when connect to server fails * 617331 : More warnings in -bad
* 606665 : error: " __MSVCRT_VERSION__ " redefined * 617650 : [mmssrc] should check location
* 606677 : Port librdf (rdfsrc) to Windows * 618044 : [cogcolorspace] I420/YV12 - > packed 4:2:2 gives assertions
* 606726 : FAAC bitrate setting has no effect * 618388 : [frei0r] Boolean values can't be set from gst-launch [PATCH]
* 606859 : Get mp4mux request pad during decodebin2's new-decoded-pad event fails. * 618409 : jackaudiosrc: improve process callback
* 607105 : faac doesn't negotiate channel positions correctly * 618527 : festival plugin does not close connections to server
* 607285 : cdxaparse leaks memory * 618710 : [resindvd] Needs to check for libdvdread too
* 607555 : asfmux plugin generates data streams incompatible with WMSP (MMSH) and WMP * 618867 : Remove gst-plugins-bad/ext/polyp ?
* 607747 : [dvbsrc] Pipeline does not stop when reception is very bad * 619064 : h264parse: broken timestamps after seeking
* 608042 : [camerabin-example] v4l2 device busy after setting back to ready and changing the mode * 619169 : [vp8enc] Limit DEFAULT_MAX_LATENCY to 25 to match libvpx
* 608651 : dshowvideosink.cpp crash * 619172 : [vp8] exclude dec/enc based on CONFIG_VP8_DECODER/ENCODER
* 608706 : assrender recursively scans directories for fonts * 619290 : [vp8] add mode property to switch between CBR/VBR
* 608751 : [assrender] Random crashes because libass is not threadsafe * 619317 : [vp8] Encoder thread support
* 608753 : assrender: use more compatible hinting method * 619318 : [vp8] Decoder QoS (avoid memcpy)
* 608896 : mpegtsmux: PAT/PMT interval fixes * 619344 : [vp8enc] Use GST_VIDEO_CAPS_YUV instead of handwritten YUV caps
* 608998 : [jpegparse] unit test fails * 619444 : [mpegtsparse] Memory leak in mpegts_packetizer_parse_pmt
* 609055 : [qtmux - mp4mux] crash when setting * 619502 : [mpegvideoparse] segfault because of access to a NULL buffer gotten from mpeg_packetizer_get_block
* 609215 : [rsvg] fix compilation with MSVC * 619617 : [h264parse] leaks memory
* 609478 : [faad] SIGSEGV when caps contains codec_data=(buffer)NULL * 619916 : [vp8enc] Doesn't skip non-frame packets correctly
* 164870 : PNM [en,de]coder * 614317 : [oss4] should always accept PCM in native endianness even if the hardware doesn't
* 383478 : Need ac3 parser to support seeking in unframed .ac3 files
* 606878 : [apexsink] crashes when changing volume in rhythmbox
* 580731 : qtmux needs mapping for ALAC
* 587922 : qtmux lacks mapping for Sorenson Video v3
* 601576 : qtmux feature: moov recovery
Download Download
@ -185,49 +168,38 @@ Applications
Contributors to this release Contributors to this release
* Carsten Kroll * Adam Endrodi
* Alessandro Decina * Alessandro Decina
* Arnaud Patard * Andoni Morales
* Arnout Vandecappelle * Arun Raghavan
* Bastien Nocera
* Benjamin Otte * Benjamin Otte
* Brian Cameron
* Carl-Anton Ingmarsson * Carl-Anton Ingmarsson
* Christian Schaller
* David Hoyt
* David Schleef * David Schleef
* Edward Hervey * Edward Hervey
* Eric Appleman * Ivan Zderadicka
* Grigori Goronzy
* Håkon Skjelten
* Håvard Graff
* Jan Schmidt * Jan Schmidt
* Javier Jardón * Joshua M. Doe
* Julien Moutte
* Kaj-Michael Lang
* Kipp Cannon
* Lasse Laukkanen * Lasse Laukkanen
* Linqiang Pu
* Marc-André Lureau
* Mark Nauwelaerts * Mark Nauwelaerts
* Michael Smith
* Olivier Crête * Olivier Crête
* Peter van Hardenberg * Philip Jägenstedt
* Philippe Normand * Raimo Järvi
* René Stadler * René Stadler
* Rob Clark
* Sebastian Dröge * Sebastian Dröge
* Sebastian Pölsterl
* Shenghua Liu
* Stefan Kost * Stefan Kost
* Stephen Depooter
* Stephen McNamara
* Teemu Katajisto * Teemu Katajisto
* Thiago Santos * Thiago Santos
* Thiago Sousa Santos * Tiago Katcipis
* Thijs Vermeir
* Thomas Vander Stichele
* Tim-Philipp Müller * Tim-Philipp Müller
* Vincent GENIEUX * Tommi Myöhänen
* Vincent Penquerc'h * Tristan Matthews
* Víctor Manuel Jáquez Leal
* Wim Taymans * Wim Taymans
* Xavier Queralt Mateu * Zaheer Abbas Merali
* Yaakov Selkowitz
* unknown
* Руслан Ижбулатов * Руслан Ижбулатов
   

View file

@ -3,7 +3,7 @@ AC_PREREQ(2.52)
dnl initialize autoconf dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right ! dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too dnl releases only do Wall, cvs and prerelease does Werror too
AC_INIT(GStreamer Bad Plug-ins, 0.10.18.3, AC_INIT(GStreamer Bad Plug-ins, 0.10.19,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-bad) gst-plugins-bad)

View file

@ -1700,8 +1700,8 @@
<ARG> <ARG>
<NAME>GstDvbSrc::frequency</NAME> <NAME>GstDvbSrc::frequency</NAME>
<TYPE>gint</TYPE> <TYPE>guint</TYPE>
<RANGE>>= 0</RANGE> <RANGE></RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>frequency</NICK> <NICK>frequency</NICK>
<BLURB>Frequency.</BLURB> <BLURB>Frequency.</BLURB>
@ -1730,8 +1730,8 @@
<ARG> <ARG>
<NAME>GstDvbSrc::symbol-rate</NAME> <NAME>GstDvbSrc::symbol-rate</NAME>
<TYPE>gint</TYPE> <TYPE>guint</TYPE>
<RANGE>>= 0</RANGE> <RANGE></RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>symbol rate</NICK> <NICK>symbol rate</NICK>
<BLURB>Symbol Rate (DVB-S, DVB-C).</BLURB> <BLURB>Symbol Rate (DVB-S, DVB-C).</BLURB>
@ -17840,8 +17840,8 @@
<ARG> <ARG>
<NAME>DvbBaseBin::frequency</NAME> <NAME>DvbBaseBin::frequency</NAME>
<TYPE>gint</TYPE> <TYPE>guint</TYPE>
<RANGE>>= 0</RANGE> <RANGE></RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>frequency</NICK> <NICK>frequency</NICK>
<BLURB>Frequency.</BLURB> <BLURB>Frequency.</BLURB>
@ -17930,8 +17930,8 @@
<ARG> <ARG>
<NAME>DvbBaseBin::symbol-rate</NAME> <NAME>DvbBaseBin::symbol-rate</NAME>
<TYPE>gint</TYPE> <TYPE>guint</TYPE>
<RANGE>>= 0</RANGE> <RANGE></RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>symbol rate</NICK> <NICK>symbol rate</NICK>
<BLURB>Symbol Rate (DVB-S, DVB-C).</BLURB> <BLURB>Symbol Rate (DVB-S, DVB-C).</BLURB>
@ -22933,6 +22933,86 @@
<DEFAULT>Enable source crop and scale|Enable scale for viewfinder|Enable colorspace conversion for still image</DEFAULT> <DEFAULT>Enable source crop and scale|Enable scale for viewfinder|Enable colorspace conversion for still image</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstCameraBin::block-after-capture</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Block viewfinder after capture</NICK>
<BLURB>Block viewfinder after capturing an image or video.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG>
<NAME>GstCameraBin::image-capture-height</NAME>
<TYPE>gint</TYPE>
<RANGE>[0,32767]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>The height used for image capture</NICK>
<BLURB>The height used for image capture.</BLURB>
<DEFAULT>600</DEFAULT>
</ARG>
<ARG>
<NAME>GstCameraBin::image-capture-width</NAME>
<TYPE>gint</TYPE>
<RANGE>[0,32767]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>The width used for image capture</NICK>
<BLURB>The width used for image capture.</BLURB>
<DEFAULT>800</DEFAULT>
</ARG>
<ARG>
<NAME>GstCameraBin::video-capture-framerate</NAME>
<TYPE>GstFraction</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>The framerate used for video capture</NICK>
<BLURB>The framerate used for video capture.</BLURB>
<DEFAULT></DEFAULT>
</ARG>
<ARG>
<NAME>GstCameraBin::video-capture-height</NAME>
<TYPE>gint</TYPE>
<RANGE>[0,32767]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>The height used for video capture</NICK>
<BLURB>The height used for video capture.</BLURB>
<DEFAULT>600</DEFAULT>
</ARG>
<ARG>
<NAME>GstCameraBin::video-capture-width</NAME>
<TYPE>gint</TYPE>
<RANGE>[0,32767]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>The width used for video capture</NICK>
<BLURB>The width used for video capture.</BLURB>
<DEFAULT>800</DEFAULT>
</ARG>
<ARG>
<NAME>GstCameraBin::video-source-filter</NAME>
<TYPE>GstElement*</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>video source filter element</NICK>
<BLURB>Optional video filter GStreamer element, filters all frames fromthe video source.</BLURB>
<DEFAULT></DEFAULT>
</ARG>
<ARG>
<NAME>GstCameraBin::viewfinder-filter</NAME>
<TYPE>GstElement*</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>viewfinder filter element</NICK>
<BLURB>viewfinder filter GStreamer element.</BLURB>
<DEFAULT></DEFAULT>
</ARG>
<ARG> <ARG>
<NAME>GstDTMFSrc::interval</NAME> <NAME>GstDTMFSrc::interval</NAME>
<TYPE>guint</TYPE> <TYPE>guint</TYPE>
@ -26200,7 +26280,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>physics</NICK> <NICK>physics</NICK>
<BLURB>water density: from 1 to 4.</BLURB> <BLURB>water density: from 1 to 4.</BLURB>
<DEFAULT>1.20954e-312</DEFAULT> <DEFAULT>0</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -26240,7 +26320,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>splash</NICK> <NICK>splash</NICK>
<BLURB>make a big splash in the center.</BLURB> <BLURB>make a big splash in the center.</BLURB>
<DEFAULT>1.20954e-312</DEFAULT> <DEFAULT>4.77831e-299</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -26250,7 +26330,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>splash</NICK> <NICK>splash</NICK>
<BLURB>make a big splash in the center.</BLURB> <BLURB>make a big splash in the center.</BLURB>
<DEFAULT>1.23076e-312</DEFAULT> <DEFAULT>0</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -26280,7 +26360,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>ratiox</NICK> <NICK>ratiox</NICK>
<BLURB>x-ratio.</BLURB> <BLURB>x-ratio.</BLURB>
<DEFAULT>4.54199e-317</DEFAULT> <DEFAULT>8.0843e+44</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -26290,7 +26370,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>ratioy</NICK> <NICK>ratioy</NICK>
<BLURB>y-ratio.</BLURB> <BLURB>y-ratio.</BLURB>
<DEFAULT>6.2478e-317</DEFAULT> <DEFAULT>9.3207e+68</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -26300,7 +26380,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>DelayTime</NICK> <NICK>DelayTime</NICK>
<BLURB>the delay time.</BLURB> <BLURB>the delay time.</BLURB>
<DEFAULT>0</DEFAULT> <DEFAULT>-5.83169e+303</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -26330,7 +26410,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Color</NICK> <NICK>Color</NICK>
<BLURB>the color of the image.</BLURB> <BLURB>the color of the image.</BLURB>
<DEFAULT>1.76852e-38</DEFAULT> <DEFAULT>0</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -26350,7 +26430,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Color-R</NICK> <NICK>Color-R</NICK>
<BLURB>the color of the image.</BLURB> <BLURB>the color of the image.</BLURB>
<DEFAULT>1.28823e-38</DEFAULT> <DEFAULT>0</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -26870,7 +26950,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>blend</NICK> <NICK>blend</NICK>
<BLURB>blend factor.</BLURB> <BLURB>blend factor.</BLURB>
<DEFAULT>6.12021e-317</DEFAULT> <DEFAULT>6.09249e+247</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -27060,7 +27140,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>HSync</NICK> <NICK>HSync</NICK>
<BLURB>the hsync offset.</BLURB> <BLURB>the hsync offset.</BLURB>
<DEFAULT>0</DEFAULT> <DEFAULT>7.49232e+247</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -27069,7 +27149,7 @@
<RANGE></RANGE> <RANGE></RANGE>
<FLAGS>rwx</FLAGS> <FLAGS>rwx</FLAGS>
<NICK>Is Live</NICK> <NICK>Is Live</NICK>
<BLURB>If this stream should be threated as a live, meaning that it doesn't need indexes nor late update of headers.</BLURB> <BLURB>Whether this stream should be treated as a live stream, meaning that it doesn't need an index or header updates when done.</BLURB>
<DEFAULT>FALSE</DEFAULT> <DEFAULT>FALSE</DEFAULT>
</ARG> </ARG>
@ -27490,7 +27570,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>bitrate</NICK> <NICK>bitrate</NICK>
<BLURB>bitrate.</BLURB> <BLURB>bitrate.</BLURB>
<DEFAULT>13824000</DEFAULT> <DEFAULT>0</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -27590,7 +27670,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>enable_multiquant</NICK> <NICK>enable_multiquant</NICK>
<BLURB>enable_multiquant.</BLURB> <BLURB>enable_multiquant.</BLURB>
<DEFAULT>TRUE</DEFAULT> <DEFAULT>FALSE</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -27676,11 +27756,11 @@
<ARG> <ARG>
<NAME>GstSchroEnc::horiz-slices</NAME> <NAME>GstSchroEnc::horiz-slices</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE>>= 1</RANGE> <RANGE>>= 0</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>horiz_slices</NICK> <NICK>horiz_slices</NICK>
<BLURB>horiz_slices.</BLURB> <BLURB>horiz_slices.</BLURB>
<DEFAULT>8</DEFAULT> <DEFAULT>0</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -27690,7 +27770,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>inter_wavelet</NICK> <NICK>inter_wavelet</NICK>
<BLURB>inter_wavelet.</BLURB> <BLURB>inter_wavelet.</BLURB>
<DEFAULT>le_gall_5_3</DEFAULT> <DEFAULT>desl_dubuc_9_7</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -27780,7 +27860,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>magic_chroma_lambda_scale</NICK> <NICK>magic_chroma_lambda_scale</NICK>
<BLURB>magic_chroma_lambda_scale.</BLURB> <BLURB>magic_chroma_lambda_scale.</BLURB>
<DEFAULT>0.01</DEFAULT> <DEFAULT>0.1</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -27880,7 +27960,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>magic_scene_change_threshold</NICK> <NICK>magic_scene_change_threshold</NICK>
<BLURB>magic_scene_change_threshold.</BLURB> <BLURB>magic_scene_change_threshold.</BLURB>
<DEFAULT>0.2</DEFAULT> <DEFAULT>3</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -28050,17 +28130,17 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>transform_depth</NICK> <NICK>transform_depth</NICK>
<BLURB>transform_depth.</BLURB> <BLURB>transform_depth.</BLURB>
<DEFAULT>4</DEFAULT> <DEFAULT>3</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
<NAME>GstSchroEnc::vert-slices</NAME> <NAME>GstSchroEnc::vert-slices</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE>>= 1</RANGE> <RANGE>>= 0</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>vert_slices</NICK> <NICK>vert_slices</NICK>
<BLURB>vert_slices.</BLURB> <BLURB>vert_slices.</BLURB>
<DEFAULT>6</DEFAULT> <DEFAULT>0</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -28083,6 +28163,146 @@
<DEFAULT>4</DEFAULT> <DEFAULT>4</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstSchroEnc::downsample-levels</NAME>
<TYPE>gint</TYPE>
<RANGE>[2,8]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>downsample_levels</NICK>
<BLURB>downsample_levels.</BLURB>
<DEFAULT>5</DEFAULT>
</ARG>
<ARG>
<NAME>GstSchroEnc::enable-chroma-me</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>enable_chroma_me</NICK>
<BLURB>enable_chroma_me.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG>
<NAME>GstSchroEnc::enable-deep-estimation</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>enable_deep_estimation</NICK>
<BLURB>enable_deep_estimation.</BLURB>
<DEFAULT>TRUE</DEFAULT>
</ARG>
<ARG>
<NAME>GstSchroEnc::enable-rdo-cbr</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>enable_rdo_cbr</NICK>
<BLURB>enable_rdo_cbr.</BLURB>
<DEFAULT>TRUE</DEFAULT>
</ARG>
<ARG>
<NAME>GstSchroEnc::enable-scene-change-detection</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>enable_scene_change_detection</NICK>
<BLURB>enable_scene_change_detection.</BLURB>
<DEFAULT>TRUE</DEFAULT>
</ARG>
<ARG>
<NAME>GstSchroEnc::force-profile</NAME>
<TYPE>SchroEncoderSettingEnum_force_profile</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>force_profile</NICK>
<BLURB>force_profile.</BLURB>
<DEFAULT>auto</DEFAULT>
</ARG>
<ARG>
<NAME>GstSchroEnc::magic-B-lambda-scale</NAME>
<TYPE>gdouble</TYPE>
<RANGE>[0,10]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>magic_B_lambda_scale</NICK>
<BLURB>magic_B_lambda_scale.</BLURB>
<DEFAULT>0.01</DEFAULT>
</ARG>
<ARG>
<NAME>GstSchroEnc::magic-I-lambda-scale</NAME>
<TYPE>gdouble</TYPE>
<RANGE>[0,100]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>magic_I_lambda_scale</NICK>
<BLURB>magic_I_lambda_scale.</BLURB>
<DEFAULT>1</DEFAULT>
</ARG>
<ARG>
<NAME>GstSchroEnc::magic-P-lambda-scale</NAME>
<TYPE>gdouble</TYPE>
<RANGE>[0,10]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>magic_P_lambda_scale</NICK>
<BLURB>magic_P_lambda_scale.</BLURB>
<DEFAULT>0.25</DEFAULT>
</ARG>
<ARG>
<NAME>GstSchroEnc::magic-diagonal-lambda-scale</NAME>
<TYPE>gdouble</TYPE>
<RANGE>[0,1000]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>magic_diagonal_lambda_scale</NICK>
<BLURB>magic_diagonal_lambda_scale.</BLURB>
<DEFAULT>1</DEFAULT>
</ARG>
<ARG>
<NAME>GstSchroEnc::magic-inter-cpd-scale</NAME>
<TYPE>gdouble</TYPE>
<RANGE>[0,1]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>magic_inter_cpd_scale</NICK>
<BLURB>magic_inter_cpd_scale.</BLURB>
<DEFAULT>1</DEFAULT>
</ARG>
<ARG>
<NAME>GstSchroEnc::magic-me-bailout-limit</NAME>
<TYPE>gdouble</TYPE>
<RANGE>[0,1000]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>magic_me_bailout_limit</NICK>
<BLURB>magic_me_bailout_limit.</BLURB>
<DEFAULT>0.33</DEFAULT>
</ARG>
<ARG>
<NAME>GstSchroEnc::magic-me-lambda-scale</NAME>
<TYPE>gdouble</TYPE>
<RANGE>[0,100]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>magic_me_lambda_scale</NICK>
<BLURB>magic_me_lambda_scale.</BLURB>
<DEFAULT>1</DEFAULT>
</ARG>
<ARG>
<NAME>GstSchroEnc::max-refs</NAME>
<TYPE>gint</TYPE>
<RANGE>[1,4]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>max_refs</NICK>
<BLURB>max_refs.</BLURB>
<DEFAULT>3</DEFAULT>
</ARG>
<ARG> <ARG>
<NAME>GstAmrWbEnc::band-mode</NAME> <NAME>GstAmrWbEnc::band-mode</NAME>
<TYPE>GstAmrWbEncBandMode</TYPE> <TYPE>GstAmrWbEncBandMode</TYPE>
@ -33040,7 +33260,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Show histogram</NICK> <NICK>Show histogram</NICK>
<BLURB>Show histogram.</BLURB> <BLURB>Show histogram.</BLURB>
<DEFAULT>FALSE</DEFAULT> <DEFAULT>TRUE</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -33230,7 +33450,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Source image on left side</NICK> <NICK>Source image on left side</NICK>
<BLURB>Source image on left side.</BLURB> <BLURB>Source image on left side.</BLURB>
<DEFAULT>FALSE</DEFAULT> <DEFAULT>TRUE</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -33240,7 +33460,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Split preview</NICK> <NICK>Split preview</NICK>
<BLURB>Split privew.</BLURB> <BLURB>Split privew.</BLURB>
<DEFAULT>FALSE</DEFAULT> <DEFAULT>TRUE</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -33500,7 +33720,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Show curves</NICK> <NICK>Show curves</NICK>
<BLURB>Draw curve graph on output image.</BLURB> <BLURB>Draw curve graph on output image.</BLURB>
<DEFAULT>FALSE</DEFAULT> <DEFAULT>TRUE</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -45113,3 +45333,253 @@
<DEFAULT>0</DEFAULT> <DEFAULT>0</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstFlacParse::check-frame-checksums</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Check Frame Checksums</NICK>
<BLURB>Check the overall checksums of every frame.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG>
<NAME>GstVP8Dec::deblocking-level</NAME>
<TYPE>guint</TYPE>
<RANGE><= 16</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Deblocking Level</NICK>
<BLURB>Deblocking level.</BLURB>
<DEFAULT>4</DEFAULT>
</ARG>
<ARG>
<NAME>GstVP8Dec::noise-level</NAME>
<TYPE>guint</TYPE>
<RANGE><= 16</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Noise Level</NICK>
<BLURB>Noise level.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstVP8Dec::post-processing</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Post Processing</NICK>
<BLURB>Enable post processing.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG>
<NAME>GstVP8Dec::post-processing-flags</NAME>
<TYPE>GstVP8DecPostProcessingFlags</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Post Processing Flags</NICK>
<BLURB>Flags to control post processing.</BLURB>
<DEFAULT>Deblock|Demacroblock</DEFAULT>
</ARG>
<ARG>
<NAME>GstVP8Enc::bitrate</NAME>
<TYPE>gint</TYPE>
<RANGE>[0,1000000000]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Bit rate</NICK>
<BLURB>Bit rate.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstVP8Enc::error-resilient</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Error Resilient</NICK>
<BLURB>Encode streams that are error resilient.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG>
<NAME>GstVP8Enc::max-keyframe-distance</NAME>
<TYPE>gint</TYPE>
<RANGE>[1,9999]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Maximum Key frame distance</NICK>
<BLURB>Maximum distance between key frames.</BLURB>
<DEFAULT>60</DEFAULT>
</ARG>
<ARG>
<NAME>GstVP8Enc::max-latency</NAME>
<TYPE>gint</TYPE>
<RANGE>[0,25]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Max latency</NICK>
<BLURB>Number of frames in encoder queue.</BLURB>
<DEFAULT>10</DEFAULT>
</ARG>
<ARG>
<NAME>GstVP8Enc::mode</NAME>
<TYPE>GstVP8EncMode</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Mode</NICK>
<BLURB>Mode.</BLURB>
<DEFAULT>Variable Bit Rate (VBR) mode</DEFAULT>
</ARG>
<ARG>
<NAME>GstVP8Enc::quality</NAME>
<TYPE>gdouble</TYPE>
<RANGE>[0,10]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Quality</NICK>
<BLURB>Quality.</BLURB>
<DEFAULT>5</DEFAULT>
</ARG>
<ARG>
<NAME>GstVP8Enc::speed</NAME>
<TYPE>gint</TYPE>
<RANGE>[0,2]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Speed</NICK>
<BLURB>Speed.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstVP8Enc::threads</NAME>
<TYPE>gint</TYPE>
<RANGE>[1,64]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Threads</NICK>
<BLURB>Threads.</BLURB>
<DEFAULT>1</DEFAULT>
</ARG>
<ARG>
<NAME>GstPhotography::aperture</NAME>
<TYPE>guint</TYPE>
<RANGE><= 255</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Aperture property</NICK>
<BLURB>Aperture defines the size of lens opening (0 = auto).</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstPhotography::capabilities</NAME>
<TYPE>gulong</TYPE>
<RANGE></RANGE>
<FLAGS>r</FLAGS>
<NICK>Photo capabilities bitmask</NICK>
<BLURB>Tells the photo capabilities of the device.</BLURB>
<DEFAULT></DEFAULT>
</ARG>
<ARG>
<NAME>GstPhotography::colour-tone-mode</NAME>
<TYPE>GstColourToneMode</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Colour tone mode property</NICK>
<BLURB>Colour tone setting changes colour shading in the photo.</BLURB>
<DEFAULT>GST_PHOTOGRAPHY_COLOUR_TONE_MODE_NORMAL</DEFAULT>
</ARG>
<ARG>
<NAME>GstPhotography::ev-compensation</NAME>
<TYPE>gfloat</TYPE>
<RANGE>[-2.5,2.5]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>EV compensation property</NICK>
<BLURB>EV compensation affects the brightness of the image.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstPhotography::exposure</NAME>
<TYPE>guint</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Exposure time in milliseconds</NICK>
<BLURB>Exposure time defines how long the shutter will stay open (0 = auto).</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstPhotography::flash-mode</NAME>
<TYPE>GstFlashMode</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Flash mode property</NICK>
<BLURB>Flash mode defines how the flash light should be used.</BLURB>
<DEFAULT>GST_PHOTOGRAPHY_FLASH_MODE_AUTO</DEFAULT>
</ARG>
<ARG>
<NAME>GstPhotography::flicker-mode</NAME>
<TYPE>GstFlickerReductionMode</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Flicker reduction mode property</NICK>
<BLURB>Flicker reduction mode defines a line frequency for flickering prevention.</BLURB>
<DEFAULT>GST_PHOTOGRAPHY_FLICKER_REDUCTION_OFF</DEFAULT>
</ARG>
<ARG>
<NAME>GstPhotography::focus-mode</NAME>
<TYPE>GstFocusMode</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Focus mode property</NICK>
<BLURB>Focus mode defines the range of focal lengths to use in autofocus search.</BLURB>
<DEFAULT>GST_PHOTOGRAPHY_FOCUS_MODE_AUTO</DEFAULT>
</ARG>
<ARG>
<NAME>GstPhotography::image-capture-supported-caps</NAME>
<TYPE>GstCaps*</TYPE>
<RANGE></RANGE>
<FLAGS>r</FLAGS>
<NICK>Image capture supported caps</NICK>
<BLURB>Caps describing supported image capture formats.</BLURB>
<DEFAULT></DEFAULT>
</ARG>
<ARG>
<NAME>GstPhotography::iso-speed</NAME>
<TYPE>guint</TYPE>
<RANGE><= 6400</RANGE>
<FLAGS>rw</FLAGS>
<NICK>ISO speed property</NICK>
<BLURB>ISO speed defines the light sensitivity (0 = auto).</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstPhotography::scene-mode</NAME>
<TYPE>GstSceneMode</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Scene mode property</NICK>
<BLURB>Scene mode works as a preset for different photo shooting mode settings.</BLURB>
<DEFAULT>GST_PHOTOGRAPHY_SCENE_MODE_AUTO</DEFAULT>
</ARG>
<ARG>
<NAME>GstPhotography::white-balance-mode</NAME>
<TYPE>GstWhiteBalanceMode</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>White balance mode property</NICK>
<BLURB>White balance affects the color temperature of the photo.</BLURB>
<DEFAULT>GST_PHOTOGRAPHY_WB_MODE_AUTO</DEFAULT>
</ARG>

View file

@ -47,9 +47,8 @@ GObject
GstOFA GstOFA
GstBPMDetect GstBPMDetect
GstStereo GstStereo
GstDtmfDetect
GstBayer2RGB
GstVideoFilter GstVideoFilter
GstZBar
GstVideoAnalyse GstVideoAnalyse
GstVideoDetect GstVideoDetect
GstVideoMark GstVideoMark
@ -103,6 +102,8 @@ GObject
frei0r-filter-transparency frei0r-filter-transparency
frei0r-filter-scale0tilt frei0r-filter-scale0tilt
frei0r-filter-nosync0r frei0r-filter-nosync0r
GstDtmfDetect
GstBayer2RGB
GstMeasureCollector GstMeasureCollector
GstLegacyresample GstLegacyresample
GstScaletempo GstScaletempo
@ -167,201 +168,158 @@ GObject
GstRsvgDec GstRsvgDec
GstModPlug GstModPlug
GstSignalProcessor GstSignalProcessor
invadarecords-com-plugins-lv2-compressor-mono ladspa-karaoke
invadarecords-com-plugins-lv2-compressor-stereo ladspa-shaper
invadarecords-com-plugins-lv2-delay-mono ladspa-amp
invadarecords-com-plugins-lv2-delay-sum
invadarecords-com-plugins-lv2-erreverb-mono
invadarecords-com-plugins-lv2-erreverb-sum
invadarecords-com-plugins-lv2-filter-hpf-mono
invadarecords-com-plugins-lv2-filter-hpf-stereo
invadarecords-com-plugins-lv2-filter-lpf-mono
invadarecords-com-plugins-lv2-filter-lpf-stereo
invadarecords-com-plugins-lv2-input
invadarecords-com-plugins-lv2-meter
invadarecords-com-plugins-lv2-phaser-mono
invadarecords-com-plugins-lv2-phaser-stereo
invadarecords-com-plugins-lv2-phaser-sum
invadarecords-com-plugins-lv2-testtone
invadarecords-com-plugins-lv2-tube-mono
invadarecords-com-plugins-lv2-tube-stereo
ladspa-flanger
ladspa-tap-rotspeak
ladspa-retroFlange
ladspa-triplePara
ladspa-tap-vibrato
ladspa-pitchScaleHQ
ladspa-matrixStMS
ladspa-imp
ladspa-analogueOsc
ladspa-hilbert
ladspa-notch-iir
ladspa-bodeShifter
ladspa-valveRect
ladspa-tap-sigmoid
ladspa-diode
ladspa-se4
ladspa-pitchScale
ladspa-foldover
ladspa-freqTracker
ladspa-rateShifter
ladspa-inv
ladspa-sc1
ladspa-ringmod-2i1o
ladspa-ringmod-1i1o1l
ladspa-impulse-fc
ladspa-tap-reverb
ladspa-amp-mono ladspa-amp-mono
ladspa-amp-stereo ladspa-amp-stereo
ladspa-stepMuxer ladspa-djFlanger
ladspa-tap-equalizer ladspa-alias
ladspa-fastLookaheadLimiter ladspa-svf
ladspa-artificialLatency ladspa-waveTerrain
ladspa-gate ladspa-valve
ladspa-notch-iir
ladspa-tap-reverb
ladspa-giantFlange
ladspa-gong
ladspa-vynil
ladspa-fmOsc
ladspa-tap-vibrato
ladspa-divider
ladspa-highpass-iir
ladspa-revdelay
ladspa-ringmod-2i1o
ladspa-ringmod-1i1o1l
ladspa-singlePara
ladspa-tap-dynamics-st
ladspa-lsFilter
ladspa-impulse-fc
ladspa-matrixMSSt
ladspa-pointerCastDistortion
ladspa-hermesFilter
ladspa-se4
ladspa-delay-n ladspa-delay-n
ladspa-delay-l ladspa-delay-l
ladspa-delay-c ladspa-delay-c
ladspa-bwxover-iir
ladspa-buttlow-iir
ladspa-butthigh-iir
ladspa-mbeq
ladspa-lsFilter
ladspa-const
ladspa-Pulse-VCO
ladspa-Saw-VCO
ladspa-Rec-VCO
ladspa-Ambisonics-31-panner
ladspa-Ambisonics-31-rotator
ladspa-Ambisonics-33-panner
ladspa-Ambisonics-33-rotator
ladspa-smoothDecimate
ladspa-giantFlange
ladspa-lfoPhaser
ladspa-fourByFourPole
ladspa-autoPhaser
ladspa-lpf
ladspa-hpf
ladspa-tap-autopan
ladspa-highpass-iir
ladspa-comb
ladspa-matrixSpatialiser
ladspa-comb-n
ladspa-comb-l
ladspa-comb-c
ladspa-lcrDelay
ladspa-combSplitter
ladspa-dcRemove
ladspa-tap-doubler
ladspa-sinusWavewrapper
ladspa-modDelay
ladspa-shaper
ladspa-zm1
ladspa-sc4
ladspa-delay-5s
ladspa-dysonCompress
ladspa-tap-stereo-echo
ladspa-lowpass-iir
ladspa-fadDelay
ladspa-plate
ladspa-bandpass-iir
ladspa-singlePara
ladspa-gongBeater
ladspa-tapeDelay
ladspa-Tricardioid-to-AMB
ladspa-Virtualmic
ladspa-sifter
ladspa-tap-dynamics-st
ladspa-hardLimiter
ladspa-sc3
ladspa-amp
ladspa-xfade
ladspa-xfade4
ladspa-tap-pitch
ladspa-multivoiceChorus
ladspa-G2reverb
ladspa-surroundEncoder
ladspa-sc2
ladspa-gverb
ladspa-matrixMSSt
ladspa-amPitchshift
ladspa-tap-deesser
ladspa-tap-tubewarmth
ladspa-hermesFilter
ladspa-bandpass-a-iir
ladspa-gsm
ladspa-Chorus1
ladspa-Chorus2
ladspa-crossoverDist ladspa-crossoverDist
ladspa-allpass-n ladspa-tap-autopan
ladspa-allpass-l
ladspa-allpass-c
ladspa-decay
ladspa-valve
ladspa-bodeShifterCV
ladspa-harmonicGen
ladspa-waveTerrain
ladspa-transient
ladspa-sinCos
ladspa-split
ladspa-divider
ladspa-declip ladspa-declip
ladspa-tap-dynamics-m ladspa-lcrDelay
ladspa-tap-reflector ladspa-multivoiceChorus
ladspa-Ambisonics-11-mono-panner ladspa-fastLookaheadLimiter
ladspa-Ambisonics-11-stereo-panner ladspa-tap-tubewarmth
ladspa-Ambisonics-11-rotator ladspa-dysonCompress
ladspa-Ambisonics-11-square-decoder ladspa-bandpass-a-iir
ladspa-Ambisonics-11-hexagon-decoder ladspa-hardLimiter
ladspa-Ambisonics-11-cube-decoder ladspa-artificialLatency
ladspa-tap-equalizer-bw ladspa-pitchScaleHQ
ladspa-tap-tremolo ladspa-gverb
ladspa-Phaser1
ladspa-Phaser1+LFO
ladspa-sine-faaa ladspa-sine-faaa
ladspa-sine-faac ladspa-sine-faac
ladspa-sine-fcaa ladspa-sine-fcaa
ladspa-sine-fcac ladspa-sine-fcac
ladspa-chebstortion ladspa-lpf
ladspa-alias ladspa-hpf
ladspa-Parametric1 ladspa-amPitchshift
ladspa-tap-limiter ladspa-bandpass-iir
ladspa-noise-white
ladspa-tap-pinknoise
ladspa-delayorama
ladspa-pointerCastDistortion
ladspa-svf
ladspa-Phaser1
ladspa-Phaser1+LFO
ladspa-revdelay
ladspa-tap-chorusflanger
ladspa-vynil
ladspa-Mvchpf-1
ladspa-djFlanger
ladspa-fmOsc
ladspa-decimator
ladspa-Ambisonics-21-panner
ladspa-Ambisonics-21-rotator
ladspa-Ambisonics-22-panner
ladspa-Ambisonics-22-rotator
ladspa-dj-eq-mono
ladspa-dj-eq
ladspa-Mvclpf-1 ladspa-Mvclpf-1
ladspa-Mvclpf-2 ladspa-Mvclpf-2
ladspa-Mvclpf-3 ladspa-Mvclpf-3
ladspa-Mvclpf-4 ladspa-Mvclpf-4
ladspa-transient
ladspa-diode
ladspa-Chorus1
ladspa-Chorus2
ladspa-comb-n
ladspa-comb-l
ladspa-comb-c
ladspa-satanMaximiser ladspa-satanMaximiser
ladspa-valveRect
ladspa-gsm
ladspa-foldover
ladspa-sc1
ladspa-lowpass-iir
ladspa-decay
ladspa-tapeDelay
ladspa-hilbert
ladspa-sc2
ladspa-tap-rotspeak
ladspa-smoothDecimate
ladspa-delayorama
ladspa-bwxover-iir
ladspa-buttlow-iir
ladspa-butthigh-iir
ladspa-sinusWavewrapper
ladspa-tap-deesser
ladspa-tap-equalizer-bw
ladspa-decimator
ladspa-allpass-n
ladspa-allpass-l
ladspa-allpass-c
ladspa-matrixSpatialiser
ladspa-foverdrive ladspa-foverdrive
ladspa-karaoke ladspa-freqTracker
ladspa-gong
ladspa-sc4m
ladspa-amp-mono
ladspa-amp-stereo
ladspa-sine-faaa
ladspa-sine-faac
ladspa-sine-fcaa
ladspa-sine-fcac
ladspa-lpf
ladspa-hpf
ladspa-delay-5s ladspa-delay-5s
ladspa-analogueOsc
ladspa-split
ladspa-inv
ladspa-chebstortion
ladspa-modDelay
ladspa-dcRemove
ladspa-pitchScale
ladspa-Mvchpf-1
ladspa-rateShifter
ladspa-tap-sigmoid
ladspa-tap-pinknoise
ladspa-imp
ladspa-sc4m
ladspa-surroundEncoder
ladspa-tap-chorusflanger
ladspa-stepMuxer
ladspa-zm1
ladspa-sifter
ladspa-bodeShifterCV
ladspa-tap-equalizer
ladspa-tap-tremolo
ladspa-matrixStMS
ladspa-flanger
ladspa-gate
ladspa-lfoPhaser
ladspa-fourByFourPole
ladspa-autoPhaser
ladspa-sc4
ladspa-tap-stereo-echo
ladspa-tap-pitch
ladspa-triplePara
ladspa-fadDelay
ladspa-gongBeater
ladspa-combSplitter
ladspa-tap-reflector
ladspa-tap-dynamics-m
ladspa-dj-eq-mono
ladspa-dj-eq
ladspa-tap-limiter
ladspa-xfade
ladspa-xfade4
ladspa-plate
ladspa-tap-doubler
ladspa-sc3
ladspa-const
ladspa-retroFlange
ladspa-bodeShifter
ladspa-harmonicGen
ladspa-sinCos
ladspa-mbeq
ladspa-noise-white ladspa-noise-white
ladspa-G2reverb
ladspa-comb
VP8BaseVideoCodec
VP8BaseVideoDecoder
GstVP8Dec
VP8BaseVideoEncoder
GstVP8Enc
GstVMncDec GstVMncDec
GstBaseRTPDepayload GstBaseRTPDepayload
GstRtpDTMFDepay GstRtpDTMFDepay
@ -392,6 +350,7 @@ GObject
GstFestival GstFestival
MpegPsMux MpegPsMux
ADPCMEnc ADPCMEnc
GstInvtelecine
GstCDXAParse GstCDXAParse
GstVcdParse GstVcdParse
GstSSim GstSSim
@ -403,6 +362,9 @@ GObject
MpegTSParse MpegTSParse
GstSirenDec GstSirenDec
GstSirenEnc GstSirenEnc
GstSegmentClip
GstAudioSegmentClip
GstVideoSegmentClip
GstAsfMux GstAsfMux
GstBaseRTPPayload GstBaseRTPPayload
GstRtpAsfPay GstRtpAsfPay
@ -465,7 +427,6 @@ GObject
GstPlugin GstPlugin
GstRegistry GstRegistry
GstRingBuffer GstRingBuffer
GstAudioSrcRingBuffer
GstAudioSinkRingBuffer GstAudioSinkRingBuffer
GstJackAudioSinkRingBuffer GstJackAudioSinkRingBuffer
GstJackAudioSrcRingBuffer GstJackAudioSrcRingBuffer
@ -486,6 +447,5 @@ GInterface
GstTagSetter GstTagSetter
GstColorBalance GstColorBalance
GstMixer GstMixer
GstPropertyProbe
GstPhotography GstPhotography
MXFDescriptiveMetadataFrameworkInterface MXFDescriptiveMetadataFrameworkInterface

View file

@ -27,6 +27,7 @@ GstSchroEnc GstPreset
GstDiracEnc GstPreset GstDiracEnc GstPreset
GstKateEnc GstTagSetter GstKateEnc GstTagSetter
GstKateTag GstTagSetter GstKateTag GstTagSetter
GstVP8Enc GstTagSetter GstPreset
GstJifMux GstTagSetter GstJifMux GstTagSetter
GstId3BaseMux GstTagSetter GstId3BaseMux GstTagSetter
GstId3Mux GstTagSetter GstId3Mux GstTagSetter

View file

@ -1,8 +1,8 @@
GstChildProxy GstObject GstChildProxy GstObject
GstTagSetter GstElement
GstImplementsInterface GstElement GstImplementsInterface GstElement
GstColorBalance GstImplementsInterface GstElement
GstXOverlay GstImplementsInterface GstElement GstXOverlay GstImplementsInterface GstElement
GstTagSetter GstElement
GstColorBalance GstImplementsInterface GstElement
GstMixer GstImplementsInterface GstElement GstMixer GstImplementsInterface GstElement
MXFDescriptiveMetadataFrameworkInterface MXFDescriptiveMetadata
GstPhotography GstImplementsInterface GstElement GstPhotography GstImplementsInterface GstElement
MXFDescriptiveMetadataFrameworkInterface MXFDescriptiveMetadata

View file

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>Alsa plugin for S/PDIF output</description> <description>Alsa plugin for S/PDIF output</description>
<filename>../../ext/alsaspdif/.libs/libgstalsaspdif.so</filename> <filename>../../ext/alsaspdif/.libs/libgstalsaspdif.so</filename>
<basename>libgstalsaspdif.so</basename> <basename>libgstalsaspdif.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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>
@ -14,8 +14,7 @@
<longname>S/PDIF ALSA audiosink</longname> <longname>S/PDIF ALSA audiosink</longname>
<class>Sink/Audio</class> <class>Sink/Audio</class>
<description>Feeds audio to S/PDIF interfaces through the ALSA sound driver</description> <description>Feeds audio to S/PDIF interfaces through the ALSA sound driver</description>
<author>Martin Soto &lt;martinsoto@users.sourceforge.net&gt; <author>Martin Soto &lt;martinsoto@users.sourceforge.net&gt;, Michael Smith &lt;msmith@fluendo.com&gt;</author>
Michael Smith &lt;msmith@fluendo.com&gt;</author>
<pads> <pads>
<caps> <caps>
<name>sink</name> <name>sink</name>

View file

@ -3,10 +3,10 @@
<description>Adaptive Multi-Rate Wide-Band Encoder</description> <description>Adaptive Multi-Rate Wide-Band Encoder</description>
<filename>../../ext/amrwbenc/.libs/libgstamrwbenc.so</filename> <filename>../../ext/amrwbenc/.libs/libgstamrwbenc.so</filename>
<basename>libgstamrwbenc.so</basename> <basename>libgstamrwbenc.so</basename>
<version>0.10.18.1</version> <version>0.10.19</version>
<license>unknown</license> <license>unknown</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

@ -3,10 +3,10 @@
<description>Apple AirPort Express Plugin</description> <description>Apple AirPort Express Plugin</description>
<filename>../../ext/apexsink/.libs/libgstapexsink.so</filename> <filename>../../ext/apexsink/.libs/libgstapexsink.so</filename>
<basename>libgstapexsink.so</basename> <basename>libgstapexsink.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -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>0.10.18.1</version> <version>0.10.19</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-bad</source> <source>gst-plugins-bad</source>
<package>gsoc2009 package</package> <package>gsoc2009 package</package>

View file

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>audioparsers</description> <description>audioparsers</description>
<filename>../../gst/audioparsers/.libs/libgstaudioparsersbad.so</filename> <filename>../../gst/audioparsers/.libs/libgstaudioparsersbad.so</filename>
<basename>libgstaudioparsersbad.so</basename> <basename>libgstaudioparsersbad.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>High level api for DC (Digital Camera) application</description> <description>High level api for DC (Digital Camera) application</description>
<filename>../../gst/camerabin/.libs/libgstcamerabin.so</filename> <filename>../../gst/camerabin/.libs/libgstcamerabin.so</filename>
<basename>libgstcamerabin.so</basename> <basename>libgstcamerabin.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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>
@ -14,8 +14,7 @@
<longname>Camera Bin</longname> <longname>Camera Bin</longname>
<class>Generic/Bin/Camera</class> <class>Generic/Bin/Camera</class>
<description>Handle lot of features present in DSC</description> <description>Handle lot of features present in DSC</description>
<author>Nokia Corporation &lt;multimedia@maemo.org&gt; <author>Nokia Corporation &lt;multimedia@maemo.org&gt;, Edgard Lima &lt;edgard.lima@indt.org.br&gt;</author>
Edgard Lima &lt;edgard.lima@indt.org.br&gt;</author>
<pads> <pads>
</pads> </pads>

View file

@ -3,10 +3,10 @@
<description>Play CD audio through the CD Drive</description> <description>Play CD audio through the CD Drive</description>
<filename>../../ext/cdaudio/.libs/libgstcdaudio.so</filename> <filename>../../ext/cdaudio/.libs/libgstcdaudio.so</filename>
<basename>libgstcdaudio.so</basename> <basename>libgstcdaudio.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>Parse a .dat file (VCD) into raw mpeg1</description> <description>Parse a .dat file (VCD) into raw mpeg1</description>
<filename>../../gst/cdxaparse/.libs/libgstcdxaparse.so</filename> <filename>../../gst/cdxaparse/.libs/libgstcdxaparse.so</filename>
<basename>libgstcdxaparse.so</basename> <basename>libgstcdxaparse.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>CELT plugin library</description> <description>CELT plugin library</description>
<filename>../../ext/celt/.libs/libgstcelt.so</filename> <filename>../../ext/celt/.libs/libgstcelt.so</filename>
<basename>libgstcelt.so</basename> <basename>libgstcelt.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>Cog plugin</description> <description>Cog plugin</description>
<filename>../../ext/cog/.libs/libgstcog.so</filename> <filename>../../ext/cog/.libs/libgstcog.so</filename>
<basename>libgstcog.so</basename> <basename>libgstcog.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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>
@ -68,7 +68,7 @@
<name>src</name> <name>src</name>
<direction>source</direction> <direction>source</direction>
<presence>always</presence> <presence>always</presence>
<details>video/x-raw-yuv, format=(fourcc){ I420, YUY2, UYVY, AYUV }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> <details>video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps> </caps>
</pads> </pads>
</element> </element>

View file

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>1394 IIDC Video Source</description> <description>1394 IIDC Video Source</description>
<filename>../../ext/dc1394/.libs/libgstdc1394.so</filename> <filename>../../ext/dc1394/.libs/libgstdc1394.so</filename>
<basename>libgstdc1394.so</basename> <basename>libgstdc1394.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,7 +3,7 @@
<description>transfer data over the network via DCCP.</description> <description>transfer data over the network via DCCP.</description>
<filename>../../gst/dccp/.libs/libgstdccp.so</filename> <filename>../../gst/dccp/.libs/libgstdccp.so</filename>
<basename>libgstdccp.so</basename> <basename>libgstdccp.so</basename>
<version>0.10.18.1</version> <version>0.10.19</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-bad</source> <source>gst-plugins-bad</source>
<package>DCCP</package> <package>DCCP</package>

View file

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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>
@ -25,4 +25,4 @@
</pads> </pads>
</element> </element>
</elements> </elements>
</plugin> </plugin>

View file

@ -3,10 +3,10 @@
<description>DirectFB video output plugin</description> <description>DirectFB video output plugin</description>
<filename>../../ext/directfb/.libs/libgstdfbvideosink.so</filename> <filename>../../ext/directfb/.libs/libgstdfbvideosink.so</filename>
<basename>libgstdfbvideosink.so</basename> <basename>libgstdfbvideosink.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>Dirac plugin</description> <description>Dirac plugin</description>
<filename>../../ext/dirac/.libs/libgstdirac.so</filename> <filename>../../ext/dirac/.libs/libgstdirac.so</filename>
<basename>libgstdirac.so</basename> <basename>libgstdirac.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,16 +3,16 @@
<description>DTMF plugins</description> <description>DTMF plugins</description>
<filename>../../gst/dtmf/.libs/libgstdtmf.so</filename> <filename>../../gst/dtmf/.libs/libgstdtmf.so</filename>
<basename>libgstdtmf.so</basename> <basename>libgstdtmf.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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>
<name>dtmfdetect</name> <name>dtmfdetect</name>
<longname>DTMF detector element</longname> <longname>DTMF detector element</longname>
<class>Detect</class> <class>Filter/Analyzer/Audio</class>
<description>This element detects DTMF tones</description> <description>This element detects DTMF tones</description>
<author>Olivier Crete &lt;olivier.crete@collabora.co.uk&gt;</author> <author>Olivier Crete &lt;olivier.crete@collabora.co.uk&gt;</author>
<pads> <pads>

View file

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-bad</source> <source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package> <package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>
@ -14,8 +14,7 @@
<longname>DTS audio decoder</longname> <longname>DTS audio decoder</longname>
<class>Codec/Decoder/Audio</class> <class>Codec/Decoder/Audio</class>
<description>Decodes DTS audio streams</description> <description>Decodes DTS audio streams</description>
<author>Jan Schmidt &lt;thaytan@noraisin.net&gt; <author>Jan Schmidt &lt;thaytan@noraisin.net&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
<pads> <pads>
<caps> <caps>
<name>src</name> <name>src</name>

View file

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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>
@ -35,8 +35,7 @@
<longname>DVB Source</longname> <longname>DVB Source</longname>
<class>Source/Video</class> <class>Source/Video</class>
<description>Digital Video Broadcast Source</description> <description>Digital Video Broadcast Source</description>
<author>P2P-VCR, C-Lab, University of Paderborn <author>P2P-VCR, C-Lab, University of Paderborn,Zaheer Abbas Merali &lt;zaheerabbas at merali dot org&gt;</author>
Zaheer Abbas Merali &lt;zaheerabbas at merali dot org&gt;</author>
<pads> <pads>
<caps> <caps>
<name>src</name> <name>src</name>

View file

@ -3,15 +3,15 @@
<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>0.10.18.1</version> <version>0.10.19</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>
<name>dvdspu</name> <name>dvdspu</name>
<longname>GStreamer Sub-picture Overlay</longname> <longname>Sub-picture Overlay</longname>
<class>Mixer/Video/Overlay/SubPicture/DVD/Bluray</class> <class>Mixer/Video/Overlay/SubPicture/DVD/Bluray</class>
<description>Parses Sub-Picture command streams and renders the SPU overlay onto the video as it passes through</description> <description>Parses Sub-Picture command streams and renders the SPU overlay onto the video as it passes through</description>
<author>Jan Schmidt &lt;thaytan@noraisin.net&gt;</author> <author>Jan Schmidt &lt;thaytan@noraisin.net&gt;</author>

View file

@ -3,10 +3,10 @@
<description>Free AAC Encoder (FAAC)</description> <description>Free AAC Encoder (FAAC)</description>
<filename>../../ext/faac/.libs/libgstfaac.so</filename> <filename>../../ext/faac/.libs/libgstfaac.so</filename>
<basename>libgstfaac.so</basename> <basename>libgstfaac.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-bad</source> <source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package> <package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>linux framebuffer video sink</description> <description>linux framebuffer video sink</description>
<filename>../../sys/fbdev/.libs/libgstfbdevsink.so</filename> <filename>../../sys/fbdev/.libs/libgstfbdevsink.so</filename>
<basename>libgstfbdevsink.so</basename> <basename>libgstfbdevsink.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>Stream freezer</description> <description>Stream freezer</description>
<filename>../../gst/freeze/.libs/libgstfreeze.so</filename> <filename>../../gst/freeze/.libs/libgstfreeze.so</filename>
<basename>libgstfreeze.so</basename> <basename>libgstfreeze.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>Element parsing raw h264 streams</description> <description>Element parsing raw h264 streams</description>
<filename>../../gst/h264parse/.libs/libgsth264parse.so</filename> <filename>../../gst/h264parse/.libs/libgsth264parse.so</filename>
<basename>libgsth264parse.so</basename> <basename>libgsth264parse.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,7 +3,7 @@
<description>HDV private stream parser</description> <description>HDV private stream parser</description>
<filename>../../gst/hdvparse/.libs/libgsthdvparse.so</filename> <filename>../../gst/hdvparse/.libs/libgsthdvparse.so</filename>
<basename>libgsthdvparse.so</basename> <basename>libgsthdvparse.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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

@ -3,17 +3,17 @@
<description>Inverse Telecine</description> <description>Inverse Telecine</description>
<filename>../../gst/invtelecine/.libs/libgstinvtelecine.so</filename> <filename>../../gst/invtelecine/.libs/libgstinvtelecine.so</filename>
<basename>libgstinvtelecine.so</basename> <basename>libgstinvtelecine.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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>
<name>invtelecine</name> <name>invtelecine</name>
<longname>H.264 Decoder</longname> <longname>Inverse Telecine filter</longname>
<class>Codec/Decoder/Video</class> <class>Filter/Video</class>
<description>Decode H.264/MPEG-4 AVC video streams</description> <description>Detects and reconstructs progressive content from telecine video</description>
<author>Entropy Wave &lt;ds@entropywave.com&gt;</author> <author>Entropy Wave &lt;ds@entropywave.com&gt;</author>
<pads> <pads>
<caps> <caps>

View file

@ -3,10 +3,10 @@
<description>Jack elements</description> <description>Jack elements</description>
<filename>../../ext/jack/.libs/libgstjack.so</filename> <filename>../../ext/jack/.libs/libgstjack.so</filename>
<basename>libgstjack.so</basename> <basename>libgstjack.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>Kate plugin</description> <description>Kate plugin</description>
<filename>../../ext/kate/.libs/libgstkate.so</filename> <filename>../../ext/kate/.libs/libgstkate.so</filename>
<basename>libgstkate.so</basename> <basename>libgstkate.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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>

File diff suppressed because it is too large Load diff

View file

@ -3,10 +3,10 @@
<description>Resamples audio</description> <description>Resamples audio</description>
<filename>../../gst/legacyresample/.libs/libgstlegacyresample.so</filename> <filename>../../gst/legacyresample/.libs/libgstlegacyresample.so</filename>
<basename>libgstlegacyresample.so</basename> <basename>libgstlegacyresample.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>Adds multiple live discontinuous streams</description> <description>Adds multiple live discontinuous streams</description>
<filename>../../gst/liveadder/.libs/libgstliveadder.so</filename> <filename>../../gst/liveadder/.libs/libgstliveadder.so</filename>
<basename>libgstliveadder.so</basename> <basename>libgstliveadder.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>Metadata (EXIF, IPTC and XMP) image (JPEG, TIFF) demuxer and muxer</description> <description>Metadata (EXIF, IPTC and XMP) image (JPEG, TIFF) demuxer and muxer</description>
<filename>../../ext/metadata/.libs/libgstmetadata.so</filename> <filename>../../ext/metadata/.libs/libgstmetadata.so</filename>
<basename>libgstmetadata.so</basename> <basename>libgstmetadata.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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

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

View file

@ -3,10 +3,10 @@
<description>MPEG-4 video parser</description> <description>MPEG-4 video parser</description>
<filename>../../gst/mpeg4videoparse/.libs/libgstmpeg4videoparse.so</filename> <filename>../../gst/mpeg4videoparse/.libs/libgstmpeg4videoparse.so</filename>
<basename>libgstmpeg4videoparse.so</basename> <basename>libgstmpeg4videoparse.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>MPEG demuxers</description> <description>MPEG demuxers</description>
<filename>../../gst/mpegdemux/.libs/libgstmpegdemux.so</filename> <filename>../../gst/mpegdemux/.libs/libgstmpegdemux.so</filename>
<basename>libgstmpegdemux.so</basename> <basename>libgstmpegdemux.so</basename>
<version>0.10.18.1</version> <version>0.10.19</version>
<license>unknown</license> <license>unknown</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>
@ -92,8 +92,7 @@
<longname>MPEG transport stream parser</longname> <longname>MPEG transport stream parser</longname>
<class>Codec/Parser</class> <class>Codec/Parser</class>
<description>Parses MPEG2 transport streams</description> <description>Parses MPEG2 transport streams</description>
<author>Alessandro Decina &lt;alessandro@nnva.org&gt; <author>Alessandro Decina &lt;alessandro@nnva.org&gt;, Zaheer Abbas Merali &lt;zaheerabbas at merali dot org&gt;</author>
Zaheer Abbas Merali &lt;zaheerabbas at merali dot org&gt;</author>
<pads> <pads>
<caps> <caps>
<name>program_%d</name> <name>program_%d</name>

View file

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>MPEG-1 and MPEG-2 video parser</description> <description>MPEG-1 and MPEG-2 video parser</description>
<filename>../../gst/mpegvideoparse/.libs/libgstmpegvideoparse.so</filename> <filename>../../gst/mpegvideoparse/.libs/libgstmpegvideoparse.so</filename>
<basename>libgstmpegvideoparse.so</basename> <basename>libgstmpegvideoparse.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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>
@ -14,8 +14,7 @@
<longname>MPEG video elementary stream parser</longname> <longname>MPEG video elementary stream parser</longname>
<class>Codec/Parser/Video</class> <class>Codec/Parser/Video</class>
<description>Parses and frames MPEG-1 and MPEG-2 elementary video streams</description> <description>Parses and frames MPEG-1 and MPEG-2 elementary video streams</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt; <author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Jan Schmidt &lt;thaytan@mad.scientist.com&gt;</author>
Jan Schmidt &lt;thaytan@mad.scientist.com&gt;</author>
<pads> <pads>
<caps> <caps>
<name>sink</name> <name>sink</name>

View file

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-bad</source> <source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package> <package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Musepack decoder</description> <description>Musepack decoder</description>
<filename>../../ext/musepack/.libs/libgstmusepack.so</filename> <filename>../../ext/musepack/.libs/libgstmusepack.so</filename>
<basename>libgstmusepack.so</basename> <basename>libgstmusepack.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>A TRM signature producer based on libmusicbrainz</description> <description>A TRM signature producer based on libmusicbrainz</description>
<filename>../../ext/musicbrainz/.libs/libgsttrm.so</filename> <filename>../../ext/musicbrainz/.libs/libgsttrm.so</filename>
<basename>libgsttrm.so</basename> <basename>libgsttrm.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>Interplay MVE movie format manipulation</description> <description>Interplay MVE movie format manipulation</description>
<filename>../../gst/mve/.libs/libgstmve.so</filename> <filename>../../gst/mve/.libs/libgstmve.so</filename>
<basename>libgstmve.so</basename> <basename>libgstmve.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>MXF plugin library</description> <description>MXF plugin library</description>
<filename>../../gst/mxf/.libs/libgstmxf.so</filename> <filename>../../gst/mxf/.libs/libgstmxf.so</filename>
<basename>libgstmxf.so</basename> <basename>libgstmxf.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>lib MythTV src</description> <description>lib MythTV src</description>
<filename>../../ext/mythtv/.libs/libgstmythtvsrc.so</filename> <filename>../../ext/mythtv/.libs/libgstmythtvsrc.so</filename>
<basename>libgstmythtvsrc.so</basename> <basename>libgstmythtvsrc.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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>
@ -14,7 +14,7 @@
<longname>MythTV client source</longname> <longname>MythTV client source</longname>
<class>Source/Network</class> <class>Source/Network</class>
<description>Control and receive data as a client over the network via raw socket connections using the MythTV protocol</description> <description>Control and receive data as a client over the network via raw socket connections using the MythTV protocol</description>
<author>Rosfran Borges &lt;rosfran.borges@indt.org.br&gt;,Renato Filho &lt;renato.filho@indt.org.br&gt;</author> <author>Rosfran Borges &lt;rosfran.borges@indt.org.br&gt;, Renato Filho &lt;renato.filho@indt.org.br&gt;</author>
<pads> <pads>
<caps> <caps>
<name>src</name> <name>src</name>

View file

@ -3,10 +3,10 @@
<description>NAS (Network Audio System) support for GStreamer</description> <description>NAS (Network Audio System) support for GStreamer</description>
<filename>../../ext/nas/.libs/libgstnassink.so</filename> <filename>../../ext/nas/.libs/libgstnassink.so</filename>
<basename>libgstnassink.so</basename> <basename>libgstnassink.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>lib neon http client src</description> <description>lib neon http client src</description>
<filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename> <filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
<basename>libgstneonhttpsrc.so</basename> <basename>libgstneonhttpsrc.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>Uses nosefart to decode .nsf files</description> <description>Uses nosefart to decode .nsf files</description>
<filename>../../gst/nsf/.libs/libgstnsf.so</filename> <filename>../../gst/nsf/.libs/libgstnsf.so</filename>
<basename>libgstnsf.so</basename> <basename>libgstnsf.so</basename>
<version>0.10.18.1</version> <version>0.10.19</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-bad</source> <source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package> <package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Demuxes MythTV NuppelVideo files</description> <description>Demuxes MythTV NuppelVideo files</description>
<filename>../../gst/nuvdemux/.libs/libgstnuvdemux.so</filename> <filename>../../gst/nuvdemux/.libs/libgstnuvdemux.so</filename>
<basename>libgstnuvdemux.so</basename> <basename>libgstnuvdemux.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-bad</source> <source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package> <package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

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>0.10.18.1</version> <version>0.10.19</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,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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

@ -3,11 +3,11 @@
<description>Quicktime Muxer plugin</description> <description>Quicktime Muxer plugin</description>
<filename>../../gst/qtmux/.libs/libgstqtmux.so</filename> <filename>../../gst/qtmux/.libs/libgstqtmux.so</filename>
<basename>libgstqtmux.so</basename> <basename>libgstqtmux.so</basename>
<version>0.10.18.1</version> <version>0.10.19</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-bad</source> <source>gst-plugins-bad</source>
<package>gsoc2008 package</package> <package>GStreamer Bad Plug-ins source release</package>
<origin>embedded.ufcg.edu.br</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>
<name>gppmux</name> <name>gppmux</name>
@ -111,7 +111,7 @@
<name>video_%d</name> <name>video_%d</name>
<direction>sink</direction> <direction>sink</direction>
<presence>request</presence> <presence>request</presence>
<details>video/x-raw-rgb, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, divxversion=(int)5, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h263, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, stream-format=(string)avc, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-svq, svqversion=(int)3, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dv, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; image/jpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-qt-part, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> <details>video/x-raw-rgb, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)UYVY, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, divxversion=(int)5, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h263, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, stream-format=(string)avc, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-svq, svqversion=(int)3, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dv, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; image/jpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-vp8, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-qt-part, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps> </caps>
<caps> <caps>
<name>audio_%d</name> <name>audio_%d</name>

View file

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>Decode REAL streams</description> <description>Decode REAL streams</description>
<filename>../../gst/real/.libs/libgstreal.so</filename> <filename>../../gst/real/.libs/libgstreal.so</filename>
<basename>libgstreal.so</basename> <basename>libgstreal.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,7 +3,7 @@
<description>Resin DVD playback elements</description> <description>Resin DVD playback elements</description>
<filename>../../ext/resindvd/.libs/libresindvd.so</filename> <filename>../../ext/resindvd/.libs/libresindvd.so</filename>
<basename>libresindvd.so</basename> <basename>libresindvd.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>RSVG plugin library</description> <description>RSVG plugin library</description>
<filename>../../ext/rsvg/.libs/libgstrsvg.so</filename> <filename>../../ext/rsvg/.libs/libgstrsvg.so</filename>
<basename>libgstrsvg.so</basename> <basename>libgstrsvg.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>RTP Muxer plugins</description> <description>RTP Muxer plugins</description>
<filename>../../gst/rtpmux/.libs/libgstrtpmux.so</filename> <filename>../../gst/rtpmux/.libs/libgstrtpmux.so</filename>
<basename>libgstrtpmux.so</basename> <basename>libgstrtpmux.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,7 +3,7 @@
<description>Scale audio tempo in sync with playback rate</description> <description>Scale audio tempo in sync with playback rate</description>
<filename>../../gst/scaletempo/.libs/libgstscaletempoplugin.so</filename> <filename>../../gst/scaletempo/.libs/libgstscaletempoplugin.so</filename>
<basename>libgstscaletempoplugin.so</basename> <basename>libgstscaletempoplugin.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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,10 +3,10 @@
<description>Schroedinger plugin</description> <description>Schroedinger plugin</description>
<filename>../../ext/schroedinger/.libs/libgstschro.so</filename> <filename>../../ext/schroedinger/.libs/libgstschro.so</filename>
<basename>libgstschro.so</basename> <basename>libgstschro.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>SDL (Simple DirectMedia Layer) support for GStreamer</description> <description>SDL (Simple DirectMedia Layer) support for GStreamer</description>
<filename>../../ext/sdl/.libs/libgstsdl.so</filename> <filename>../../ext/sdl/.libs/libgstsdl.so</filename>
<basename>libgstsdl.so</basename> <basename>libgstsdl.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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>
@ -29,9 +29,7 @@
<longname>SDL video sink</longname> <longname>SDL video sink</longname>
<class>Sink/Video</class> <class>Sink/Video</class>
<description>An SDL-based videosink</description> <description>An SDL-based videosink</description>
<author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt; <author>Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edgard Lima &lt;edgard.lima@indt.org.br&gt;, Jan Schmidt &lt;thaytan@mad.scientist.com&gt;</author>
Edgard Lima &lt;edgard.lima@indt.org.br&gt;
Jan Schmidt &lt;thaytan@mad.scientist.com&gt;</author>
<pads> <pads>
<caps> <caps>
<name>sink</name> <name>sink</name>

View file

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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

@ -0,0 +1,55 @@
<plugin>
<name>segmentclip</name>
<description>Segment clip elements</description>
<filename>../../gst/segmentclip/.libs/libgstsegmentclip.so</filename>
<basename>libgstsegmentclip.so</basename>
<version>0.10.19</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
<name>audiosegmentclip</name>
<longname>Audio buffer segment clipper</longname>
<class>Filter/Audio</class>
<description>Clips audio buffers to the configured segment</description>
<author>Sebastian Dröge &lt;sebastian.droege@collabora.co.uk&gt;</author>
<pads>
<caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-int, width=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-raw-float, width=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]</details>
</caps>
<caps>
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>audio/x-raw-int, width=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]; audio/x-raw-float, width=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], rate=(int)[ 1, 2147483647 ]</details>
</caps>
</pads>
</element>
<element>
<name>videosegmentclip</name>
<longname>Video buffer segment clipper</longname>
<class>Filter/Video</class>
<description>Clips video buffers to the configured segment</description>
<author>Sebastian Dröge &lt;sebastian.droege@collabora.co.uk&gt;</author>
<pads>
<caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>video/x-raw-yuv, framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-grey, framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps>
<caps>
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>video/x-raw-yuv, framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-grey, framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps>
</pads>
</element>
</elements>
</plugin>

View file

@ -3,10 +3,10 @@
<description>input/output stream selector elements</description> <description>input/output stream selector elements</description>
<filename>../../gst/selector/.libs/libgstselector.so</filename> <filename>../../gst/selector/.libs/libgstselector.so</filename>
<basename>libgstselector.so</basename> <basename>libgstselector.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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>
@ -14,9 +14,7 @@
<longname>Input selector</longname> <longname>Input selector</longname>
<class>Generic</class> <class>Generic</class>
<description>N-to-1 input stream selectoring</description> <description>N-to-1 input stream selectoring</description>
<author>Julien Moutte &lt;julien@moutte.net&gt; <author>Julien Moutte &lt;julien@moutte.net&gt;, Jan Schmidt &lt;thaytan@mad.scientist.com&gt;, Wim Taymans &lt;wim.taymans@gmail.com&gt;</author>
Jan Schmidt &lt;thaytan@mad.scientist.com&gt;
Wim Taymans &lt;wim.taymans@gmail.com&gt;</author>
<pads> <pads>
<caps> <caps>
<name>src</name> <name>src</name>

View file

@ -3,10 +3,10 @@
<description>use libsndfile to read and write audio from and to files</description> <description>use libsndfile to read and write audio from and to files</description>
<filename>../../ext/sndfile/.libs/libgstsndfile.so</filename> <filename>../../ext/sndfile/.libs/libgstsndfile.so</filename>
<basename>libgstsndfile.so</basename> <basename>libgstsndfile.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>Muck with the stereo signal, enhance it's 'stereo-ness'</description> <description>Muck with the stereo signal, enhance it's 'stereo-ness'</description>
<filename>../../gst/stereo/.libs/libgststereo.so</filename> <filename>../../gst/stereo/.libs/libgststereo.so</filename>
<basename>libgststereo.so</basename> <basename>libgststereo.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<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>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>TTA lossless audio format handling</description> <description>TTA lossless audio format handling</description>
<filename>../../gst/tta/.libs/libgsttta.so</filename> <filename>../../gst/tta/.libs/libgsttta.so</filename>
<basename>libgsttta.so</basename> <basename>libgsttta.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>Valve</description> <description>Valve</description>
<filename>../../gst/valve/.libs/libgstvalve.so</filename> <filename>../../gst/valve/.libs/libgstvalve.so</filename>
<basename>libgstvalve.so</basename> <basename>libgstvalve.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>Asynchronous read from VCD disk</description> <description>Asynchronous read from VCD disk</description>
<filename>../../sys/vcd/.libs/libgstvcdsrc.so</filename> <filename>../../sys/vcd/.libs/libgstvcdsrc.so</filename>
<basename>libgstvcdsrc.so</basename> <basename>libgstvcdsrc.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>Various video measurers</description> <description>Various video measurers</description>
<filename>../../gst/videomeasure/.libs/libgstvideomeasure.so</filename> <filename>../../gst/videomeasure/.libs/libgstvideomeasure.so</filename>
<basename>libgstvideomeasure.so</basename> <basename>libgstvideomeasure.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>Various video signal analysers</description> <description>Various video signal analysers</description>
<filename>../../gst/videosignal/.libs/libgstvideosignal.so</filename> <filename>../../gst/videosignal/.libs/libgstvideosignal.so</filename>
<basename>libgstvideosignal.so</basename> <basename>libgstvideosignal.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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

@ -3,10 +3,10 @@
<description>VmWare Video Codec plugins</description> <description>VmWare Video Codec plugins</description>
<filename>../../gst/vmnc/.libs/libgstvmnc.so</filename> <filename>../../gst/vmnc/.libs/libgstvmnc.so</filename>
<basename>libgstvmnc.so</basename> <basename>libgstvmnc.so</basename>
<version>0.10.18.1</version> <version>0.10.19</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>

Some files were not shown because too many files have changed in this diff Show more