mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
Release 0.10.21
This commit is contained in:
parent
07625c1b5d
commit
eecc7a10c0
112 changed files with 7795 additions and 345 deletions
194
NEWS
194
NEWS
|
@ -1,4 +1,196 @@
|
||||||
This is GStreamer Bad Plug-ins 0.10.20, "For it is a Human Number"
|
This is GStreamer Bad Plug-ins 0.10.21, "Pink Noise"
|
||||||
|
|
||||||
|
Changes since 0.10.20:
|
||||||
|
|
||||||
|
* alsaspdif: removed alsaspdifsink element (replaced by alsasink device=spdif)
|
||||||
|
* metadata: remove metadata plugin
|
||||||
|
* jack: jack plugin has moved to gst-plugins-good (0.10.27)
|
||||||
|
* selector: input-selector and output-selector have moved to GStreamer core (0.10.32)
|
||||||
|
* valve: has moved to gstreamer core (0.10.32)
|
||||||
|
* applemedia: new plugin for Apple multimedia APIs (avfvideosrc, celvideosrc, qtkitvideosrc, miovideosrc, vth264decbin, vth264encbin, vtdec, vtenc)
|
||||||
|
* applemedia: new iOS video source based on AVFoundation
|
||||||
|
* y4mdec: new y4mdec element
|
||||||
|
* dcaparse: new dts/dca audio parser
|
||||||
|
* camerabin2: new camerabin element (work-in-progress, experimental)
|
||||||
|
* opencv: new plugin with elements facedetect, faceblur, edgedetect, cvsobel, cvsmooth, cvlaplace, cverode, cvequalizehist, cvdilate, textwrite, templatematch, pyramidsegment
|
||||||
|
* interlace: new element
|
||||||
|
* geometrictransform: new rotate element
|
||||||
|
* jp2kdecimator: add a JPEG2000 decimator element (drop details without reencoding)
|
||||||
|
* audioparsers: add dcaparse, a dts/dca parser, and mpegaudioparse (mp3parse replacement)
|
||||||
|
* autoconvert: add autovideoconvert, an autoconvert based video format converter
|
||||||
|
* checksumsink, chopmydata: new debug elements
|
||||||
|
* dvbsuboverlay: new element to overlay DVB subtitle
|
||||||
|
* rsvgoverlay: new element for scalable and relative svg overlay with cairo
|
||||||
|
* qtmux: add new ismlmux element, for fragmented isml major brand
|
||||||
|
* ac3parse: properly parse E-AC3 frame header and use proper EAC-3 caps
|
||||||
|
* ac3parse: relax BSID checking, performance improvements
|
||||||
|
* applemedia mtapi: update to reflect new API on iOS 4.x
|
||||||
|
* applemedia vtenc: bump H.264 level from 1.3 to 3.0
|
||||||
|
* applemedia vtenc: remove keyframe enforcement workaround
|
||||||
|
* applemedia celapi: update to reflect new API on iOS 4.x
|
||||||
|
* applemedia cvapi: add wrapper for IO surface access
|
||||||
|
* audioparse: add support for setting the channel-positions
|
||||||
|
* audioparsers: increase ranks to enable auto-plugging (incl. new mp3 parser)
|
||||||
|
* baseparse: enhancements for timestamp marked framed formats
|
||||||
|
* baseparse: increase keyframe awareness
|
||||||
|
* baseparse: perform bitrate handling and posting after newsegment sending
|
||||||
|
* baseparse: post duration message if average bitrates is updated
|
||||||
|
* baseparse: prevent indefinite resyncing
|
||||||
|
* baseparse: add index support, seek table and accurate seek support
|
||||||
|
* baseparse: support reverse playback
|
||||||
|
* baseparse: use determined seekability in answering SEEKING query
|
||||||
|
* basevideo: Add handling of GstForceKeyUnit events
|
||||||
|
* basevideodecoder: add capture pattern handling; don't blow away field information
|
||||||
|
* bayer2rgb: add format=bggr/etc. to caps, add framerate to the sink caps
|
||||||
|
* camerabin: add "preview-source-filter","ready-for-capture", "idle" properties
|
||||||
|
* camerabin: change "zoom" property from int to float
|
||||||
|
* camerabin: enable all conversion flags by default to make it work out-of-the-box everywhere
|
||||||
|
* coloreffects: Add chromahold effect
|
||||||
|
* cog: improvements in colorspace and scaler; add fast paths for colorspace conversion
|
||||||
|
* colorspace: revive element and add support for many more pixellayouts/colorspaces
|
||||||
|
* colorspace: add support for SDTV/HDTV YUV conversions
|
||||||
|
* dtmfsrc: Make the dtmfsrc accept events sent with gst_element_send_event
|
||||||
|
* tools: misc. improvements to element-maker tool
|
||||||
|
* faac: handle trailing encoder output
|
||||||
|
* faad: support reverse playback; cater for decoder delay and renegotiation
|
||||||
|
* faad: tweak output buffer timestamping
|
||||||
|
* flacparse: don't drop the last frame if it is followed by garbage
|
||||||
|
* flacparse: don't parse the complete FLAC frames but only look for valid frame headers (for performance)
|
||||||
|
* flacparse: fix picture parsing, fix parsing with unknown framesizes
|
||||||
|
* flacparse: parse seektable
|
||||||
|
* frei0r: add support for the FREI0R_PATH environment variable
|
||||||
|
* frei0r: fix crashes if plugins don't provide correct property information
|
||||||
|
* frei0r: fix scanning of plugin subdirectories and support different vendors
|
||||||
|
* frei0r: update frei0r interface specification to 1.2
|
||||||
|
* gaudieffects: avoid divide by 0 in burn element, make filter parameters dynamic and controllable
|
||||||
|
* id3mux: map GST_TAG_ALBUM_ARTIST, give PRIMARY rank
|
||||||
|
* invtelecine: Fix name of 30p/60i pattern
|
||||||
|
* jasperdec: don't fail hard on decoding error
|
||||||
|
* jifmux: detect EOI correctly; do not limit the size of the image on 16bits
|
||||||
|
* jp2kenc: Emit SOP markers in every codestream packet
|
||||||
|
* jpegparse: avoid infinite loop when resyncing; discard incomplete image
|
||||||
|
* kate: add segment tracking, and various other improvements
|
||||||
|
* kate: ensure the kate pad does not shoot ahead of the video pad
|
||||||
|
* mpegtsdemux: extract language for DVB subtitle streams
|
||||||
|
* mpegtsdemux: enable gather_pes only for DVB subtitle private streams
|
||||||
|
* mpegtsdemux: fix re-syncing on invalid data after seek
|
||||||
|
* mpegtsmux: Initialize PES packet before getting the header size
|
||||||
|
* mpegtsmux: Set adaptation flag when appropriate
|
||||||
|
* mpegtsmux: Set random_access_indicator for keyframes
|
||||||
|
* mpegtsparse: send TDT tables messages in a serialized event downstream
|
||||||
|
* ofa: Call g_object_notify() after the fingerprint was created
|
||||||
|
* pcapparse: Add support for Linux Cooked Capture (SLL) frames
|
||||||
|
* photography: add missing property and cabability flag for noise reduction
|
||||||
|
* photography: Add "zoom" and "image-preview-supported-caps" interface properties
|
||||||
|
* photography: add gst_photography_{set,get}_noise_reduction() and CAPS_NOISE_REDUCTION flag
|
||||||
|
* qtmux: add support for fragmented mp4
|
||||||
|
* qtmux: add "streamable" property to avoid building fragmented mfra index
|
||||||
|
* qtmux: timestamp tracking fixes and many other fixes
|
||||||
|
* resindvd: attempt to use glib language setting for DVD menus/audio
|
||||||
|
* resindvd: improve error messages on read errors; button state tracking fixes
|
||||||
|
* rfbsrc: fail more gracefully if source gets disconnected or geometry changes
|
||||||
|
* sdlvideosink: re-enable YVYU and UYVY support
|
||||||
|
* sdpdemux: error out if no streams found in sdp message
|
||||||
|
* sdpdemux: redirect SDP with an rtsp control URL and add property to disable redirect
|
||||||
|
* ssim: add I420 support
|
||||||
|
* tiger: outline text by default, to make it easier to read
|
||||||
|
* winks: add property probing support; fix framerate fraction range mapping
|
||||||
|
* winks: ignore unsupported formats; work around shutdown deadlock
|
||||||
|
* winks: performance improvements
|
||||||
|
* zbar: make scanner cache optional, disable it by default
|
||||||
|
* zbar: use correct strides, support more formats
|
||||||
|
|
||||||
|
Bugs fixed since 0.10.20:
|
||||||
|
|
||||||
|
* 628609 : The qtwrapperaudiodec_samr decoder doesn't handle buffers containing many AMR frames properly
|
||||||
|
* 639296 : [y4mdec] Doesn't handle files which don't specify a colorspace
|
||||||
|
* 613379 : camerabin: Do not use audio clock after stopping video capture
|
||||||
|
* 636279 : REGRESSION: Video often freezes during playback of mpeg2 files
|
||||||
|
* 630255 : [examples] camerabin example still uses old GstXOverlay interface
|
||||||
|
* 631232 : [colorspace] AYUV/ARGB handling broken on big endian systems
|
||||||
|
* 627229 : fpsdisplaysink should not measure fps relative to pipeline clock
|
||||||
|
* 435120 : cairosvgoverlay
|
||||||
|
* 486659 : xmp/exif metadata handling
|
||||||
|
* 578629 : libgstphotography missing exports for MSVC
|
||||||
|
* 587223 : mpegtsdemux seg.fault due to invalid PMT_pid
|
||||||
|
* 598078 : osxvideosrc doesn't build in snow leopard x86_64
|
||||||
|
* 600929 : [kate] tiger element doesn't handle segments and text/video synchronization properly
|
||||||
|
* 603063 : camerabin example fails to start recording
|
||||||
|
* 611428 : [gdiscreencapsrc] leaks memory (ICONINFO)
|
||||||
|
* 613633 : [resindvd] scrambled DVDs yield useless generic error message if dvdcss is not available
|
||||||
|
* 616814 : Photography interface extension: colour tone mode and noise reduction settings
|
||||||
|
* 616923 : camerabin: remove photography interface implementation
|
||||||
|
* 618045 : [cogcolorspace] No Y41B support
|
||||||
|
* 618542 : DVB subtitles support
|
||||||
|
* 625558 : [basevideoencoder] [vp8] encoder timestamps are wrong when there are gaps
|
||||||
|
* 626425 : cog_virt_frame_new_convert_u8 has bogus source data
|
||||||
|
* 627134 : photography interface: add API for capture correction
|
||||||
|
* 627211 : jpegformat: Push tags after setting srcpad caps
|
||||||
|
* 627253 : [mpegtsparse] Post tags of channel and currently running event
|
||||||
|
* 627992 : dtmfsrc doesn't support gst_element_send_event
|
||||||
|
* 628326 : vdpau: don't change structure in setcaps function
|
||||||
|
* 628527 : videoanalyse: classificication is wrong
|
||||||
|
* 628548 : [mpegtsmux] Initialize PES packet before getting the header size
|
||||||
|
* 628570 : cogcolorspace: element classificication is wrong
|
||||||
|
* 629554 : dvbsrc: Fix example usage, bandwidth=8 not 8MHz
|
||||||
|
* 629897 : [cog] Ignores --disable-orc and always requires orc
|
||||||
|
* 629910 : jpegparse: properly clean up comment string
|
||||||
|
* 629917 : [output-selector] Recheck pending_pad after pushing a buffer
|
||||||
|
* 630046 : sdpdemux: Add optional support for rtspsrc as session element
|
||||||
|
* 630253 : [sdl] Still uses old GstXOverlay interface
|
||||||
|
* 630254 : [vdpau] Still uses old GstXOverlay interface
|
||||||
|
* 630783 : [frei0r] Crashes if broken plugins don't give correct property information
|
||||||
|
* 630808 : valve: move to core
|
||||||
|
* 631200 : flacparse: major performance improvements
|
||||||
|
* 631389 : [flacparse] backport/check corner case fixes done in flacdec
|
||||||
|
* 631449 : [audioparse] doest not support several channel numbers
|
||||||
|
* 631501 : [faad] failed to dynamically switch from 2 audio channels to 6
|
||||||
|
* 631814 : [flacparse] unit test failures
|
||||||
|
* 631993 : [flacparse] imperfect timestamping
|
||||||
|
* 632070 : qtmux: infinite loop
|
||||||
|
* 632668 : Gaudi Effects [review]
|
||||||
|
* 632885 : Gaudi Effects dynamically controllable parameters [review]
|
||||||
|
* 632911 : qtmux: add fragmented mp4 support (isml brand)
|
||||||
|
* 633466 : [katedec] Pushes events before the final caps are known
|
||||||
|
* 633917 : [mpegtsparse] [PATCH] Send TDT messages in an serialized event downstream
|
||||||
|
* 635200 : [dvbbasebin] [PATCH] Add TDT to the initial pids filter for dvbsrc
|
||||||
|
* 635202 : mpeg4videoparse: Minor fixes
|
||||||
|
* 635204 : mpeg4videoparse: Set srcpad caps before forwarding newsegment
|
||||||
|
* 635205 : h264parse: Set srcpad caps before forwarding newsegment
|
||||||
|
* 635229 : celtenc: uninitialized tags variable can cause segfault
|
||||||
|
* 635304 : [opencv] fix caps issues and extend supported caps for some elements [PATCH]
|
||||||
|
* 635397 : rfbsrc: avoid infinite loop if source gets disconnected and don't crash if frame geometry changes
|
||||||
|
* 635529 : interlace: Add pattern offset and fix timestamps
|
||||||
|
* 635720 : vp8enc incorrectly sets timestamps based on theoretical framerate
|
||||||
|
* 635786 : [audioparse] Fix division-by-zero exception
|
||||||
|
* 635878 : [qtmux] gst_qtmux_check_difference subtract 2 unsigned numbers without taking care of the result sign
|
||||||
|
* 636106 : autocolorspace: new plugin for auto space convertor selection
|
||||||
|
* 636109 : [SSIM] klass should be Filter/Effect/Video
|
||||||
|
* 636185 : qtmux: msvc incompatibility
|
||||||
|
* 637062 : [ac3parse] parse problems on some MTS streams
|
||||||
|
* 637224 : [bayer2rgb] missing framerate in sink caps
|
||||||
|
* 637308 : gst-plugins-bad did not find xvidcore on my box
|
||||||
|
* 637359 : Internal GStreamer error, during pcap to mp4 conversion
|
||||||
|
* 637403 : qtmux do not store 1st TS when detect 1st buffer
|
||||||
|
* 637486 : qtmux: error if no buffers have arrived to one pad at EOS
|
||||||
|
* 637532 : applemedia: redundant declaration of 'parent_class'
|
||||||
|
* 637590 : [PATCH] fix gst-plugins-bad compile against latest gtk+
|
||||||
|
* 637824 : mpeg4videoparse: gst_buffer_is_metadata_writable warning (regression)
|
||||||
|
* 637929 : mve: do not use the pad buffer allocation functions in demuxers
|
||||||
|
* 637931 : mpegdemux: do not use the pad buffer allocation functions in demuxers
|
||||||
|
* 638004 : tiger: fallback on headers in caps to initialize if headers are absent
|
||||||
|
* 638288 : qtmux: fails to handle out-of-order buffers without duration
|
||||||
|
* 638412 : kate: reenable the sending of a message for tags
|
||||||
|
* 638527 : tiger: outline text by default, to make it easier to read
|
||||||
|
* 638604 : basecamerasrc isn't build by default but camerabin2 is and requires it
|
||||||
|
* 639063 : mpegtsparse: fix (re)sync with invalid data at beginning
|
||||||
|
* 639338 : [qtmux] Protect against copying a null caps
|
||||||
|
* 639413 : Camerabin should use output-selector:pad-negotiation-mode=active
|
||||||
|
* 639456 : [camerabin] Should have all conversion flags enabled by default
|
||||||
|
* 639555 : [audioparsers] Be careful to not lose the event ref
|
||||||
|
* 639950 : flacparse: avoid unref'ing NULL buffer
|
||||||
|
* 630830 : zbar: Fixes, single frame scan and width/stride fix
|
||||||
|
* 635281 : [mpegtsparse] TDT packets are only parsed for odd hours
|
||||||
|
|
||||||
Changes since 0.10.19:
|
Changes since 0.10.19:
|
||||||
|
|
||||||
|
|
351
RELEASE
351
RELEASE
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
Release notes for GStreamer Bad Plug-ins 0.10.20 "For it is a Human Number"
|
Release notes for GStreamer Bad Plug-ins 0.10.21 "Pink Noise"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -60,122 +60,195 @@ contains a set of well-supported plug-ins, but might pose problems for
|
||||||
|
|
||||||
Features of this release
|
Features of this release
|
||||||
|
|
||||||
* asfmux streaming fixes and improvements
|
* alsaspdif: removed alsaspdifsink element (replaced by alsasink device=spdif)
|
||||||
* new video effects plugins: coloreffects, gaudieffects, geometrictransform
|
* metadata: remove metadata plugin
|
||||||
* new gsettings plugin with gsettings{audio,video}{src,sink} elements
|
* jack: jack plugin has moved to gst-plugins-good (0.10.27)
|
||||||
* new ivfparse element
|
* selector: input-selector and output-selector have moved to GStreamer core (0.10.32)
|
||||||
* new rtmpsrc element
|
* valve: has moved to gstreamer core (0.10.32)
|
||||||
* new shmsink and shmsrc elements for IPC using shared memory
|
* applemedia: new plugin for Apple multimedia APIs (avfvideosrc, celvideosrc, qtkitvideosrc, miovideosrc, vth264decbin, vth264encbin, vtdec, vtenc)
|
||||||
* new videomaxrate element
|
* applemedia: new iOS video source based on AVFoundation
|
||||||
* dshowvideosink improvements
|
* y4mdec: new y4mdec element
|
||||||
* vdpau: H.264 and MPEG-4 decoder (not enabled for autoplugging yet though)
|
* dcaparse: new dts/dca audio parser
|
||||||
* vp8enc: support multipass encoding and keyframe-only mode
|
* camerabin2: new camerabin element (work-in-progress, experimental)
|
||||||
* neonhttpsrc: timeout properties and cookie support
|
* opencv: new plugin with elements facedetect, faceblur, edgedetect, cvsobel, cvsmooth, cvlaplace, cverode, cvequalizehist, cvdilate, textwrite, templatematch, pyramidsegment
|
||||||
* h264parse and mpegvideoparse: can periodically insert codec data into stream now
|
* interlace: new element
|
||||||
* build: require GLib >= 2.20, automake >= 1.10, autoconf >= 2.60, want orc
|
* geometrictransform: new rotate element
|
||||||
* asfmux: deprecate "is-live" property, replaced by new "streamable" property
|
* jp2kdecimator: add a JPEG2000 decimator element (drop details without reencoding)
|
||||||
* asfmux: don't set the 'seekable' flag in headers if we are streaming
|
* audioparsers: add dcaparse, a dts/dca parser, and mpegaudioparse (mp3parse replacement)
|
||||||
* asfmux: put headers into "streamheader" field in output caps for streaming
|
* autoconvert: add autovideoconvert, an autoconvert based video format converter
|
||||||
* asfmux: write preroll info in the header at initialization
|
* checksumsink, chopmydata: new debug elements
|
||||||
* bayer: support more formats in bayer2rgb, add rgb2bayer element
|
* dvbsuboverlay: new element to overlay DVB subtitle
|
||||||
* camerabin: make viewfinder-sink property work with bins
|
* rsvgoverlay: new element for scalable and relative svg overlay with cairo
|
||||||
* celt: add support for celt 0.8, remove support for celt < 0.5
|
* qtmux: add new ismlmux element, for fragmented isml major brand
|
||||||
* celtenc: add "prediction" and "start band" properties
|
* ac3parse: properly parse E-AC3 frame header and use proper EAC-3 caps
|
||||||
* coloreffects: new element with heat, sepia, xray and cross-process effects
|
* ac3parse: relax BSID checking, performance improvements
|
||||||
* dshowvideosink: many fixes and improvements
|
* applemedia mtapi: update to reflect new API on iOS 4.x
|
||||||
* fpsdisplaysink: add "fps-update-interval" and read-only "max-fps"/"min-fps" properties
|
* applemedia vtenc: bump H.264 level from 1.3 to 3.0
|
||||||
* frei0r: check for plugins in /usr/{local/,}lib{32,64}/frei0r-1 too
|
* applemedia vtenc: remove keyframe enforcement workaround
|
||||||
* gaudieffects: new plugin with burn, chromium, dilate, dodge, exclusion, gaussianblur and solarize video effect elements
|
* applemedia celapi: update to reflect new API on iOS 4.x
|
||||||
* geometrictransform: new plugin with circle, diffuse, kaleidoscope, marble, pinch, sphere, twirl, and waterripple, fisheye, mirror, square, tunnel, bulge, stretch video effect elements
|
* applemedia cvapi: add wrapper for IO surface access
|
||||||
* gsettings: new GSettings plugin with audio/video sources and sinks (to replace gconf plugin)
|
* audioparse: add support for setting the channel-positions
|
||||||
* h264parse: add "config-interval" property to insert SPS/PPS at periodic intervals
|
* audioparsers: increase ranks to enable auto-plugging (incl. new mp3 parser)
|
||||||
* h264parse: handle 3-byte bytestream sync codes; process incoming timestamps more correctly
|
* baseparse: enhancements for timestamp marked framed formats
|
||||||
* id3mux: add support for beats-per-minute tag
|
* baseparse: increase keyframe awareness
|
||||||
* invtelecine: support more video formats, more pulldown formats, add "verify-field-flags" property
|
* baseparse: perform bitrate handling and posting after newsegment sending
|
||||||
* ivfparse: add simple IVF parser element (simple framing for VP8 video data)
|
* baseparse: post duration message if average bitrates is updated
|
||||||
* jpegformat: add exif writing to jifmux and exif parsing to jpegparse
|
* baseparse: prevent indefinite resyncing
|
||||||
* jpegparse: skip extra 0xff markers, optimize jpeg image parsing
|
* baseparse: add index support, seek table and accurate seek support
|
||||||
* mimic: lots of fixes and clean-ups
|
* baseparse: support reverse playback
|
||||||
* mpeg4videoparse: add "config-interval" property to re-insert config in stream
|
* baseparse: use determined seekability in answering SEEKING query
|
||||||
* mpegtsmux: start pmt at 0x020; take all the pmt in the streamheaders
|
* basevideo: Add handling of GstForceKeyUnit events
|
||||||
* mpegtsparse: actually work when we have small buffers coming in
|
* basevideodecoder: add capture pattern handling; don't blow away field information
|
||||||
* mpegvideoparse: apply previous timestamp when there isn't any newer
|
* bayer2rgb: add format=bggr/etc. to caps, add framerate to the sink caps
|
||||||
* neonhttpsrc: add "connect-timeout", "read-timeout" and "cookies" properties
|
* camerabin: add "preview-source-filter","ready-for-capture", "idle" properties
|
||||||
* qtmux: write audio/video stream bitrates into header, if available
|
* camerabin: change "zoom" property from int to float
|
||||||
* qtmux: write track-number etc. tags even if count is not available
|
* camerabin: enable all conversion flags by default to make it work out-of-the-box everywhere
|
||||||
* rtmpsrc: new RTMP source element based on librtmp
|
* coloreffects: Add chromahold effect
|
||||||
* rtpdtmfmux: add priority sink pads and drop buffers on non-priority sink pads when something is incoming on the priority sink
|
* cog: improvements in colorspace and scaler; add fast paths for colorspace conversion
|
||||||
* rtpmux: add support for GstBufferLists; aggregate incoming segments; fix buffer leak
|
* colorspace: revive element and add support for many more pixellayouts/colorspaces
|
||||||
* shm: add new shm-based shmsink and shmsrc elements for IPC using shared memory
|
* colorspace: add support for SDTV/HDTV YUV conversions
|
||||||
* vdpau: add H.264 decoder and MPEG-4 part 2 decoder; countless other fixes and improvements
|
* dtmfsrc: Make the dtmfsrc accept events sent with gst_element_send_event
|
||||||
* videomaxrate: new plugin/element to limit videorate conditionally based on threshold
|
* tools: misc. improvements to element-maker tool
|
||||||
* vp8dec: mark discont buffers, set decoder deadline from the QoS information
|
* faac: handle trailing encoder output
|
||||||
* vp8enc: allow a maximum keyframe distance of 0, i.e. all frames are keyframes
|
* faad: support reverse playback; cater for decoder delay and renegotiation
|
||||||
* vp8enc: fix handling of invisible/alt ref frames
|
* faad: tweak output buffer timestamping
|
||||||
* vp8enc: add support for enabling automatic insertion of alt-ref frames by the encoder
|
* flacparse: don't drop the last frame if it is followed by garbage
|
||||||
* vp8enc: implement multipass encoding
|
* flacparse: don't parse the complete FLAC frames but only look for valid frame headers (for performance)
|
||||||
* wildmidi: Add support for wildmidi 0.2.3
|
* flacparse: fix picture parsing, fix parsing with unknown framesizes
|
||||||
|
* flacparse: parse seektable
|
||||||
|
* frei0r: add support for the FREI0R_PATH environment variable
|
||||||
|
* frei0r: fix crashes if plugins don't provide correct property information
|
||||||
|
* frei0r: fix scanning of plugin subdirectories and support different vendors
|
||||||
|
* frei0r: update frei0r interface specification to 1.2
|
||||||
|
* gaudieffects: avoid divide by 0 in burn element, make filter parameters dynamic and controllable
|
||||||
|
* id3mux: map GST_TAG_ALBUM_ARTIST, give PRIMARY rank
|
||||||
|
* invtelecine: Fix name of 30p/60i pattern
|
||||||
|
* jasperdec: don't fail hard on decoding error
|
||||||
|
* jifmux: detect EOI correctly; do not limit the size of the image on 16bits
|
||||||
|
* jp2kenc: Emit SOP markers in every codestream packet
|
||||||
|
* jpegparse: avoid infinite loop when resyncing; discard incomplete image
|
||||||
|
* kate: add segment tracking, and various other improvements
|
||||||
|
* kate: ensure the kate pad does not shoot ahead of the video pad
|
||||||
|
* mpegtsdemux: extract language for DVB subtitle streams
|
||||||
|
* mpegtsdemux: enable gather_pes only for DVB subtitle private streams
|
||||||
|
* mpegtsdemux: fix re-syncing on invalid data after seek
|
||||||
|
* mpegtsmux: Initialize PES packet before getting the header size
|
||||||
|
* mpegtsmux: Set adaptation flag when appropriate
|
||||||
|
* mpegtsmux: Set random_access_indicator for keyframes
|
||||||
|
* mpegtsparse: send TDT tables messages in a serialized event downstream
|
||||||
|
* ofa: Call g_object_notify() after the fingerprint was created
|
||||||
|
* pcapparse: Add support for Linux Cooked Capture (SLL) frames
|
||||||
|
* photography: add missing property and cabability flag for noise reduction
|
||||||
|
* photography: Add "zoom" and "image-preview-supported-caps" interface properties
|
||||||
|
* photography: add gst_photography_{set,get}_noise_reduction() and CAPS_NOISE_REDUCTION flag
|
||||||
|
* qtmux: add support for fragmented mp4
|
||||||
|
* qtmux: add "streamable" property to avoid building fragmented mfra index
|
||||||
|
* qtmux: timestamp tracking fixes and many other fixes
|
||||||
|
* resindvd: attempt to use glib language setting for DVD menus/audio
|
||||||
|
* resindvd: improve error messages on read errors; button state tracking fixes
|
||||||
|
* rfbsrc: fail more gracefully if source gets disconnected or geometry changes
|
||||||
|
* sdlvideosink: re-enable YVYU and UYVY support
|
||||||
|
* sdpdemux: error out if no streams found in sdp message
|
||||||
|
* sdpdemux: redirect SDP with an rtsp control URL and add property to disable redirect
|
||||||
|
* ssim: add I420 support
|
||||||
|
* tiger: outline text by default, to make it easier to read
|
||||||
|
* winks: add property probing support; fix framerate fraction range mapping
|
||||||
|
* winks: ignore unsupported formats; work around shutdown deadlock
|
||||||
|
* winks: performance improvements
|
||||||
|
* zbar: make scanner cache optional, disable it by default
|
||||||
|
* zbar: use correct strides, support more formats
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 625908 : [geometrictransform] Some more configuration options for effects
|
* 628609 : The qtwrapperaudiodec_samr decoder doesn't handle buffers containing many AMR frames properly
|
||||||
* 625076 : neonhttpsrc: add connect-timeout and read-timeout properties
|
* 639296 : [y4mdec] Doesn't handle files which don't specify a colorspace
|
||||||
* 620746 : basevideodecoder: remove spurious warning
|
* 613379 : camerabin: Do not use audio clock after stopping video capture
|
||||||
* 566614 : bayer2rgb: Make first line configurable
|
* 636279 : REGRESSION: Video often freezes during playback of mpeg2 files
|
||||||
* 570428 : autogen.sh fails
|
* 630255 : [examples] camerabin example still uses old GstXOverlay interface
|
||||||
* 574290 : [dshowvideosink] make set_xwindow_id() in PLAYING state work
|
* 631232 : [colorspace] AYUV/ARGB handling broken on big endian systems
|
||||||
* 579926 : [directshowvideosink] Doesn't update the last frame after a seek with the pipeline in PAUSED state.
|
* 627229 : fpsdisplaysink should not measure fps relative to pipeline clock
|
||||||
* 580967 : shared memory based sink and source
|
* 435120 : cairosvgoverlay
|
||||||
* 591622 : [vdpau] needs better error/failure handling
|
* 486659 : xmp/exif metadata handling
|
||||||
* 602551 : dshowvideosink window close doesn't cause gst-launch to exit
|
* 578629 : libgstphotography missing exports for MSVC
|
||||||
* 602936 : [ mp4mux] Lipsync issue when converting mkv to mp4 using h264/aac
|
* 587223 : mpegtsdemux seg.fault due to invalid PMT_pid
|
||||||
* 613346 : [dshowvideosink] Add support for updating video caps
|
* 598078 : osxvideosrc doesn't build in snow leopard x86_64
|
||||||
* 616265 : Add a GSettings plugin that provides the same services as the GConf plugin
|
* 600929 : [kate] tiger element doesn't handle segments and text/video synchronization properly
|
||||||
* 618336 : [mpegvideoparse] mpegvideoparse makes some streams unplayable
|
* 603063 : camerabin example fails to start recording
|
||||||
* 618522 : [asfmux][patch] Improve support for streaming
|
* 611428 : [gdiscreencapsrc] leaks memory (ICONINFO)
|
||||||
* 618921 : [dshowvideosink] Replace CoIntialize with CoInitializeEx for bettrer integration with GStreamer threads
|
* 613633 : [resindvd] scrambled DVDs yield useless generic error message if dvdcss is not available
|
||||||
* 618936 : [dshowvideosink] close the created window in ::stop()
|
* 616814 : Photography interface extension: colour tone mode and noise reduction settings
|
||||||
* 620324 : Format warning in ivfparse
|
* 616923 : camerabin: remove photography interface implementation
|
||||||
* 620717 : [geometrytransform] Incomplete template caps
|
* 618045 : [cogcolorspace] No Y41B support
|
||||||
* 620825 : [geometrytransform] Make properties controllable and threadsafe
|
* 618542 : DVB subtitles support
|
||||||
* 620978 : insert NAL7/8 always when encountering I frame
|
* 625558 : [basevideoencoder] [vp8] encoder timestamps are wrong when there are gaps
|
||||||
* 621205 : [mpeg4videoparse] add config-interval property to insert mpeg4video config data in regular intervals
|
* 626425 : cog_virt_frame_new_convert_u8 has bogus source data
|
||||||
* 621348 : [vp8enc] Implement multipass encoding
|
* 627134 : photography interface: add API for capture correction
|
||||||
* 621523 : [id3mux] write beats-per-minute tag
|
* 627211 : jpegformat: Push tags after setting srcpad caps
|
||||||
* 622369 : [rtmpsrc] crash if correct server but wrong video file name
|
* 627253 : [mpegtsparse] Post tags of channel and currently running event
|
||||||
* 622484 : [qtmux] missing track number tag when transcoding to aac
|
* 627992 : dtmfsrc doesn't support gst_element_send_event
|
||||||
* 622690 : elements/jpegparse check fails
|
* 628326 : vdpau: don't change structure in setcaps function
|
||||||
* 622692 : pipelines/metadata check fails
|
* 628527 : videoanalyse: classificication is wrong
|
||||||
* 622725 : [mpgtsparse] Doesn't remove pids from pes_pids
|
* 628548 : [mpegtsmux] Initialize PES packet before getting the header size
|
||||||
* 623272 : [dshowvideosink] setting force-aspect-ratio has no effect after the sink's renderer has been configured
|
* 628570 : cogcolorspace: element classificication is wrong
|
||||||
* 623365 : [qtmux and variant] Don't store codec tags
|
* 629554 : dvbsrc: Fix example usage, bandwidth=8 not 8MHz
|
||||||
* 623550 : doesn't compile with celt 0.8
|
* 629897 : [cog] Ignores --disable-orc and always requires orc
|
||||||
* 623678 : qtmux: Write AAC/H.264 bitrate if available
|
* 629910 : jpegparse: properly clean up comment string
|
||||||
* 623710 : [frei0r] Load frei0r plugins in /usr/lib64/frei0r-1 too
|
* 629917 : [output-selector] Recheck pending_pad after pushing a buffer
|
||||||
* 623713 : [dshowaudiodec][patch] Fix compilation error
|
* 630046 : sdpdemux: Add optional support for rtspsrc as session element
|
||||||
* 623722 : gstwildmidi element update to newer library version
|
* 630253 : [sdl] Still uses old GstXOverlay interface
|
||||||
* 623802 : camerabin: Bin based viewfinder sink support is broken
|
* 630254 : [vdpau] Still uses old GstXOverlay interface
|
||||||
* 623854 : jpegparse reads a wrong EXIF section size
|
* 630783 : [frei0r] Crashes if broken plugins don't give correct property information
|
||||||
* 623881 : aiffmux.c divide by zero
|
* 630808 : valve: move to core
|
||||||
* 623883 : [winks] gstksvideosrc.c error on MSVC using gst_element_class_set_details()
|
* 631200 : flacparse: major performance improvements
|
||||||
* 625003 : [examples] Don't use GdkDraw
|
* 631389 : [flacparse] backport/check corner case fixes done in flacdec
|
||||||
* 625138 : [dshowvideosrc] Don't use a range in the caps if min==max
|
* 631449 : [audioparse] doest not support several channel numbers
|
||||||
* 625174 : neonhttpsrc: adds cookies support
|
* 631501 : [faad] failed to dynamically switch from 2 audio channels to 6
|
||||||
* 625496 : qtmux - misc fix on btrt box
|
* 631814 : [flacparse] unit test failures
|
||||||
* 625722 : [geometrictransform] Some new effect elements for cheese
|
* 631993 : [flacparse] imperfect timestamping
|
||||||
* 625817 : coloreffects: new plugin for lookup table color mapping
|
* 632070 : qtmux: infinite loop
|
||||||
* 625959 : geometrictransform: make CircleGeometricTransform " radius " property relative
|
* 632668 : Gaudi Effects [review]
|
||||||
* 626049 : [vdpau] crashes in states.check unit test
|
* 632885 : Gaudi Effects dynamically controllable parameters [review]
|
||||||
* 626603 : generic/states check fails with gsettings element installed
|
* 632911 : qtmux: add fragmented mp4 support (isml brand)
|
||||||
* 626670 : gaudieffects: Fails to link inline functions properly
|
* 633466 : [katedec] Pushes events before the final caps are known
|
||||||
* 626815 : vp8dec: infinite loop if EOS event before started
|
* 633917 : [mpegtsparse] [PATCH] Send TDT messages in an serialized event downstream
|
||||||
* 627413 : jifmux causes broken jpeg images at least with some rgb pixel format
|
* 635200 : [dvbbasebin] [PATCH] Add TDT to the initial pids filter for dvbsrc
|
||||||
* 627918 : Do not install gst-camera.ui
|
* 635202 : mpeg4videoparse: Minor fixes
|
||||||
* 627991 : rtpmux will freeze whenever a flush is sent
|
* 635204 : mpeg4videoparse: Set srcpad caps before forwarding newsegment
|
||||||
* 624212 : mp4mux produces incorrect frame rates when h264 input uses bframes
|
* 635205 : h264parse: Set srcpad caps before forwarding newsegment
|
||||||
* 619158 : IVF parser plugin
|
* 635229 : celtenc: uninitialized tags variable can cause segfault
|
||||||
* 619484 : vp8dec: s/IMG_FMT_I420/VPX_IMG_FMT_I420/
|
* 635304 : [opencv] fix caps issues and extend supported caps for some elements [PATCH]
|
||||||
* 621404 : [dvbsrc] Set stats-reporting-interval on construction
|
* 635397 : rfbsrc: avoid infinite loop if source gets disconnected and don't crash if frame geometry changes
|
||||||
|
* 635529 : interlace: Add pattern offset and fix timestamps
|
||||||
|
* 635720 : vp8enc incorrectly sets timestamps based on theoretical framerate
|
||||||
|
* 635786 : [audioparse] Fix division-by-zero exception
|
||||||
|
* 635878 : [qtmux] gst_qtmux_check_difference subtract 2 unsigned numbers without taking care of the result sign
|
||||||
|
* 636106 : autocolorspace: new plugin for auto space convertor selection
|
||||||
|
* 636109 : [SSIM] klass should be Filter/Effect/Video
|
||||||
|
* 636185 : qtmux: msvc incompatibility
|
||||||
|
* 637062 : [ac3parse] parse problems on some MTS streams
|
||||||
|
* 637224 : [bayer2rgb] missing framerate in sink caps
|
||||||
|
* 637308 : gst-plugins-bad did not find xvidcore on my box
|
||||||
|
* 637359 : Internal GStreamer error, during pcap to mp4 conversion
|
||||||
|
* 637403 : qtmux do not store 1st TS when detect 1st buffer
|
||||||
|
* 637486 : qtmux: error if no buffers have arrived to one pad at EOS
|
||||||
|
* 637532 : applemedia: redundant declaration of 'parent_class'
|
||||||
|
* 637590 : [PATCH] fix gst-plugins-bad compile against latest gtk+
|
||||||
|
* 637824 : mpeg4videoparse: gst_buffer_is_metadata_writable warning (regression)
|
||||||
|
* 637929 : mve: do not use the pad buffer allocation functions in demuxers
|
||||||
|
* 637931 : mpegdemux: do not use the pad buffer allocation functions in demuxers
|
||||||
|
* 638004 : tiger: fallback on headers in caps to initialize if headers are absent
|
||||||
|
* 638288 : qtmux: fails to handle out-of-order buffers without duration
|
||||||
|
* 638412 : kate: reenable the sending of a message for tags
|
||||||
|
* 638527 : tiger: outline text by default, to make it easier to read
|
||||||
|
* 638604 : basecamerasrc isn't build by default but camerabin2 is and requires it
|
||||||
|
* 639063 : mpegtsparse: fix (re)sync with invalid data at beginning
|
||||||
|
* 639338 : [qtmux] Protect against copying a null caps
|
||||||
|
* 639413 : Camerabin should use output-selector:pad-negotiation-mode=active
|
||||||
|
* 639456 : [camerabin] Should have all conversion flags enabled by default
|
||||||
|
* 639555 : [audioparsers] Be careful to not lose the event ref
|
||||||
|
* 639950 : flacparse: avoid unref'ing NULL buffer
|
||||||
|
* 630830 : zbar: Fixes, single frame scan and width/stride fix
|
||||||
|
* 635281 : [mpegtsparse] TDT packets are only parsed for odd hours
|
||||||
|
|
||||||
Download
|
Download
|
||||||
|
|
||||||
|
@ -204,39 +277,61 @@ Applications
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
|
* Alejandro Gonzalez
|
||||||
|
* Aleksey Lim
|
||||||
* Alessandro Decina
|
* Alessandro Decina
|
||||||
* Andoni Morales
|
|
||||||
* Andoni Morales Alastruey
|
* Andoni Morales Alastruey
|
||||||
|
* Andres Colubri
|
||||||
|
* André Dieb Martins
|
||||||
* Arun Raghavan
|
* Arun Raghavan
|
||||||
* Austin Lund
|
* Benjamin Gaignard
|
||||||
* Bastien Nocera
|
|
||||||
* Benjamin Otte
|
|
||||||
* Carl-Anton Ingmarsson
|
* Carl-Anton Ingmarsson
|
||||||
|
* Christian Berentsen
|
||||||
|
* Damien Lespiau
|
||||||
* David Hoyt
|
* David Hoyt
|
||||||
* David Schleef
|
* David Schleef
|
||||||
* Edward Hervey
|
* Edward Hervey
|
||||||
* Filippo Argiolas
|
* Felipe Contreras
|
||||||
|
* Francis Rammeloo
|
||||||
|
* Hoseok Chang
|
||||||
|
* Hu Gang
|
||||||
* Jan Schmidt
|
* Jan Schmidt
|
||||||
* Jonathan Matthew
|
* Janne Grunau
|
||||||
* Julien Moutte
|
* Jonathan Rosser
|
||||||
|
* Josh Doe
|
||||||
|
* Kaj-Michael Lang
|
||||||
|
* Karol Sobczak
|
||||||
|
* Knut Inge Hvidsten
|
||||||
|
* Lasse Laukkanen
|
||||||
|
* Leo Singer
|
||||||
|
* Luciana Fujii Pontello
|
||||||
* Luis de Bethencourt
|
* Luis de Bethencourt
|
||||||
* Marc-André Lureau
|
* Marc-André Lureau
|
||||||
* Mark Nauwelaerts
|
* Mark Nauwelaerts
|
||||||
* Michael Smith
|
* Mart Raudsepp
|
||||||
|
* Matthew Ife
|
||||||
|
* Mike Sheldon
|
||||||
|
* Noam
|
||||||
|
* Ole André Vadla Ravnås
|
||||||
|
* Olivier Aubert
|
||||||
* Olivier Crête
|
* Olivier Crête
|
||||||
* Philip Jägenstedt
|
* Rob Clark
|
||||||
* Philippe Normand
|
|
||||||
* Raimo Jarvi
|
|
||||||
* Robert Swain
|
* Robert Swain
|
||||||
* Sameer Naik
|
* Saleem Abdulrasool
|
||||||
* Sebastian Dröge
|
* Sebastian Dröge
|
||||||
* Sebastian Pölsterl
|
* Sebastian Pölsterl
|
||||||
|
* Sreerenj Balachandran
|
||||||
* Stefan Kost
|
* Stefan Kost
|
||||||
|
* Teemu Katajisto
|
||||||
* Thiago Santos
|
* Thiago Santos
|
||||||
|
* Thibault Saunier
|
||||||
* Thijs Vermeir
|
* Thijs Vermeir
|
||||||
* Tim-Philipp Müller
|
* Tim-Philipp Müller
|
||||||
|
* Tristan Matthews
|
||||||
|
* Vincent Penquerc'h
|
||||||
* Víctor Manuel Jáquez Leal
|
* Víctor Manuel Jáquez Leal
|
||||||
|
* Wim Taymans
|
||||||
* Youness Alaoui
|
* Youness Alaoui
|
||||||
* Zaheer Abbas Merali
|
* benjamin gaignard
|
||||||
* Руслан Ижбулатов
|
* kapil
|
||||||
|
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.60)
|
||||||
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.20.4,
|
AC_INIT(GStreamer Bad Plug-ins, 0.10.21,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-plugins-bad)
|
gst-plugins-bad)
|
||||||
|
|
||||||
|
@ -50,8 +50,8 @@ AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
|
|
||||||
dnl *** required versions of GStreamer stuff ***
|
dnl *** required versions of GStreamer stuff ***
|
||||||
GST_REQ=0.10.31.3
|
GST_REQ=0.10.32
|
||||||
GSTPB_REQ=0.10.31.3
|
GSTPB_REQ=0.10.32
|
||||||
|
|
||||||
dnl *** autotools stuff ****
|
dnl *** autotools stuff ****
|
||||||
|
|
||||||
|
|
|
@ -26550,7 +26550,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>7.7486e-304</DEFAULT>
|
<DEFAULT>4.62957e-299</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -26560,7 +26560,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>4.62957e-299</DEFAULT>
|
<DEFAULT>0</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -26590,7 +26590,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>ratiox</NICK>
|
<NICK>ratiox</NICK>
|
||||||
<BLURB>x-ratio.</BLURB>
|
<BLURB>x-ratio.</BLURB>
|
||||||
<DEFAULT>2.35298e-310</DEFAULT>
|
<DEFAULT>2.34233e-310</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -26600,7 +26600,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>ratioy</NICK>
|
<NICK>ratioy</NICK>
|
||||||
<BLURB>y-ratio.</BLURB>
|
<BLURB>y-ratio.</BLURB>
|
||||||
<DEFAULT>2.35298e-310</DEFAULT>
|
<DEFAULT>2.34233e-310</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -27180,7 +27180,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>blend</NICK>
|
<NICK>blend</NICK>
|
||||||
<BLURB>blend factor.</BLURB>
|
<BLURB>blend factor.</BLURB>
|
||||||
<DEFAULT>-6.17056e+303</DEFAULT>
|
<DEFAULT>0</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -27370,7 +27370,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>HSync</NICK>
|
<NICK>HSync</NICK>
|
||||||
<BLURB>the hsync offset.</BLURB>
|
<BLURB>the hsync offset.</BLURB>
|
||||||
<DEFAULT>1.783e-316</DEFAULT>
|
<DEFAULT>8.25792e-317</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
|
|
@ -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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>unknown</license>
|
<license>unknown</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Color Look-up Table filters</description>
|
<description>Color Look-up Table filters</description>
|
||||||
<filename>../../gst/coloreffects/.libs/libgstcoloreffects.so</filename>
|
<filename>../../gst/coloreffects/.libs/libgstcoloreffects.so</filename>
|
||||||
<basename>libgstcoloreffects.so</basename>
|
<basename>libgstcoloreffects.so</basename>
|
||||||
<version>0.10.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Colorspace conversion</description>
|
<description>Colorspace conversion</description>
|
||||||
<filename>../../gst/colorspace/.libs/libgstcolorspace.so</filename>
|
<filename>../../gst/colorspace/.libs/libgstcolorspace.so</filename>
|
||||||
<basename>libgstcolorspace.so</basename>
|
<basename>libgstcolorspace.so</basename>
|
||||||
<version>0.10.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package></package>
|
<package></package>
|
||||||
|
|
|
@ -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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>DCCP</package>
|
<package>DCCP</package>
|
||||||
|
|
|
@ -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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>DVB subtitle renderer</description>
|
<description>DVB subtitle renderer</description>
|
||||||
<filename>../../gst/dvbsuboverlay/.libs/libgstdvbsuboverlay.so</filename>
|
<filename>../../gst/dvbsuboverlay/.libs/libgstdvbsuboverlay.so</filename>
|
||||||
<basename>libgstdvbsuboverlay.so</basename>
|
<basename>libgstdvbsuboverlay.so</basename>
|
||||||
<version>0.10.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Gaudi video effects.</description>
|
<description>Gaudi video effects.</description>
|
||||||
<filename>../../gst/gaudieffects/.libs/libgstgaudieffects.so</filename>
|
<filename>../../gst/gaudieffects/.libs/libgstgaudieffects.so</filename>
|
||||||
<basename>libgstgaudieffects.so</basename>
|
<basename>libgstgaudieffects.so</basename>
|
||||||
<version>0.10.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Various geometric image transform elements</description>
|
<description>Various geometric image transform elements</description>
|
||||||
<filename>../../gst/geometrictransform/.libs/libgstgeometrictransform.so</filename>
|
<filename>../../gst/geometrictransform/.libs/libgstgeometrictransform.so</filename>
|
||||||
<basename>libgstgeometrictransform.so</basename>
|
<basename>libgstgeometrictransform.so</basename>
|
||||||
<version>0.10.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>GSettings plugin</description>
|
<description>GSettings plugin</description>
|
||||||
<filename>../../ext/gsettings/.libs/libgstgsettingselements.so</filename>
|
<filename>../../ext/gsettings/.libs/libgstgsettingselements.so</filename>
|
||||||
<basename>libgstgsettingselements.so</basename>
|
<basename>libgstgsettingselements.so</basename>
|
||||||
<version>0.10.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Create an interlaced video stream</description>
|
<description>Create an interlaced video stream</description>
|
||||||
<filename>../../gst/interlace/.libs/libgstinterlace.so</filename>
|
<filename>../../gst/interlace/.libs/libgstinterlace.so</filename>
|
||||||
<basename>libgstinterlace.so</basename>
|
<basename>libgstinterlace.so</basename>
|
||||||
<version>0.10.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>IVF parser</description>
|
<description>IVF parser</description>
|
||||||
<filename>../../gst/ivfparse/.libs/libgstivfparse.so</filename>
|
<filename>../../gst/ivfparse/.libs/libgstivfparse.so</filename>
|
||||||
<basename>libgstivfparse.so</basename>
|
<basename>libgstivfparse.so</basename>
|
||||||
<version>0.10.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>JPEG2000 decimator</description>
|
<description>JPEG2000 decimator</description>
|
||||||
<filename>../../gst/jp2kdecimator/.libs/libgstjp2kdecimator.so</filename>
|
<filename>../../gst/jp2kdecimator/.libs/libgstjp2kdecimator.so</filename>
|
||||||
<basename>libgstjp2kdecimator.so</basename>
|
<basename>libgstjp2kdecimator.so</basename>
|
||||||
<version>0.10.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>All LADSPA plugins</description>
|
<description>All LADSPA plugins</description>
|
||||||
<filename>../../ext/ladspa/.libs/libgstladspa.so</filename>
|
<filename>../../ext/ladspa/.libs/libgstladspa.so</filename>
|
||||||
<basename>libgstladspa.so</basename>
|
<basename>libgstladspa.so</basename>
|
||||||
<version>0.10.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>.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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>unknown</license>
|
<license>unknown</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>GStreamer OpenCV Plugins</description>
|
<description>GStreamer OpenCV Plugins</description>
|
||||||
<filename>../../ext/opencv/.libs/libgstopencv.so</filename>
|
<filename>../../ext/opencv/.libs/libgstopencv.so</filename>
|
||||||
<basename>libgstopencv.so</basename>
|
<basename>libgstopencv.so</basename>
|
||||||
<version>0.10.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>Element parsing raw pcap streams</description>
|
<description>Element parsing raw pcap streams</description>
|
||||||
<filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename>
|
<filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename>
|
||||||
<basename>libgstpcapparse.so</basename>
|
<basename>libgstpcapparse.so</basename>
|
||||||
<version>0.10.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>GPL</license>
|
<license>GPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer</package>
|
<package>GStreamer</package>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Schroedinger plugin</description>
|
<description>Schroedinger plugin</description>
|
||||||
<filename>../../ext/schroedinger/.libs/libgstschro.so</filename>
|
<filename>../../ext/schroedinger/.libs/libgstschro.so</filename>
|
||||||
<basename>libgstschro.so</basename>
|
<basename>libgstschro.so</basename>
|
||||||
<version>0.10.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Segment clip elements</description>
|
<description>Segment clip elements</description>
|
||||||
<filename>../../gst/segmentclip/.libs/libgstsegmentclip.so</filename>
|
<filename>../../gst/segmentclip/.libs/libgstsegmentclip.so</filename>
|
||||||
<basename>libgstsegmentclip.so</basename>
|
<basename>libgstsegmentclip.so</basename>
|
||||||
<version>0.10.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>shared memory sink source</description>
|
<description>shared memory sink source</description>
|
||||||
<filename>../../sys/shm/.libs/libgstshm.so</filename>
|
<filename>../../sys/shm/.libs/libgstshm.so</filename>
|
||||||
<basename>libgstshm.so</basename>
|
<basename>libgstshm.so</basename>
|
||||||
<version>0.10.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>Audio Pitch Controller & BPM Detection</description>
|
<description>Audio Pitch Controller & BPM Detection</description>
|
||||||
<filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
|
<filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
|
||||||
<basename>libgstsoundtouch.so</basename>
|
<basename>libgstsoundtouch.so</basename>
|
||||||
<version>0.10.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</package>
|
<package>GStreamer Bad Plug-ins source release</package>
|
||||||
<origin>Unknown package origin</origin>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
<description>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.20.4</version>
|
<version>0.10.21</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-bad</source>
|
<source>gst-plugins-bad</source>
|
||||||
<package>GStreamer Bad Plug-ins prerelease</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
Loading…
Reference in a new issue