mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Merge branch 'master' into 0.11
Conflicts: configure.ac win32/common/config.h
This commit is contained in:
commit
2eb38991c6
426 changed files with 39843 additions and 11940 deletions
|
@ -37,8 +37,6 @@ xvid libxvidcore (http://www.xvid.org/)
|
|||
Plugins derived from GPL code are as follows:
|
||||
|
||||
dvdreadsrc libdvdread (http://www.dtek.chalmers.se/groups/dvd/)
|
||||
jack libjack (http://jackit.sourceforge.net/)
|
||||
Note libjack is LGPL, but plugin is GPL.
|
||||
monoscope None (Algorithm by Ralph Loader, Joerg Walter,
|
||||
Richard Boulton, and Andy Lo A Foe)
|
||||
rtjpeg None (Erik Walthinsen's algorithm)
|
||||
|
|
20
Makefile.am
20
Makefile.am
|
@ -46,26 +46,42 @@ CRUFT_FILES = \
|
|||
$(top_builddir)/common/shave-libtool \
|
||||
$(top_builddir)/ext/alsaspdif/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/ext/ivorbis/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/ext/jack/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/aacparse/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/amrparse/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/flacparse/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/shapewipe/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/imagefreeze/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/selector/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/shapewipe/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/valve/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/gst/videoparsers/.libs/libgsth263parse* \
|
||||
$(top_builddir)/sys/oss4/.libs/*.{so,dll,DLL,dylib} \
|
||||
$(top_builddir)/tests/check/elements/autocolorspace \
|
||||
$(top_builddir)/tests/check/elements/capssetter \
|
||||
$(top_builddir)/tests/check/elements/imagefreeze \
|
||||
$(top_builddir)/tests/check/elements/selector \
|
||||
$(top_builddir)/tests/check/elements/valve \
|
||||
$(top_builddir)/tests/check/pipelines/metadata \
|
||||
$(top_builddir)/tests/icles/test-oss4
|
||||
$(top_builddir)/tests/examples/jack/jack_client \
|
||||
$(top_builddir)/tests/examples/switch/switcher \
|
||||
$(top_builddir)/tests/icles/output-selector-test \
|
||||
$(top_builddir)/tests/icles/test-oss4 \
|
||||
$(top_builddir)/tests/icles/equalizer-test
|
||||
|
||||
CRUFT_DIRS = \
|
||||
$(top_srcdir)/gst/aacparse \
|
||||
$(top_srcdir)/gst/amrparse \
|
||||
$(top_srcdir)/gst/flacparse \
|
||||
$(top_srcdir)/gst/imagefreeze \
|
||||
$(top_srcdir)/gst/selector \
|
||||
$(top_srcdir)/gst/shapewipe \
|
||||
$(top_srcdir)/gst/valve \
|
||||
$(top_srcdir)/tests/examples/shapewipe \
|
||||
$(top_srcdir)/tests/examples/switch \
|
||||
$(top_srcdir)/tests/examples/jack \
|
||||
$(top_srcdir)/ext/alsaspdif \
|
||||
$(top_srcdir)/ext/ivorbis \
|
||||
$(top_srcdir)/ext/jack \
|
||||
$(top_srcdir)/ext/metadata
|
||||
|
||||
include $(top_srcdir)/common/cruft.mak
|
||||
|
|
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:
|
||||
|
||||
|
|
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
|
||||
|
||||
* asfmux streaming fixes and improvements
|
||||
* new video effects plugins: coloreffects, gaudieffects, geometrictransform
|
||||
* new gsettings plugin with gsettings{audio,video}{src,sink} elements
|
||||
* new ivfparse element
|
||||
* new rtmpsrc element
|
||||
* new shmsink and shmsrc elements for IPC using shared memory
|
||||
* new videomaxrate element
|
||||
* dshowvideosink improvements
|
||||
* vdpau: H.264 and MPEG-4 decoder (not enabled for autoplugging yet though)
|
||||
* vp8enc: support multipass encoding and keyframe-only mode
|
||||
* neonhttpsrc: timeout properties and cookie support
|
||||
* h264parse and mpegvideoparse: can periodically insert codec data into stream now
|
||||
* build: require GLib >= 2.20, automake >= 1.10, autoconf >= 2.60, want orc
|
||||
* asfmux: deprecate "is-live" property, replaced by new "streamable" property
|
||||
* asfmux: don't set the 'seekable' flag in headers if we are streaming
|
||||
* asfmux: put headers into "streamheader" field in output caps for streaming
|
||||
* asfmux: write preroll info in the header at initialization
|
||||
* bayer: support more formats in bayer2rgb, add rgb2bayer element
|
||||
* camerabin: make viewfinder-sink property work with bins
|
||||
* celt: add support for celt 0.8, remove support for celt < 0.5
|
||||
* celtenc: add "prediction" and "start band" properties
|
||||
* coloreffects: new element with heat, sepia, xray and cross-process effects
|
||||
* dshowvideosink: many fixes and improvements
|
||||
* fpsdisplaysink: add "fps-update-interval" and read-only "max-fps"/"min-fps" properties
|
||||
* frei0r: check for plugins in /usr/{local/,}lib{32,64}/frei0r-1 too
|
||||
* gaudieffects: new plugin with burn, chromium, dilate, dodge, exclusion, gaussianblur and solarize video effect elements
|
||||
* geometrictransform: new plugin with circle, diffuse, kaleidoscope, marble, pinch, sphere, twirl, and waterripple, fisheye, mirror, square, tunnel, bulge, stretch video effect elements
|
||||
* gsettings: new GSettings plugin with audio/video sources and sinks (to replace gconf plugin)
|
||||
* h264parse: add "config-interval" property to insert SPS/PPS at periodic intervals
|
||||
* h264parse: handle 3-byte bytestream sync codes; process incoming timestamps more correctly
|
||||
* id3mux: add support for beats-per-minute tag
|
||||
* invtelecine: support more video formats, more pulldown formats, add "verify-field-flags" property
|
||||
* ivfparse: add simple IVF parser element (simple framing for VP8 video data)
|
||||
* jpegformat: add exif writing to jifmux and exif parsing to jpegparse
|
||||
* jpegparse: skip extra 0xff markers, optimize jpeg image parsing
|
||||
* mimic: lots of fixes and clean-ups
|
||||
* mpeg4videoparse: add "config-interval" property to re-insert config in stream
|
||||
* mpegtsmux: start pmt at 0x020; take all the pmt in the streamheaders
|
||||
* mpegtsparse: actually work when we have small buffers coming in
|
||||
* mpegvideoparse: apply previous timestamp when there isn't any newer
|
||||
* neonhttpsrc: add "connect-timeout", "read-timeout" and "cookies" properties
|
||||
* qtmux: write audio/video stream bitrates into header, if available
|
||||
* qtmux: write track-number etc. tags even if count is not available
|
||||
* rtmpsrc: new RTMP source element based on librtmp
|
||||
* rtpdtmfmux: add priority sink pads and drop buffers on non-priority sink pads when something is incoming on the priority sink
|
||||
* rtpmux: add support for GstBufferLists; aggregate incoming segments; fix buffer leak
|
||||
* shm: add new shm-based shmsink and shmsrc elements for IPC using shared memory
|
||||
* vdpau: add H.264 decoder and MPEG-4 part 2 decoder; countless other fixes and improvements
|
||||
* videomaxrate: new plugin/element to limit videorate conditionally based on threshold
|
||||
* vp8dec: mark discont buffers, set decoder deadline from the QoS information
|
||||
* vp8enc: allow a maximum keyframe distance of 0, i.e. all frames are keyframes
|
||||
* vp8enc: fix handling of invisible/alt ref frames
|
||||
* vp8enc: add support for enabling automatic insertion of alt-ref frames by the encoder
|
||||
* vp8enc: implement multipass encoding
|
||||
* wildmidi: Add support for wildmidi 0.2.3
|
||||
* 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 in this release
|
||||
|
||||
* 625908 : [geometrictransform] Some more configuration options for effects
|
||||
* 625076 : neonhttpsrc: add connect-timeout and read-timeout properties
|
||||
* 620746 : basevideodecoder: remove spurious warning
|
||||
* 566614 : bayer2rgb: Make first line configurable
|
||||
* 570428 : autogen.sh fails
|
||||
* 574290 : [dshowvideosink] make set_xwindow_id() in PLAYING state work
|
||||
* 579926 : [directshowvideosink] Doesn't update the last frame after a seek with the pipeline in PAUSED state.
|
||||
* 580967 : shared memory based sink and source
|
||||
* 591622 : [vdpau] needs better error/failure handling
|
||||
* 602551 : dshowvideosink window close doesn't cause gst-launch to exit
|
||||
* 602936 : [ mp4mux] Lipsync issue when converting mkv to mp4 using h264/aac
|
||||
* 613346 : [dshowvideosink] Add support for updating video caps
|
||||
* 616265 : Add a GSettings plugin that provides the same services as the GConf plugin
|
||||
* 618336 : [mpegvideoparse] mpegvideoparse makes some streams unplayable
|
||||
* 618522 : [asfmux][patch] Improve support for streaming
|
||||
* 618921 : [dshowvideosink] Replace CoIntialize with CoInitializeEx for bettrer integration with GStreamer threads
|
||||
* 618936 : [dshowvideosink] close the created window in ::stop()
|
||||
* 620324 : Format warning in ivfparse
|
||||
* 620717 : [geometrytransform] Incomplete template caps
|
||||
* 620825 : [geometrytransform] Make properties controllable and threadsafe
|
||||
* 620978 : insert NAL7/8 always when encountering I frame
|
||||
* 621205 : [mpeg4videoparse] add config-interval property to insert mpeg4video config data in regular intervals
|
||||
* 621348 : [vp8enc] Implement multipass encoding
|
||||
* 621523 : [id3mux] write beats-per-minute tag
|
||||
* 622369 : [rtmpsrc] crash if correct server but wrong video file name
|
||||
* 622484 : [qtmux] missing track number tag when transcoding to aac
|
||||
* 622690 : elements/jpegparse check fails
|
||||
* 622692 : pipelines/metadata check fails
|
||||
* 622725 : [mpgtsparse] Doesn't remove pids from pes_pids
|
||||
* 623272 : [dshowvideosink] setting force-aspect-ratio has no effect after the sink's renderer has been configured
|
||||
* 623365 : [qtmux and variant] Don't store codec tags
|
||||
* 623550 : doesn't compile with celt 0.8
|
||||
* 623678 : qtmux: Write AAC/H.264 bitrate if available
|
||||
* 623710 : [frei0r] Load frei0r plugins in /usr/lib64/frei0r-1 too
|
||||
* 623713 : [dshowaudiodec][patch] Fix compilation error
|
||||
* 623722 : gstwildmidi element update to newer library version
|
||||
* 623802 : camerabin: Bin based viewfinder sink support is broken
|
||||
* 623854 : jpegparse reads a wrong EXIF section size
|
||||
* 623881 : aiffmux.c divide by zero
|
||||
* 623883 : [winks] gstksvideosrc.c error on MSVC using gst_element_class_set_details()
|
||||
* 625003 : [examples] Don't use GdkDraw
|
||||
* 625138 : [dshowvideosrc] Don't use a range in the caps if min==max
|
||||
* 625174 : neonhttpsrc: adds cookies support
|
||||
* 625496 : qtmux - misc fix on btrt box
|
||||
* 625722 : [geometrictransform] Some new effect elements for cheese
|
||||
* 625817 : coloreffects: new plugin for lookup table color mapping
|
||||
* 625959 : geometrictransform: make CircleGeometricTransform " radius " property relative
|
||||
* 626049 : [vdpau] crashes in states.check unit test
|
||||
* 626603 : generic/states check fails with gsettings element installed
|
||||
* 626670 : gaudieffects: Fails to link inline functions properly
|
||||
* 626815 : vp8dec: infinite loop if EOS event before started
|
||||
* 627413 : jifmux causes broken jpeg images at least with some rgb pixel format
|
||||
* 627918 : Do not install gst-camera.ui
|
||||
* 627991 : rtpmux will freeze whenever a flush is sent
|
||||
* 624212 : mp4mux produces incorrect frame rates when h264 input uses bframes
|
||||
* 619158 : IVF parser plugin
|
||||
* 619484 : vp8dec: s/IMG_FMT_I420/VPX_IMG_FMT_I420/
|
||||
* 621404 : [dvbsrc] Set stats-reporting-interval on construction
|
||||
* 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
|
||||
|
||||
Download
|
||||
|
||||
|
@ -204,39 +277,61 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Alejandro Gonzalez
|
||||
* Aleksey Lim
|
||||
* Alessandro Decina
|
||||
* Andoni Morales
|
||||
* Andoni Morales Alastruey
|
||||
* Andres Colubri
|
||||
* André Dieb Martins
|
||||
* Arun Raghavan
|
||||
* Austin Lund
|
||||
* Bastien Nocera
|
||||
* Benjamin Otte
|
||||
* Benjamin Gaignard
|
||||
* Carl-Anton Ingmarsson
|
||||
* Christian Berentsen
|
||||
* Damien Lespiau
|
||||
* David Hoyt
|
||||
* David Schleef
|
||||
* Edward Hervey
|
||||
* Filippo Argiolas
|
||||
* Felipe Contreras
|
||||
* Francis Rammeloo
|
||||
* Hoseok Chang
|
||||
* Hu Gang
|
||||
* Jan Schmidt
|
||||
* Jonathan Matthew
|
||||
* Julien Moutte
|
||||
* Janne Grunau
|
||||
* Jonathan Rosser
|
||||
* Josh Doe
|
||||
* Kaj-Michael Lang
|
||||
* Karol Sobczak
|
||||
* Knut Inge Hvidsten
|
||||
* Lasse Laukkanen
|
||||
* Leo Singer
|
||||
* Luciana Fujii Pontello
|
||||
* Luis de Bethencourt
|
||||
* Marc-André Lureau
|
||||
* Mark Nauwelaerts
|
||||
* Michael Smith
|
||||
* Mart Raudsepp
|
||||
* Matthew Ife
|
||||
* Mike Sheldon
|
||||
* Noam
|
||||
* Ole André Vadla Ravnås
|
||||
* Olivier Aubert
|
||||
* Olivier Crête
|
||||
* Philip Jägenstedt
|
||||
* Philippe Normand
|
||||
* Raimo Jarvi
|
||||
* Rob Clark
|
||||
* Robert Swain
|
||||
* Sameer Naik
|
||||
* Saleem Abdulrasool
|
||||
* Sebastian Dröge
|
||||
* Sebastian Pölsterl
|
||||
* Sreerenj Balachandran
|
||||
* Stefan Kost
|
||||
* Teemu Katajisto
|
||||
* Thiago Santos
|
||||
* Thibault Saunier
|
||||
* Thijs Vermeir
|
||||
* Tim-Philipp Müller
|
||||
* Tristan Matthews
|
||||
* Vincent Penquerc'h
|
||||
* Víctor Manuel Jáquez Leal
|
||||
* Wim Taymans
|
||||
* Youness Alaoui
|
||||
* Zaheer Abbas Merali
|
||||
* Руслан Ижбулатов
|
||||
* benjamin gaignard
|
||||
* kapil
|
||||
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 011bcc8a0fc7f798ee874a7ba899123fb2470e22
|
||||
Subproject commit 1de7f6ab2d4bc1af69f06079cf0f4e2cbbfdc178
|
90
configure.ac
90
configure.ac
|
@ -178,7 +178,7 @@ AC_CHECK_FUNC(socket,,[AC_CHECK_LIB(socket,socket)])
|
|||
AC_CHECK_FUNC(gethostbyname,,[AC_CHECK_LIB(nsl,gethostbyname)])
|
||||
|
||||
dnl GLib is required
|
||||
AG_GST_GLIB_CHECK([2.20])
|
||||
AG_GST_GLIB_CHECK([2.22])
|
||||
|
||||
dnl checks for gstreamer
|
||||
dnl uninstalled is selected preferentially -- see pkg-config(1)
|
||||
|
@ -266,7 +266,7 @@ dnl -Waggregate-return - libexif returns aggregates
|
|||
dnl -Wundef - Windows headers check _MSC_VER unconditionally
|
||||
AG_GST_SET_ERROR_CFLAGS($GST_GIT, [
|
||||
-Wmissing-declarations -Wmissing-prototypes -Wredundant-decls
|
||||
-Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition
|
||||
-Wwrite-strings -Wformat-security -Wold-style-definition
|
||||
-Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar
|
||||
-Wnested-externs])
|
||||
|
||||
|
@ -293,6 +293,7 @@ AG_GST_CHECK_PLUGIN(audioparsers)
|
|||
AG_GST_CHECK_PLUGIN(autoconvert)
|
||||
AG_GST_CHECK_PLUGIN(bayer)
|
||||
AG_GST_CHECK_PLUGIN(camerabin)
|
||||
AG_GST_CHECK_PLUGIN(camerabin2)
|
||||
AG_GST_CHECK_PLUGIN(cdxaparse)
|
||||
AG_GST_CHECK_PLUGIN(coloreffects)
|
||||
AG_GST_CHECK_PLUGIN(colorspace)
|
||||
|
@ -300,6 +301,7 @@ AG_GST_CHECK_PLUGIN(dataurisrc)
|
|||
AG_GST_CHECK_PLUGIN(dccp)
|
||||
AG_GST_CHECK_PLUGIN(debugutils)
|
||||
AG_GST_CHECK_PLUGIN(dtmf)
|
||||
AG_GST_CHECK_PLUGIN(dvbsuboverlay)
|
||||
AG_GST_CHECK_PLUGIN(dvdspu)
|
||||
AG_GST_CHECK_PLUGIN(festival)
|
||||
AG_GST_CHECK_PLUGIN(freeze)
|
||||
|
@ -318,6 +320,7 @@ AG_GST_CHECK_PLUGIN(legacyresample)
|
|||
AG_GST_CHECK_PLUGIN(librfb)
|
||||
AG_GST_CHECK_PLUGIN(liveadder)
|
||||
AG_GST_CHECK_PLUGIN(mpegdemux)
|
||||
AG_GST_CHECK_PLUGIN(mpegtsdemux)
|
||||
AG_GST_CHECK_PLUGIN(mpegtsmux)
|
||||
AG_GST_CHECK_PLUGIN(mpegpsmux)
|
||||
AG_GST_CHECK_PLUGIN(mpeg4videoparse)
|
||||
|
@ -332,20 +335,21 @@ AG_GST_CHECK_PLUGIN(qtmux)
|
|||
AG_GST_CHECK_PLUGIN(rawparse)
|
||||
AG_GST_CHECK_PLUGIN(real)
|
||||
AG_GST_CHECK_PLUGIN(rtpmux)
|
||||
AG_GST_CHECK_PLUGIN(rtpvp8)
|
||||
AG_GST_CHECK_PLUGIN(scaletempo)
|
||||
AG_GST_CHECK_PLUGIN(sdp)
|
||||
AG_GST_CHECK_PLUGIN(segmentclip)
|
||||
AG_GST_CHECK_PLUGIN(selector)
|
||||
AG_GST_CHECK_PLUGIN(siren)
|
||||
AG_GST_CHECK_PLUGIN(speed)
|
||||
AG_GST_CHECK_PLUGIN(subenc)
|
||||
AG_GST_CHECK_PLUGIN(stereo)
|
||||
AG_GST_CHECK_PLUGIN(tta)
|
||||
AG_GST_CHECK_PLUGIN(valve)
|
||||
AG_GST_CHECK_PLUGIN(videomaxrate)
|
||||
AG_GST_CHECK_PLUGIN(videomeasure)
|
||||
AG_GST_CHECK_PLUGIN(videoparsers)
|
||||
AG_GST_CHECK_PLUGIN(videosignal)
|
||||
AG_GST_CHECK_PLUGIN(vmnc)
|
||||
AG_GST_CHECK_PLUGIN(y4m)
|
||||
|
||||
dnl *** plug-ins to exclude ***
|
||||
|
||||
|
@ -356,8 +360,9 @@ if test "x$HAVE_CPU_I386" != "xyes" && test "x$HAVE_CPU_X86_64" != "xyes"; then
|
|||
fi
|
||||
|
||||
dnl disable experimental plug-ins
|
||||
dnl if test "x$BUILD_EXPERIMENTAL" != "xyes"; then
|
||||
dnl fi
|
||||
if test "x$BUILD_EXPERIMENTAL" != "xyes"; then
|
||||
AG_GST_DISABLE_PLUGIN(camerabin2)
|
||||
fi
|
||||
|
||||
# This will always succeed because we depend on GLib >= 2.16
|
||||
PKG_CHECK_MODULES(GIO, gio-2.0 >= 2.16, HAVE_GIO=yes, HAVE_GIO=no)
|
||||
|
@ -687,11 +692,11 @@ dnl *** DTS ***
|
|||
translit(dnm, m, l) AM_CONDITIONAL(USE_DTS, true)
|
||||
AG_GST_CHECK_FEATURE(DTS, [dts library], dtsdec, [
|
||||
HAVE_DTS="yes"
|
||||
AG_GST_CHECK_LIBHEADER(DTS, dca, dca_init, -lm, dca.h,
|
||||
DTS_LIBS="-ldca -lm", HAVE_DTS="no")
|
||||
AG_GST_CHECK_LIBHEADER(DTS, dca, dca_init, $LIBM, dca.h,
|
||||
DTS_LIBS="-ldca $LIBM", HAVE_DTS="no")
|
||||
if test $HAVE_DTS = "no"; then
|
||||
AG_GST_CHECK_LIBHEADER(DTS, dts_pic, dts_init, -lm, dts.h,
|
||||
[ DTS_LIBS="-ldts_pic -lm"
|
||||
AG_GST_CHECK_LIBHEADER(DTS, dts_pic, dts_init, $LIBM, dts.h,
|
||||
[ DTS_LIBS="-ldts_pic $LIBM"
|
||||
AC_DEFINE(DTS_OLD, 1, [Define if an old libdts is used])
|
||||
])
|
||||
fi
|
||||
|
@ -748,7 +753,7 @@ return 0;
|
|||
AC_MSG_WARN([Wrong version of divx4linux installed])
|
||||
])
|
||||
fi
|
||||
LIBS="-lm"
|
||||
LIBS="$LIBM"
|
||||
if test x$HAVE_DIVX = xyes; then
|
||||
AC_CHECK_LIB(divxencore, encore, , [
|
||||
AC_MSG_WARN([Divx4linux encore libs not found])
|
||||
|
@ -762,8 +767,8 @@ return 0;
|
|||
])
|
||||
fi
|
||||
if test x$HAVE_DIVX = xyes; then
|
||||
DIVXENC_LIBS="-ldivxencore -lm"
|
||||
DIVXDEC_LIBS="-ldivxdecore -lm"
|
||||
DIVXENC_LIBS="-ldivxencore $LIBM"
|
||||
DIVXDEC_LIBS="-ldivxdecore $LIBM"
|
||||
AC_SUBST(DIVXENC_LIBS)
|
||||
AC_SUBST(DIVXDEC_LIBS)
|
||||
fi
|
||||
|
@ -790,8 +795,8 @@ AG_GST_CHECK_FEATURE(EXIF, [exif], exif, [
|
|||
dnl **** Free AAC Encoder (FAAC) ****
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_FAAC, true)
|
||||
AG_GST_CHECK_FEATURE(FAAC, [AAC encoder plug-in], faac, [
|
||||
AG_GST_CHECK_LIBHEADER(FAAC, faac, faacEncOpen, -lm, faac.h,
|
||||
FAAC_LIBS="-lfaac -lm")
|
||||
AG_GST_CHECK_LIBHEADER(FAAC, faac, faacEncOpen, $LIBM, faac.h,
|
||||
FAAC_LIBS="-lfaac $LIBM")
|
||||
AS_SCRUB_INCLUDE(FAAC_CFLAGS)
|
||||
AC_SUBST(FAAC_LIBS)
|
||||
])
|
||||
|
@ -801,11 +806,11 @@ translit(dnm, m, l) AM_CONDITIONAL(USE_FAAD, true)
|
|||
AG_GST_CHECK_FEATURE(FAAD, [AAC decoder plug-in], faad, [
|
||||
HAVE_FAAD="yes"
|
||||
faad_hdr=""
|
||||
AG_GST_CHECK_LIBHEADER(FAAD, faad, faacDecOpen, -lm, faad.h,
|
||||
FAAD_LIBS="-lfaad -lm", HAVE_FAAD="no")
|
||||
AG_GST_CHECK_LIBHEADER(FAAD, faad, faacDecOpen, $LIBM, faad.h,
|
||||
FAAD_LIBS="-lfaad $LIBM", HAVE_FAAD="no")
|
||||
if test $HAVE_FAAD = "no"; then
|
||||
AG_GST_CHECK_LIBHEADER(FAAD, faad, NeAACDecOpen, -lm, neaacdec.h,
|
||||
[ FAAD_LIBS="-lfaad -lm"
|
||||
AG_GST_CHECK_LIBHEADER(FAAD, faad, NeAACDecOpen, $LIBM, neaacdec.h,
|
||||
[ FAAD_LIBS="-lfaad $LIBM"
|
||||
AC_DEFINE(FAAD_IS_NEAAC, 1, [Define if AAC is using new api prefix])
|
||||
faad_hdr="neaacdec.h"
|
||||
], [
|
||||
|
@ -866,8 +871,8 @@ AG_GST_CHECK_FEATURE(FBDEV, [linux framebuffer], fbdevsink, [
|
|||
dnl *** flite ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_FLITE, true)
|
||||
AG_GST_CHECK_FEATURE(FLITE, [Flite plugin], flite, [
|
||||
AG_GST_CHECK_LIBHEADER(FLITE, flite, flite_init, -lm, flite/flite.h,
|
||||
FLITE_LIBS="-lflite -lflite_cmu_us_kal -lflite_usenglish -lflite_cmulex -lm")
|
||||
AG_GST_CHECK_LIBHEADER(FLITE, flite, flite_init, $LIBM, flite/flite.h,
|
||||
FLITE_LIBS="-lflite -lflite_cmu_us_kal -lflite_usenglish -lflite_cmulex $LIBM")
|
||||
|
||||
AC_SUBST(FLITE_CFLAGS)
|
||||
AC_SUBST(FLITE_LIBS)
|
||||
|
@ -886,14 +891,6 @@ AG_GST_CHECK_FEATURE(GSM, [GSM library], gsmenc gsmdec, [
|
|||
AC_SUBST(GSM_LIBS)
|
||||
])
|
||||
|
||||
dnl *** Jack ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_JACK, true)
|
||||
AG_GST_CHECK_FEATURE(JACK, Jack, jack, [
|
||||
PKG_CHECK_MODULES(JACK, jack >= 0.99.10, HAVE_JACK="yes", HAVE_JACK="no")
|
||||
AC_SUBST(JACK_CFLAGS)
|
||||
AC_SUBST(JACK_LIBS)
|
||||
])
|
||||
|
||||
dnl *** jp2k ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_JP2K, true)
|
||||
AG_GST_CHECK_FEATURE(JP2K, [jp2k], jp2kdec jp2kenc, [
|
||||
|
@ -997,7 +994,7 @@ PKG_CHECK_EXISTS(mjpegtools >= 1.6.1.93 mjpegtools < 1.8.0, [
|
|||
OLD_CFLAGS="$CFLAGS"
|
||||
OLD_LIBS="$LIBS"
|
||||
CFLAGS="$MJPEG_CFLAGS"
|
||||
LIBS="$LIBS $MJPEG_LIBS -lmjpegutils -lm -lpthread"
|
||||
LIBS="$LIBS $MJPEG_LIBS -lmjpegutils $LIBM -lpthread"
|
||||
AC_CHECK_FUNC(mjpeg_loglev_t, [
|
||||
mjpegtools_api=10903
|
||||
], [
|
||||
|
@ -1034,7 +1031,7 @@ AG_GST_CHECK_FEATURE(MPEG2ENC, [mpeg2enc], mpeg2enc, [
|
|||
dnl check headers
|
||||
mpeg2enc_headers_ok=no
|
||||
AC_CHECK_HEADER([mpeg2encoder.hh], [
|
||||
MPEG2ENC_LIBS="$MPEG2ENC_LIBS -lmpeg2encpp -lm -lpthread"
|
||||
MPEG2ENC_LIBS="$MPEG2ENC_LIBS -lmpeg2encpp $LIBM -lpthread"
|
||||
OLD_LIBS="$LIBS"
|
||||
LIBS="$LIBS $MPEG2ENC_LIBS"
|
||||
AC_MSG_CHECKING([for valid mpeg2enc objects])
|
||||
|
@ -1102,7 +1099,7 @@ AG_GST_CHECK_FEATURE(MPLEX, [mplex], mplex, [
|
|||
OLD_CPPFLAGS="$CPPFLAGS"
|
||||
CPPFLAGS="$CPPFLAGS $MPLEX_CFLAGS"
|
||||
AC_CHECK_HEADER(interact.hpp, [
|
||||
MPLEX_LIBS="$MPLEX_LIBS -lmplex2 -lm"
|
||||
MPLEX_LIBS="$MPLEX_LIBS -lmplex2 $LIBM"
|
||||
OLD_LIBS="$LIBS"
|
||||
LIBS="$LIBS $MPLEX_LIBS"
|
||||
OLD_LDFLAGS="$LDFLAGS"
|
||||
|
@ -1433,7 +1430,7 @@ AG_GST_CHECK_FEATURE(XVID, [xvid plugins], xvid, [
|
|||
HAVE_XVID=no
|
||||
AC_CHECK_HEADER(xvid.h, [
|
||||
OLD_LIBS="$LIBS"
|
||||
LIBS="-lm"
|
||||
LIBS="-lpthread $LIBM"
|
||||
AC_CHECK_LIB(xvidcore, xvid_encore, [
|
||||
AC_CHECK_LIB(xvidcore, xvid_decore, [
|
||||
AC_CHECK_LIB(xvidcore, xvid_global, [
|
||||
|
@ -1443,7 +1440,7 @@ AG_GST_CHECK_FEATURE(XVID, [xvid plugins], xvid, [
|
|||
#error "Incompatible XviD API version"
|
||||
#endif
|
||||
],[ AC_MSG_RESULT(yes)
|
||||
XVID_LIBS="-lxvidcore -lm"
|
||||
XVID_LIBS="-lxvidcore $LIBM"
|
||||
AC_SUBST(XVID_LIBS)
|
||||
HAVE_XVID=yes
|
||||
], AC_MSG_RESULT(no) )
|
||||
|
@ -1550,7 +1547,7 @@ AG_GST_CHECK_FEATURE(VP8, [VP8 decoder], vp8, [
|
|||
HAVE_VP8_DECODER=no
|
||||
|
||||
OLD_LIBS="$LIBS"
|
||||
LIBS="$LIBS -lm -lpthread"
|
||||
LIBS="$LIBS $LIBM -lpthread"
|
||||
AC_CHECK_LIB(vpx, vpx_codec_vp8_cx_algo, [
|
||||
HAVE_VP8=yes
|
||||
AC_DEFINE(HAVE_VP8_ENCODER, 1, [Defined if the VP8 encoder is available])
|
||||
|
@ -1605,7 +1602,6 @@ AM_CONDITIONAL(USE_FAAD, false)
|
|||
AM_CONDITIONAL(USE_FBDEV, false)
|
||||
AM_CONDITIONAL(USE_FLITE, false)
|
||||
AM_CONDITIONAL(USE_GSM, false)
|
||||
AM_CONDITIONAL(USE_JACK, false)
|
||||
AM_CONDITIONAL(USE_JP2K, false)
|
||||
AM_CONDITIONAL(USE_KATE, false)
|
||||
AM_CONDITIONAL(USE_TIGER, false)
|
||||
|
@ -1622,6 +1618,7 @@ AM_CONDITIONAL(USE_MYTHTV, false)
|
|||
AM_CONDITIONAL(USE_NAS, false)
|
||||
AM_CONDITIONAL(USE_NEON, false)
|
||||
AM_CONDITIONAL(USE_OFA, false)
|
||||
AM_CONDITIONAL(USE_OPENCV, false)
|
||||
AM_CONDITIONAL(USE_RSVG, false)
|
||||
AM_CONDITIONAL(USE_TIMIDITY, false)
|
||||
AM_CONDITIONAL(USE_WILDMIDI, false)
|
||||
|
@ -1695,6 +1692,13 @@ dnl whatevertarget_LIBS and -L flags here affect the rest of the linking
|
|||
GST_ALL_LDFLAGS="-no-undefined"
|
||||
AC_SUBST(GST_ALL_LDFLAGS)
|
||||
|
||||
dnl GST_LIB_LDFLAGS
|
||||
dnl linker flags shared by all libraries
|
||||
dnl LDFLAGS modifier defining exported symbols from built libraries
|
||||
dnl (export _gst_foo but not __gst_foo)
|
||||
GST_LIB_LDFLAGS="-export-symbols-regex ^_?\(gst_\|Gst\|GST_\).*"
|
||||
AC_SUBST(GST_LIB_LDFLAGS)
|
||||
|
||||
dnl this really should only contain flags, not libs - they get added before
|
||||
dnl whatevertarget_LIBS and -L flags here affect the rest of the linking
|
||||
GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_desc\$\$' $GST_ALL_LDFLAGS"
|
||||
|
@ -1718,6 +1722,7 @@ gst/audioparsers/Makefile
|
|||
gst/autoconvert/Makefile
|
||||
gst/bayer/Makefile
|
||||
gst/camerabin/Makefile
|
||||
gst/camerabin2/Makefile
|
||||
gst/cdxaparse/Makefile
|
||||
gst/colorspace/Makefile
|
||||
gst/coloreffects/Makefile
|
||||
|
@ -1725,6 +1730,7 @@ gst/dataurisrc/Makefile
|
|||
gst/dccp/Makefile
|
||||
gst/debugutils/Makefile
|
||||
gst/dtmf/Makefile
|
||||
gst/dvbsuboverlay/Makefile
|
||||
gst/dvdspu/Makefile
|
||||
gst/festival/Makefile
|
||||
gst/freeze/Makefile
|
||||
|
@ -1743,6 +1749,7 @@ gst/legacyresample/Makefile
|
|||
gst/librfb/Makefile
|
||||
gst/liveadder/Makefile
|
||||
gst/mpegdemux/Makefile
|
||||
gst/mpegtsdemux/Makefile
|
||||
gst/mpegtsmux/Makefile
|
||||
gst/mpegtsmux/tsmux/Makefile
|
||||
gst/mpegpsmux/Makefile
|
||||
|
@ -1758,22 +1765,25 @@ gst/qtmux/Makefile
|
|||
gst/rawparse/Makefile
|
||||
gst/real/Makefile
|
||||
gst/rtpmux/Makefile
|
||||
gst/rtpvp8/Makefile
|
||||
gst/scaletempo/Makefile
|
||||
gst/sdp/Makefile
|
||||
gst/segmentclip/Makefile
|
||||
gst/selector/Makefile
|
||||
gst/siren/Makefile
|
||||
gst/speed/Makefile
|
||||
gst/subenc/Makefile
|
||||
gst/stereo/Makefile
|
||||
gst/tta/Makefile
|
||||
gst/valve/Makefile
|
||||
gst/videomaxrate/Makefile
|
||||
gst/videomeasure/Makefile
|
||||
gst/videoparsers/Makefile
|
||||
gst/videosignal/Makefile
|
||||
gst/vmnc/Makefile
|
||||
gst/y4m/Makefile
|
||||
gst-libs/Makefile
|
||||
gst-libs/gst/Makefile
|
||||
gst-libs/gst/basecamerabinsrc/Makefile
|
||||
gst-libs/gst/baseparse/Makefile
|
||||
gst-libs/gst/interfaces/Makefile
|
||||
gst-libs/gst/signalprocessor/Makefile
|
||||
gst-libs/gst/video/Makefile
|
||||
|
@ -1804,11 +1814,10 @@ tests/check/Makefile
|
|||
tests/files/Makefile
|
||||
tests/examples/Makefile
|
||||
tests/examples/camerabin/Makefile
|
||||
tests/examples/camerabin2/Makefile
|
||||
tests/examples/directfb/Makefile
|
||||
tests/examples/mxf/Makefile
|
||||
tests/examples/scaletempo/Makefile
|
||||
tests/examples/switch/Makefile
|
||||
tests/examples/jack/Makefile
|
||||
tests/icles/Makefile
|
||||
ext/amrwbenc/Makefile
|
||||
ext/assrender/Makefile
|
||||
|
@ -1826,7 +1835,6 @@ ext/faac/Makefile
|
|||
ext/faad/Makefile
|
||||
ext/flite/Makefile
|
||||
ext/gsm/Makefile
|
||||
ext/jack/Makefile
|
||||
ext/jp2k/Makefile
|
||||
ext/kate/Makefile
|
||||
ext/ladspa/Makefile
|
||||
|
|
|
@ -69,7 +69,7 @@ SCANOBJ_DEPS = \
|
|||
$(top_builddir)/gst-libs/gst/interfaces/libgstphotography-@GST_MAJORMINOR@.la
|
||||
|
||||
# Header files to ignore when scanning.
|
||||
IGNORE_HFILES =
|
||||
IGNORE_HFILES =
|
||||
IGNORE_CFILES =
|
||||
|
||||
# we add all .h files of elements that have signals/args we want
|
||||
|
@ -83,7 +83,7 @@ IGNORE_CFILES =
|
|||
# -> it just works (TM) (ensonic)
|
||||
|
||||
# FIXME: not ported yet
|
||||
# $(top_srcdir)/ext/gnomevfs/gstgnomevfssink.c
|
||||
# $(top_srcdir)/ext/gnomevfs/gstgnomevfssink.c
|
||||
|
||||
# example code that needs to be converted to xml and placed in xml/
|
||||
EXAMPLE_CFILES = \
|
||||
|
@ -99,8 +99,6 @@ EXTRA_HFILES = \
|
|||
$(top_srcdir)/ext/dts/gstdtsdec.h \
|
||||
$(top_srcdir)/ext/faac/gstfaac.h \
|
||||
$(top_srcdir)/ext/faad/gstfaad.h \
|
||||
$(top_srcdir)/ext/jack/gstjackaudiosrc.h \
|
||||
$(top_srcdir)/ext/jack/gstjackaudiosink.h \
|
||||
$(top_srcdir)/ext/kate/gstkateenc.h \
|
||||
$(top_srcdir)/ext/kate/gstkatedec.h \
|
||||
$(top_srcdir)/ext/kate/gstkateparse.h \
|
||||
|
@ -126,6 +124,8 @@ EXTRA_HFILES = \
|
|||
$(top_srcdir)/ext/opencv/gstpyramidsegment.h \
|
||||
$(top_srcdir)/ext/opencv/gsttemplatematch.h \
|
||||
$(top_srcdir)/ext/opencv/gsttextwrite.h \
|
||||
$(top_srcdir)/ext/rsvg/gstrsvgdec.h \
|
||||
$(top_srcdir)/ext/rsvg/gstrsvgoverlay.h \
|
||||
$(top_srcdir)/ext/sdl/sdlaudiosink.h \
|
||||
$(top_srcdir)/ext/sdl/sdlvideosink.h \
|
||||
$(top_srcdir)/ext/theora/theoradec.h \
|
||||
|
@ -195,15 +195,12 @@ EXTRA_HFILES = \
|
|||
$(top_srcdir)/gst/rtpmux/gstrtpdtmfmux.h \
|
||||
$(top_srcdir)/gst/scaletempo/gstscaletempo.h \
|
||||
$(top_srcdir)/gst/sdp/gstsdpdemux.h \
|
||||
$(top_srcdir)/gst/selector/gstinputselector.h \
|
||||
$(top_srcdir)/gst/selector/gstoutputselector.h \
|
||||
$(top_srcdir)/gst/speed/gstspeed.h \
|
||||
$(top_srcdir)/gst/stereo/gststereo.h \
|
||||
$(top_srcdir)/gst/videomaxrate/videomaxrate.h \
|
||||
$(top_srcdir)/gst/videosignal/gstvideoanalyse.h \
|
||||
$(top_srcdir)/gst/videosignal/gstvideodetect.h \
|
||||
$(top_srcdir)/gst/videosignal/gstvideomark.h \
|
||||
$(top_srcdir)/gst/valve/gstvalve.h \
|
||||
$(top_srcdir)/sys/directdraw/gstdirectdrawsink.h \
|
||||
$(top_srcdir)/sys/dvb/gstdvbsrc.h \
|
||||
$(top_srcdir)/sys/shm/gstshmsink.h \
|
||||
|
@ -234,25 +231,6 @@ DOC_OVERRIDES =
|
|||
|
||||
include $(top_srcdir)/common/gtk-doc-plugins.mak
|
||||
|
||||
# some additional clean rules from gtk-doc.mak
|
||||
distclean-local:
|
||||
rm -f $(REPORT_FILES) \
|
||||
$(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
|
||||
rm -rf tmpl/*.sgml.bak
|
||||
rm -f $(DOC_MODULE).hierarchy
|
||||
rm -f *.stamp || true
|
||||
if test x"$(srcdir)" != x. ; then \
|
||||
rm -f $(DOC_MODULE)-docs.sgml ; \
|
||||
rm -f $(DOC_MODULE).types ; \
|
||||
rm -f $(DOC_MODULE).interfaces ; \
|
||||
rm -f $(DOC_MODULE)-overrides.txt ; \
|
||||
rm -f $(DOC_MODULE).prerequisites ; \
|
||||
rm -f $(DOC_MODULE)-sections.txt ; \
|
||||
rm -rf tmpl/*.sgml ; \
|
||||
fi
|
||||
rm -rf *.o
|
||||
|
||||
|
||||
SUBDIRS =
|
||||
|
||||
FIGURES_SOURCEFILES = camerabin.dot
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
||||
<!ENTITY % version-entities SYSTEM "version.entities">
|
||||
%version-entities;
|
||||
|
@ -68,10 +68,7 @@
|
|||
<xi:include href="xml/element-fpsdisplaysink.xml" />
|
||||
<xi:include href="xml/element-freeze.xml" />
|
||||
<xi:include href="xml/element-gaussianblur.xml" />
|
||||
<xi:include href="xml/element-input-selector.xml" />
|
||||
<xi:include href="xml/element-ivfparse.xml" />
|
||||
<xi:include href="xml/element-jackaudiosrc.xml" />
|
||||
<xi:include href="xml/element-jackaudiosink.xml" />
|
||||
<xi:include href="xml/element-jpegparse.xml" />
|
||||
<xi:include href="xml/element-kaleidoscope.xml" />
|
||||
<xi:include href="xml/element-kateenc.xml" />
|
||||
|
@ -93,11 +90,12 @@
|
|||
<xi:include href="xml/element-mxfdemux.xml" />
|
||||
<xi:include href="xml/element-mxfmux.xml" />
|
||||
<xi:include href="xml/element-nuvdemux.xml" />
|
||||
<xi:include href="xml/element-output-selector.xml" />
|
||||
<xi:include href="xml/element-pcapparse.xml" />
|
||||
<xi:include href="xml/element-pinch.xml" />
|
||||
<xi:include href="xml/element-pyramidsegment.xml" />
|
||||
<xi:include href="xml/element-qtmux.xml" />
|
||||
<xi:include href="xml/element-rsvgdec.xml" />
|
||||
<xi:include href="xml/element-rsvgoverlay.xml" />
|
||||
<xi:include href="xml/element-rtpdtmfdepay.xml" />
|
||||
<xi:include href="xml/element-rtpdtmfsrc.xml" />
|
||||
<xi:include href="xml/element-rtpdtmfmux.xml" />
|
||||
|
@ -122,7 +120,6 @@
|
|||
<xi:include href="xml/element-trm.xml" />
|
||||
<xi:include href="xml/element-tunnel.xml" />
|
||||
<xi:include href="xml/element-twirl.xml" />
|
||||
<xi:include href="xml/element-valve.xml" />
|
||||
<xi:include href="xml/element-videoanalyse.xml" />
|
||||
<xi:include href="xml/element-videodetect.xml" />
|
||||
<xi:include href="xml/element-videomark.xml" />
|
||||
|
@ -172,7 +169,6 @@
|
|||
<xi:include href="xml/plugin-gsm.xml" />
|
||||
<xi:include href="xml/plugin-h264parse.xml" />
|
||||
<xi:include href="xml/plugin-ivfparse.xml" />
|
||||
<xi:include href="xml/plugin-jack.xml" />
|
||||
<xi:include href="xml/plugin-jpegformat.xml" />
|
||||
<xi:include href="xml/plugin-kate.xml" />
|
||||
<xi:include href="xml/plugin-ladspa.xml" />
|
||||
|
@ -201,11 +197,11 @@
|
|||
<xi:include href="xml/plugin-rawparse.xml" />
|
||||
<xi:include href="xml/plugin-real.xml" />
|
||||
<xi:include href="xml/plugin-rfbsrc.xml" />
|
||||
<xi:include href="xml/plugin-rsvg.xml" />
|
||||
<xi:include href="xml/plugin-rtpmux.xml" />
|
||||
<xi:include href="xml/plugin-scaletempo.xml" />
|
||||
<xi:include href="xml/plugin-sdl.xml" />
|
||||
<xi:include href="xml/plugin-sdp.xml" />
|
||||
<xi:include href="xml/plugin-selector.xml" />
|
||||
<xi:include href="xml/plugin-shm.xml" />
|
||||
<xi:include href="xml/plugin-sndfile.xml" />
|
||||
<xi:include href="xml/plugin-soundtouch.xml" />
|
||||
|
@ -215,7 +211,6 @@
|
|||
<xi:include href="xml/plugin-swfdec.xml" />
|
||||
<xi:include href="xml/plugin-timidity.xml" />
|
||||
<xi:include href="xml/plugin-tta.xml" />
|
||||
<xi:include href="xml/plugin-valve.xml" />
|
||||
<xi:include href="xml/plugin-vcdsrc.xml" />
|
||||
<xi:include href="xml/plugin-videomaxrate.xml" />
|
||||
<xi:include href="xml/plugin-videosignal.xml" />
|
||||
|
|
|
@ -791,26 +791,6 @@ gauss_blur_get_type
|
|||
gst_gauss_blur_plugin_init
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-input-selector</FILE>
|
||||
<TITLE>input-selector</TITLE>
|
||||
GstInputSelector
|
||||
<SUBSECTION Standard>
|
||||
GstInputSelectorClass
|
||||
GST_INPUT_SELECTOR
|
||||
GST_INPUT_SELECTOR_CLASS
|
||||
GST_IS_INPUT_SELECTOR
|
||||
GST_IS_INPUT_SELECTOR_CLASS
|
||||
GST_TYPE_INPUT_SELECTOR
|
||||
gst_input_selector_get_type
|
||||
GST_INPUT_SELECTOR_BROADCAST
|
||||
GST_INPUT_SELECTOR_GET_COND
|
||||
GST_INPUT_SELECTOR_GET_LOCK
|
||||
GST_INPUT_SELECTOR_LOCK
|
||||
GST_INPUT_SELECTOR_UNLOCK
|
||||
GST_INPUT_SELECTOR_WAIT
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-ivfparse</FILE>
|
||||
<TITLE>ivfparse</TITLE>
|
||||
|
@ -826,36 +806,6 @@ GST_TYPE_IVF_PARSE
|
|||
gst_ivf_parse_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-jackaudiosrc</FILE>
|
||||
<TITLE>jackaudiosrc</TITLE>
|
||||
GstJackAudioSrc
|
||||
<SUBSECTION Standard>
|
||||
GstJackAudioSrcClass
|
||||
GST_JACK_AUDIO_SRC
|
||||
GST_JACK_AUDIO_SRC_CLASS
|
||||
GST_JACK_AUDIO_SRC_GET_CLASS
|
||||
GST_IS_JACK_AUDIO_SRC
|
||||
GST_IS_JACK_AUDIO_SRC_CLASS
|
||||
GST_TYPE_JACK_AUDIO_SRC
|
||||
gst_jack_audio_src_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-jackaudiosink</FILE>
|
||||
<TITLE>jackaudiosink</TITLE>
|
||||
GstJackAudioSink
|
||||
<SUBSECTION Standard>
|
||||
GstJackAudioSinkClass
|
||||
GST_JACK_AUDIO_SINK
|
||||
GST_JACK_AUDIO_SINK_CLASS
|
||||
GST_JACK_AUDIO_SINK_GET_CLASS
|
||||
GST_IS_JACK_AUDIO_SINK
|
||||
GST_IS_JACK_AUDIO_SINK_CLASS
|
||||
GST_TYPE_JACK_AUDIO_SINK
|
||||
gst_jack_audio_sink_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-jpegparse</FILE>
|
||||
<TITLE>jpegparse</TITLE>
|
||||
|
@ -1179,20 +1129,6 @@ GST_TYPE_NUV_DEMUX
|
|||
gst_nuv_demux_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-output-selector</FILE>
|
||||
<TITLE>output-selector</TITLE>
|
||||
GstOutputSelector
|
||||
<SUBSECTION Standard>
|
||||
GstOutputSelectorClass
|
||||
GST_OUTPUT_SELECTOR
|
||||
GST_OUTPUT_SELECTOR_CLASS
|
||||
GST_IS_OUTPUT_SELECTOR
|
||||
GST_IS_OUTPUT_SELECTOR_CLASS
|
||||
GST_TYPE_OUTPUT_SELECTOR
|
||||
gst_output_selector_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-pcapparse</FILE>
|
||||
<TITLE>pcapparse</TITLE>
|
||||
|
@ -1252,6 +1188,34 @@ GST_TYPE_QT_MUX
|
|||
gst_qt_mux_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-rsvgoverlay</FILE>
|
||||
<TITLE>rsvgoverlay</TITLE>
|
||||
GstRsvgOverlay
|
||||
<SUBSECTION Standard>
|
||||
GstRsvgOverlayClass
|
||||
GST_RSVG_OVERLAY
|
||||
GST_RSVG_OVERLAY_CLASS
|
||||
GST_IS_RSVG_OVERLAY
|
||||
GST_IS_RSVG_OVERLAY_CLASS
|
||||
GST_TYPE_RSVG_OVERLAY
|
||||
gst_rsvg_overlay_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-rsvgdec</FILE>
|
||||
<TITLE>rsvgdec</TITLE>
|
||||
GstRsvgDec
|
||||
<SUBSECTION Standard>
|
||||
GstRsvgDecClass
|
||||
GST_RSVG_DEC
|
||||
GST_RSVG_DEC_CLASS
|
||||
GST_IS_RSVG_DEC
|
||||
GST_IS_RSVG_DEC_CLASS
|
||||
GST_TYPE_RSVG_DEC
|
||||
gst_rsvg_dec_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-rtpdtmfdepay</FILE>
|
||||
<TITLE>rtpdtmfdepay</TITLE>
|
||||
|
@ -1602,21 +1566,6 @@ gst_twirl_get_type
|
|||
gst_twirl_plugin_init
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-valve</FILE>
|
||||
<TITLE>valve</TITLE>
|
||||
GstValve
|
||||
<SUBSECTION Standard>
|
||||
GstValveClass
|
||||
GstValvePrivate
|
||||
gst_valve_get_type
|
||||
GST_IS_VALVE
|
||||
GST_IS_VALVE_CLASS
|
||||
GST_TYPE_VALVE
|
||||
GST_VALVE
|
||||
GST_VALVE_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-videoanalyse</FILE>
|
||||
<TITLE>videoanalyse</TITLE>
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -3,11 +3,14 @@ GObject
|
|||
GstObject
|
||||
GstBus
|
||||
GstClock
|
||||
GstSystemClock
|
||||
GstAudioClock
|
||||
GstElement
|
||||
ADPCMDec
|
||||
ADPCMEnc
|
||||
GstAiffMux
|
||||
GstAiffParse
|
||||
GstAmrWbEnc
|
||||
GstAsfMux
|
||||
GstAsfParse
|
||||
GstAssRender
|
||||
|
@ -15,37 +18,55 @@ GObject
|
|||
GstAacParse
|
||||
GstAc3Parse
|
||||
GstAmrParse
|
||||
GstDcaParse
|
||||
GstFlacParse
|
||||
GstBaseMetadata
|
||||
GstMetadataDemux
|
||||
GstMetadataMux
|
||||
GstMpegAudioParse
|
||||
GstBaseRTPDepayload
|
||||
GstRtpDTMFDepay
|
||||
GstBaseRTPPayload
|
||||
GstRtpAsfPay
|
||||
GstBaseSink
|
||||
AlsaSPDIFSink
|
||||
GstBaseAudioSink
|
||||
GstAudioSink
|
||||
GstApExSink
|
||||
GstNasSink
|
||||
GstSDLAudioSink
|
||||
GstChecksumSink
|
||||
GstDCCPClientSink
|
||||
GstDCCPServerSink
|
||||
GstFBDEVSink
|
||||
GstSFSink
|
||||
GstShmSink
|
||||
GstVideoSink
|
||||
GstDfbVideoSink
|
||||
GstSDLVideoSink
|
||||
VdpSink
|
||||
GstBaseSrc
|
||||
GstDTMFSrc
|
||||
GstDataURISrc
|
||||
GstPushSrc
|
||||
GstDCCPClientSrc
|
||||
GstDCCPServerSrc
|
||||
GstDc1394
|
||||
GstDvbSrc
|
||||
GstMMS
|
||||
GstMythtvSrc
|
||||
GstNeonhttpSrc
|
||||
GstRfbSrc
|
||||
GstShmSrc
|
||||
GstVCDSrc
|
||||
frei0r-src-ising0r
|
||||
frei0r-src-lissajous0r
|
||||
frei0r-src-nois0r
|
||||
frei0r-src-onecol0r
|
||||
frei0r-src-partik0l
|
||||
frei0r-src-plasma
|
||||
GstRTPDTMFSrc
|
||||
GstSFSrc
|
||||
GstBaseTransform
|
||||
GstAudioFilter
|
||||
GstBPMDetect
|
||||
GstOFA
|
||||
GstStereo
|
||||
GstBayer2RGB
|
||||
GstCogScale
|
||||
|
@ -62,8 +83,10 @@ GObject
|
|||
GstVideoFilter
|
||||
GaussBlur
|
||||
GstBurn
|
||||
GstChromaHold
|
||||
GstChromium
|
||||
GstColorEffects
|
||||
GstCsp
|
||||
GstDilate
|
||||
GstDodge
|
||||
GstExclusion
|
||||
|
@ -82,6 +105,7 @@ GObject
|
|||
GstFisheye
|
||||
GstMarble
|
||||
GstMirror
|
||||
GstRotate
|
||||
GstSquare
|
||||
GstOpencvVideoFilter
|
||||
GstCvDilateErode
|
||||
|
@ -92,20 +116,97 @@ GObject
|
|||
GstCvSmooth
|
||||
GstCvSobel
|
||||
Gstfacedetect
|
||||
GstRsvgOverlay
|
||||
GstSolarize
|
||||
GstVideoAnalyse
|
||||
GstVideoDetect
|
||||
GstVideoMark
|
||||
GstZBar
|
||||
frei0r-filter-3-point-color-balance
|
||||
frei0r-filter-3dflippo
|
||||
frei0r-filter-b
|
||||
frei0r-filter-baltan
|
||||
frei0r-filter-bluescreen0r
|
||||
frei0r-filter-brightness
|
||||
frei0r-filter-bw0r
|
||||
frei0r-filter-cartoon
|
||||
frei0r-filter-color-distance
|
||||
frei0r-filter-contrast0r
|
||||
frei0r-filter-curves
|
||||
frei0r-filter-dealygrab
|
||||
frei0r-filter-delay0r
|
||||
frei0r-filter-distort0r
|
||||
frei0r-filter-edgeglow
|
||||
frei0r-filter-equaliz0r
|
||||
frei0r-filter-flippo
|
||||
frei0r-filter-g
|
||||
frei0r-filter-gamma
|
||||
frei0r-filter-glow
|
||||
frei0r-filter-hueshift0r
|
||||
frei0r-filter-invert0r
|
||||
frei0r-filter-k-means-clustering
|
||||
frei0r-filter-lens-correction
|
||||
frei0r-filter-letterb0xed
|
||||
frei0r-filter-levels
|
||||
frei0r-filter-luminance
|
||||
frei0r-filter-mask0mate
|
||||
frei0r-filter-nervous
|
||||
frei0r-filter-nosync0r
|
||||
frei0r-filter-perspective
|
||||
frei0r-filter-pixeliz0r
|
||||
frei0r-filter-primaries
|
||||
frei0r-filter-r
|
||||
frei0r-filter-rgb-parade
|
||||
frei0r-filter-saturat0r
|
||||
frei0r-filter-scale0tilt
|
||||
frei0r-filter-scanline0r
|
||||
frei0r-filter-sobel
|
||||
frei0r-filter-squareblur
|
||||
frei0r-filter-tehroxx0r
|
||||
frei0r-filter-threelay0r
|
||||
frei0r-filter-threshold0r
|
||||
frei0r-filter-tint0r
|
||||
frei0r-filter-transparency
|
||||
frei0r-filter-twolay0r
|
||||
frei0r-filter-vectorscope
|
||||
frei0r-filter-vertigo
|
||||
frei0r-filter-water
|
||||
frei0r-filter-white-balance
|
||||
GstVideoMaxRate
|
||||
GstBaseVideoCodec
|
||||
GstBaseVideoDecoder
|
||||
GstSchroDec
|
||||
GstVP8Dec
|
||||
GstBaseVideoEncoder
|
||||
GstDiracEnc
|
||||
GstSchroEnc
|
||||
GstVP8Enc
|
||||
GstBaseVideoParse
|
||||
GstSchroParse
|
||||
GstBin
|
||||
DvbBaseBin
|
||||
GstAutoConvert
|
||||
GstAutoVideoConvert
|
||||
GstFPSDisplaySink
|
||||
GstGSettingsSwitchSink
|
||||
GstGSettingsAudioSink
|
||||
GstGSettingsVideoSink
|
||||
GstGSettingsSwitchSrc
|
||||
GstGSettingsAudioSrc
|
||||
GstGSettingsVideoSrc
|
||||
GstPipeline
|
||||
GstCameraBin
|
||||
GstQTMoovRecover
|
||||
GstSDPDemux
|
||||
RsnDvdBin
|
||||
GstBz2dec
|
||||
GstBz2enc
|
||||
GstCDAudio
|
||||
GstCDXAParse
|
||||
GstCeltDec
|
||||
GstCeltEnc
|
||||
GstChopMyData
|
||||
GstDVBSubOverlay
|
||||
GstDVDSpu
|
||||
GstDtsDec
|
||||
GstFaac
|
||||
|
@ -113,34 +214,44 @@ GObject
|
|||
GstFestival
|
||||
GstFreeze
|
||||
GstGPPMux
|
||||
GstGSMDec
|
||||
GstGSMEnc
|
||||
GstH264Parse
|
||||
GstISMLMux
|
||||
GstId3BaseMux
|
||||
GstId3Mux
|
||||
GstInputSelector
|
||||
GstInterlace
|
||||
GstInvtelecine
|
||||
GstIvfParse
|
||||
GstJP2kDecimator
|
||||
GstJifMux
|
||||
GstJpegParse
|
||||
GstKateDec
|
||||
GstKateEnc
|
||||
GstKateParse
|
||||
GstKateTag
|
||||
GstKateTiger
|
||||
GstLiveAdder
|
||||
GstMJ2Mux
|
||||
GstMP4Mux
|
||||
GstMSE
|
||||
GstMXFDemux
|
||||
GstMXFMux
|
||||
GstMimDec
|
||||
GstMimEnc
|
||||
GstModPlug
|
||||
GstMpeg2enc
|
||||
GstMpeg4VParse
|
||||
GstMpegPSDemux
|
||||
GstMpegTSDemux
|
||||
GstMplex
|
||||
GstMusepackDec
|
||||
GstMveDemux
|
||||
GstMveMux
|
||||
GstNsfDec
|
||||
GstNuvDemux
|
||||
GstOutputSelector
|
||||
GstPcapParse
|
||||
GstPitch
|
||||
GstPnmdec
|
||||
GstPnmenc
|
||||
GstQTMux
|
||||
|
@ -156,18 +267,170 @@ GObject
|
|||
GstSegmentClip
|
||||
GstAudioSegmentClip
|
||||
GstVideoSegmentClip
|
||||
GstSignalProcessor
|
||||
ladspa-Chorus1
|
||||
ladspa-Chorus2
|
||||
ladspa-G2reverb
|
||||
ladspa-Mvchpf-1
|
||||
ladspa-Mvclpf-1
|
||||
ladspa-Mvclpf-2
|
||||
ladspa-Mvclpf-3
|
||||
ladspa-Mvclpf-4
|
||||
ladspa-Phaser1
|
||||
ladspa-Phaser1+LFO
|
||||
ladspa-TripleChorus
|
||||
ladspa-alias
|
||||
ladspa-allpass-c
|
||||
ladspa-allpass-l
|
||||
ladspa-allpass-n
|
||||
ladspa-amPitchshift
|
||||
ladspa-amp
|
||||
ladspa-amp-mono
|
||||
ladspa-amp-stereo
|
||||
ladspa-analogueOsc
|
||||
ladspa-artificialLatency
|
||||
ladspa-autoPhaser
|
||||
ladspa-bandpass-a-iir
|
||||
ladspa-bandpass-iir
|
||||
ladspa-bodeShifter
|
||||
ladspa-bodeShifterCV
|
||||
ladspa-butthigh-iir
|
||||
ladspa-buttlow-iir
|
||||
ladspa-bwxover-iir
|
||||
ladspa-chebstortion
|
||||
ladspa-comb
|
||||
ladspa-comb-c
|
||||
ladspa-comb-l
|
||||
ladspa-comb-n
|
||||
ladspa-combSplitter
|
||||
ladspa-const
|
||||
ladspa-crossoverDist
|
||||
ladspa-dcRemove
|
||||
ladspa-decay
|
||||
ladspa-decimator
|
||||
ladspa-declip
|
||||
ladspa-delay-5s
|
||||
ladspa-delay-c
|
||||
ladspa-delay-l
|
||||
ladspa-delay-n
|
||||
ladspa-delayorama
|
||||
ladspa-diode
|
||||
ladspa-divider
|
||||
ladspa-dj-eq
|
||||
ladspa-dj-eq-mono
|
||||
ladspa-djFlanger
|
||||
ladspa-dysonCompress
|
||||
ladspa-fadDelay
|
||||
ladspa-fastLookaheadLimiter
|
||||
ladspa-flanger
|
||||
ladspa-fmOsc
|
||||
ladspa-foldover
|
||||
ladspa-fourByFourPole
|
||||
ladspa-foverdrive
|
||||
ladspa-freqTracker
|
||||
ladspa-gate
|
||||
ladspa-giantFlange
|
||||
ladspa-gong
|
||||
ladspa-gongBeater
|
||||
ladspa-gsm
|
||||
ladspa-gverb
|
||||
ladspa-hardLimiter
|
||||
ladspa-harmonicGen
|
||||
ladspa-hermesFilter
|
||||
ladspa-highpass-iir
|
||||
ladspa-hilbert
|
||||
ladspa-hpf
|
||||
ladspa-imp
|
||||
ladspa-impulse-fc
|
||||
ladspa-inv
|
||||
ladspa-karaoke
|
||||
ladspa-lcrDelay
|
||||
ladspa-lfoPhaser
|
||||
ladspa-lowpass-iir
|
||||
ladspa-lpf
|
||||
ladspa-lsFilter
|
||||
ladspa-matrixMSSt
|
||||
ladspa-matrixSpatialiser
|
||||
ladspa-matrixStMS
|
||||
ladspa-mbeq
|
||||
ladspa-modDelay
|
||||
ladspa-multivoiceChorus
|
||||
ladspa-noise-white
|
||||
ladspa-notch-iir
|
||||
ladspa-pitchScale
|
||||
ladspa-pitchScaleHQ
|
||||
ladspa-plate
|
||||
ladspa-pointerCastDistortion
|
||||
ladspa-rateShifter
|
||||
ladspa-retroFlange
|
||||
ladspa-revdelay
|
||||
ladspa-ringmod-1i1o1l
|
||||
ladspa-ringmod-2i1o
|
||||
ladspa-satanMaximiser
|
||||
ladspa-sc1
|
||||
ladspa-sc2
|
||||
ladspa-sc3
|
||||
ladspa-sc4
|
||||
ladspa-sc4m
|
||||
ladspa-se4
|
||||
ladspa-shaper
|
||||
ladspa-sifter
|
||||
ladspa-sinCos
|
||||
ladspa-sine-faaa
|
||||
ladspa-sine-faac
|
||||
ladspa-sine-fcaa
|
||||
ladspa-sine-fcac
|
||||
ladspa-singlePara
|
||||
ladspa-sinusWavewrapper
|
||||
ladspa-smoothDecimate
|
||||
ladspa-split
|
||||
ladspa-stepMuxer
|
||||
ladspa-surroundEncoder
|
||||
ladspa-svf
|
||||
ladspa-tap-autopan
|
||||
ladspa-tap-chorusflanger
|
||||
ladspa-tap-deesser
|
||||
ladspa-tap-doubler
|
||||
ladspa-tap-dynamics-m
|
||||
ladspa-tap-dynamics-st
|
||||
ladspa-tap-equalizer
|
||||
ladspa-tap-equalizer-bw
|
||||
ladspa-tap-limiter
|
||||
ladspa-tap-pinknoise
|
||||
ladspa-tap-pitch
|
||||
ladspa-tap-reflector
|
||||
ladspa-tap-reverb
|
||||
ladspa-tap-rotspeak
|
||||
ladspa-tap-sigmoid
|
||||
ladspa-tap-stereo-echo
|
||||
ladspa-tap-tremolo
|
||||
ladspa-tap-tubewarmth
|
||||
ladspa-tap-vibrato
|
||||
ladspa-tapeDelay
|
||||
ladspa-transient
|
||||
ladspa-triplePara
|
||||
ladspa-valve
|
||||
ladspa-valveRect
|
||||
ladspa-vynil
|
||||
ladspa-waveTerrain
|
||||
ladspa-xfade
|
||||
ladspa-xfade4
|
||||
ladspa-zm1
|
||||
GstSirenDec
|
||||
GstSirenEnc
|
||||
GstSpeed
|
||||
GstSrtEnc
|
||||
GstTRM
|
||||
GstTemplateMatch
|
||||
GstTtaDec
|
||||
GstTtaParse
|
||||
GstVMncDec
|
||||
GstValve
|
||||
GstVcdParse
|
||||
GstVdpVideoPostProcess
|
||||
GstWildmidi
|
||||
GstXvidDec
|
||||
GstXvidEnc
|
||||
GstY4mDec
|
||||
Gstedgedetect
|
||||
Gstfaceblur
|
||||
Gstpyramidsegment
|
||||
|
@ -176,8 +439,46 @@ GObject
|
|||
MpegTSParse
|
||||
MpegTsMux
|
||||
MpegVideoParse
|
||||
SatBaseVideoDecoder
|
||||
GstVdpDecoder
|
||||
GstVdpH264Dec
|
||||
GstVdpMpeg4Dec
|
||||
GstVdpMpegDec
|
||||
frei0r-mixer-addition
|
||||
frei0r-mixer-alpha-injection
|
||||
frei0r-mixer-alphaatop
|
||||
frei0r-mixer-alphain
|
||||
frei0r-mixer-alphaout
|
||||
frei0r-mixer-alphaover
|
||||
frei0r-mixer-alphaxor
|
||||
frei0r-mixer-blend
|
||||
frei0r-mixer-burn
|
||||
frei0r-mixer-color-only
|
||||
frei0r-mixer-composition
|
||||
frei0r-mixer-darken
|
||||
frei0r-mixer-difference
|
||||
frei0r-mixer-divide
|
||||
frei0r-mixer-dodge
|
||||
frei0r-mixer-grain-extract
|
||||
frei0r-mixer-grain-merge
|
||||
frei0r-mixer-hardlight
|
||||
frei0r-mixer-hue
|
||||
frei0r-mixer-lighten
|
||||
frei0r-mixer-multiply
|
||||
frei0r-mixer-overlay
|
||||
frei0r-mixer-rgb
|
||||
frei0r-mixer-saturation
|
||||
frei0r-mixer-screen
|
||||
frei0r-mixer-softlight
|
||||
frei0r-mixer-subtract
|
||||
frei0r-mixer-uv-map
|
||||
frei0r-mixer-value
|
||||
frei0r-mixer-xfade0r
|
||||
GstPad
|
||||
GstVdpOutputSrcPad
|
||||
GstVdpVideoSrcPad
|
||||
GstPadTemplate
|
||||
GstSignalProcessorPadTemplate
|
||||
GstPlugin
|
||||
GstPluginFeature
|
||||
GstElementFactory
|
||||
|
@ -185,9 +486,11 @@ GObject
|
|||
GstTypeFindFactory
|
||||
GstRegistry
|
||||
GstRingBuffer
|
||||
GstAudioSinkRingBuffer
|
||||
GstTask
|
||||
GstTaskPool
|
||||
GstSignalObject
|
||||
GstVdpDevice
|
||||
MpegTsPatInfo
|
||||
MpegTsPmtInfo
|
||||
GInterface
|
||||
|
@ -195,9 +498,11 @@ GInterface
|
|||
GstChildProxy
|
||||
GstColorBalance
|
||||
GstImplementsInterface
|
||||
GstMixer
|
||||
GstNavigation
|
||||
GstPhotography
|
||||
GstPreset
|
||||
GstTagSetter
|
||||
GstURIHandler
|
||||
GstXOverlay
|
||||
MXFDescriptiveMetadataFrameworkInterface
|
||||
|
|
|
@ -1,25 +1,44 @@
|
|||
GstBin GstChildProxy
|
||||
GstPipeline GstChildProxy
|
||||
GstCameraBin GstChildProxy GstImplementsInterface GstColorBalance GstTagSetter
|
||||
GstQTMoovRecover GstChildProxy
|
||||
GstCameraBin GstChildProxy GstImplementsInterface GstColorBalance GstTagSetter GstPhotography
|
||||
GstGSettingsSwitchSink GstChildProxy
|
||||
GstGSettingsAudioSink GstChildProxy
|
||||
GstGSettingsVideoSink GstChildProxy
|
||||
GstGSettingsSwitchSrc GstChildProxy
|
||||
GstGSettingsAudioSrc GstChildProxy
|
||||
GstGSettingsVideoSrc GstChildProxy
|
||||
RsnDvdBin GstChildProxy GstURIHandler
|
||||
DvbBaseBin GstChildProxy GstURIHandler
|
||||
GstSDPDemux GstChildProxy
|
||||
GstAutoConvert GstChildProxy
|
||||
GstAutoVideoConvert GstChildProxy
|
||||
GstSDPDemux GstChildProxy
|
||||
GstFPSDisplaySink GstChildProxy
|
||||
GstXvidEnc GstPreset
|
||||
GstMpeg2enc GstPreset
|
||||
GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation
|
||||
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
|
||||
GstKateEnc GstTagSetter
|
||||
GstKateTag GstTagSetter
|
||||
VdpSink GstImplementsInterface GstNavigation GstXOverlay
|
||||
GstApExSink GstImplementsInterface GstMixer
|
||||
GstCeltEnc GstTagSetter GstPreset
|
||||
GstCDAudio GstURIHandler
|
||||
GstMythtvSrc GstURIHandler
|
||||
GstMMS GstURIHandler
|
||||
GstNeonhttpSrc GstURIHandler
|
||||
GstVCDSrc GstURIHandler
|
||||
GstDataURISrc GstURIHandler
|
||||
GstMetadataMux GstTagSetter
|
||||
GstAmrWbEnc GstPreset
|
||||
GstFaac GstPreset
|
||||
GstAsfMux GstTagSetter
|
||||
GstXvidEnc GstPreset
|
||||
GstDiracEnc GstPreset
|
||||
GstVP8Enc GstTagSetter GstPreset
|
||||
GstKateEnc GstTagSetter
|
||||
GstKateTag GstTagSetter
|
||||
GstJifMux GstTagSetter
|
||||
GstId3BaseMux GstTagSetter
|
||||
GstId3Mux GstTagSetter
|
||||
GstJifMux GstTagSetter
|
||||
GstQTMux GstTagSetter
|
||||
GstMP4Mux GstTagSetter
|
||||
GstISMLMux GstTagSetter
|
||||
GstGPPMux GstTagSetter
|
||||
GstMJ2Mux GstTagSetter
|
||||
GstAsfMux GstTagSetter
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
GstChildProxy GstObject
|
||||
GstImplementsInterface GstElement
|
||||
GstColorBalance GstImplementsInterface GstElement
|
||||
GstXOverlay GstImplementsInterface GstElement
|
||||
GstTagSetter GstElement
|
||||
GstPhotography GstImplementsInterface GstElement
|
||||
GstColorBalance GstImplementsInterface GstElement
|
||||
GstMixer GstImplementsInterface GstElement
|
||||
MXFDescriptiveMetadataFrameworkInterface MXFDescriptiveMetadata
|
||||
GstPhotography GstImplementsInterface GstElement
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>ADPCM decoder</description>
|
||||
<filename>../../gst/adpcmdec/.libs/libgstadpcmdec.so</filename>
|
||||
<basename>libgstadpcmdec.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>ADPCM encoder</description>
|
||||
<filename>../../gst/adpcmenc/.libs/libgstadpcmenc.so</filename>
|
||||
<basename>libgstadpcmenc.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Create and parse Audio Interchange File Format (AIFF) files</description>
|
||||
<filename>../../gst/aiff/.libs/libgstaiff.so</filename>
|
||||
<basename>libgstaiff.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Adaptive Multi-Rate Wide-Band Encoder</description>
|
||||
<filename>../../ext/amrwbenc/.libs/libgstamrwbenc.so</filename>
|
||||
<basename>libgstamrwbenc.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>unknown</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Apple AirPort Express Plugin</description>
|
||||
<filename>../../ext/apexsink/.libs/libgstapexsink.so</filename>
|
||||
<basename>libgstapexsink.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>ASF Muxer Plugin</description>
|
||||
<filename>../../gst/asfmux/.libs/libgstasfmux.so</filename>
|
||||
<basename>libgstasfmux.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>gsoc2009 package</package>
|
||||
<origin>embedded.ufcg.edu.br</origin>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>asfmux</name>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>ASS/SSA subtitle renderer</description>
|
||||
<filename>../../ext/assrender/.libs/libgstassrender.so</filename>
|
||||
<basename>libgstassrender.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>audioparsers</description>
|
||||
<filename>../../gst/audioparsers/.libs/libgstaudioparsersbad.so</filename>
|
||||
<basename>libgstaudioparsersbad.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
@ -41,13 +41,13 @@
|
|||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-ac3, framed=(boolean)false; audio/ac3, framed=(boolean)false</details>
|
||||
<details>audio/x-ac3, framed=(boolean)false; audio/x-eac3, framed=(boolean)false; audio/ac3, framed=(boolean)false</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-ac3, framed=(boolean)true, channels=(int)[ 1, 6 ], rate=(int)[ 32000, 48000 ]; audio/ac3, framed=(boolean)true, channels=(int)[ 1, 6 ], rate=(int)[ 32000, 48000 ]</details>
|
||||
<details>audio/x-ac3, framed=(boolean)true, channels=(int)[ 1, 6 ], rate=(int)[ 32000, 48000 ]; audio/x-eac3, framed=(boolean)true, channels=(int)[ 1, 6 ], rate=(int)[ 32000, 48000 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
@ -72,6 +72,27 @@
|
|||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>dcaparse</name>
|
||||
<longname>DTS Coherent Acoustics audio stream parser</longname>
|
||||
<class>Codec/Parser/Audio</class>
|
||||
<description>DCA parser</description>
|
||||
<author>Tim-Philipp Müller <tim centricular net></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-dts, framed=(boolean)false</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-dts, framed=(boolean)true, channels=(int)[ 1, 8 ], rate=(int)[ 8000, 192000 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>flacparse</name>
|
||||
<longname>FLAC audio parser</longname>
|
||||
|
@ -93,5 +114,26 @@
|
|||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>mpegaudioparse</name>
|
||||
<longname>MPEG1 Audio Parser</longname>
|
||||
<class>Codec/Parser/Audio</class>
|
||||
<description>Parses and frames mpeg1 audio streams (levels 1-3), provides seek</description>
|
||||
<author>Jan Schmidt <thaytan@mad.scientist.com>,Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/mpeg, mpegversion=(int)1, parsed=(boolean)false</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ], rate=(int)[ 8000, 48000 ], channels=(int)[ 1, 2 ], parsed=(boolean)true</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
|
@ -3,7 +3,7 @@
|
|||
<description>Selects convertor element based on caps</description>
|
||||
<filename>../../gst/autoconvert/.libs/libgstautoconvert.so</filename>
|
||||
<basename>libgstautoconvert.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
@ -30,5 +30,26 @@
|
|||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>autovideoconvert</name>
|
||||
<longname>Select color space convertor based on caps</longname>
|
||||
<class>Generic/Bin</class>
|
||||
<description>Selects the right color space convertor based on the caps</description>
|
||||
<author>Benjamin Gaignard <benjamin.gaignard@stericsson.com></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>ANY</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>ANY</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
|
@ -3,7 +3,7 @@
|
|||
<description>Elements to convert Bayer images</description>
|
||||
<filename>../../gst/bayer/.libs/libgstbayer.so</filename>
|
||||
<basename>libgstbayer.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
@ -20,7 +20,7 @@
|
|||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-bayer, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ]</details>
|
||||
<details>video/x-raw-bayer, format=(string){ bggr, grbg, gbrg, rggb }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Compress or decompress streams</description>
|
||||
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
|
||||
<basename>libgstbz2.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>High level api for DC (Digital Camera) application</description>
|
||||
<filename>../../gst/camerabin/.libs/libgstcamerabin.so</filename>
|
||||
<basename>libgstcamerabin.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Play CD audio through the CD Drive</description>
|
||||
<filename>../../ext/cdaudio/.libs/libgstcdaudio.so</filename>
|
||||
<basename>libgstcdaudio.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Parse a .dat file (VCD) into raw mpeg1</description>
|
||||
<filename>../../gst/cdxaparse/.libs/libgstcdxaparse.so</filename>
|
||||
<basename>libgstcdxaparse.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>CELT plugin library</description>
|
||||
<filename>../../ext/celt/.libs/libgstcelt.so</filename>
|
||||
<basename>libgstcelt.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Cog plugin</description>
|
||||
<filename>../../ext/cog/.libs/libgstcog.so</filename>
|
||||
<basename>libgstcog.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,12 +3,33 @@
|
|||
<description>Color Look-up Table filters</description>
|
||||
<filename>../../gst/coloreffects/.libs/libgstcoloreffects.so</filename>
|
||||
<basename>libgstcoloreffects.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>chromahold</name>
|
||||
<longname>Chroma hold filter</longname>
|
||||
<class>Filter/Effect/Video</class>
|
||||
<description>Removes all color information except for one color</description>
|
||||
<author>Sebastian Dröge <sebastian.droege@collabora.co.uk></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>coloreffects</name>
|
||||
<longname>Color Look-up Table filter</longname>
|
||||
|
|
34
docs/plugins/inspect/plugin-colorspace.xml
Normal file
34
docs/plugins/inspect/plugin-colorspace.xml
Normal file
|
@ -0,0 +1,34 @@
|
|||
<plugin>
|
||||
<name>colorspace</name>
|
||||
<description>Colorspace conversion</description>
|
||||
<filename>../../gst/colorspace/.libs/libgstcolorspace.so</filename>
|
||||
<basename>libgstcolorspace.so</basename>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package></package>
|
||||
<origin></origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>colorspace</name>
|
||||
<longname> Colorspace converter</longname>
|
||||
<class>Filter/Converter/Video</class>
|
||||
<description>Converts video from one colorspace to another</description>
|
||||
<author>GStreamer maintainers <gstreamer-devel@lists.sourceforge.net></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-yuv, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], format=(fourcc){ I420, NV12, NV21, YV12, YUY2, Y42B, Y444, YUV9, YVU9, Y41B, Y800, Y8 , GREY, Y16 , UYVY, YVYU, IYU1, v308, AYUV, v210, A420 }; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, endianness=(int)1234, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, endianness=(int)1234, red_mask=(int)31, green_mask=(int)2016, blue_mask=(int)63488, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)15, endianness=(int)1234, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)15, endianness=(int)1234, red_mask=(int)31, green_mask=(int)992, blue_mask=(int)31744, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)8, depth=(int)8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)8, depth=(int)8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)4321, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)1234, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-yuv, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], format=(fourcc){ I420, NV12, NV21, YV12, YUY2, Y42B, Y444, YUV9, YVU9, Y41B, Y800, Y8 , GREY, Y16 , UYVY, YVYU, IYU1, v308, AYUV, v210, A420 }; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, endianness=(int)1234, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, endianness=(int)1234, red_mask=(int)31, green_mask=(int)2016, blue_mask=(int)63488, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)15, endianness=(int)1234, red_mask=(int)31744, green_mask=(int)992, blue_mask=(int)31, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)15, endianness=(int)1234, red_mask=(int)31, green_mask=(int)992, blue_mask=(int)31744, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)8, depth=(int)8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)8, depth=(int)8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)4321, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)1234, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
|
@ -3,7 +3,7 @@
|
|||
<description>data: URI source</description>
|
||||
<filename>../../gst/dataurisrc/.libs/libgstdataurisrc.so</filename>
|
||||
<basename>libgstdataurisrc.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>1394 IIDC Video Source</description>
|
||||
<filename>../../ext/dc1394/.libs/libgstdc1394.so</filename>
|
||||
<basename>libgstdc1394.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>transfer data over the network via DCCP.</description>
|
||||
<filename>../../gst/dccp/.libs/libgstdccp.so</filename>
|
||||
<basename>libgstdccp.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>DCCP</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Collection of elements that may or may not be useful for debugging</description>
|
||||
<filename>../../gst/debugutils/.libs/libgstdebugutilsbad.so</filename>
|
||||
<basename>libgstdebugutilsbad.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
@ -30,6 +30,27 @@
|
|||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>chopmydata</name>
|
||||
<longname>FIXME</longname>
|
||||
<class>Generic</class>
|
||||
<description>FIXME</description>
|
||||
<author>David Schleef <ds@schleef.org></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>ANY</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>ANY</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>fpsdisplaysink</name>
|
||||
<longname>Measure and show framerate on videosink</longname>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>DirectFB video output plugin</description>
|
||||
<filename>../../ext/directfb/.libs/libgstdfbvideosink.so</filename>
|
||||
<basename>libgstdfbvideosink.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Dirac plugin</description>
|
||||
<filename>../../ext/dirac/.libs/libgstdirac.so</filename>
|
||||
<basename>libgstdirac.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>DTMF plugins</description>
|
||||
<filename>../../gst/dtmf/.libs/libgstdtmf.so</filename>
|
||||
<basename>libgstdtmf.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Decodes DTS audio streams</description>
|
||||
<filename>../../ext/dts/.libs/libgstdtsdec.so</filename>
|
||||
<basename>libgstdtsdec.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>DVB elements</description>
|
||||
<filename>../../sys/dvb/.libs/libgstdvb.so</filename>
|
||||
<basename>libgstdvb.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
40
docs/plugins/inspect/plugin-dvbsuboverlay.xml
Normal file
40
docs/plugins/inspect/plugin-dvbsuboverlay.xml
Normal file
|
@ -0,0 +1,40 @@
|
|||
<plugin>
|
||||
<name>dvbsuboverlay</name>
|
||||
<description>DVB subtitle renderer</description>
|
||||
<filename>../../gst/dvbsuboverlay/.libs/libgstdvbsuboverlay.so</filename>
|
||||
<basename>libgstdvbsuboverlay.so</basename>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>dvbsuboverlay</name>
|
||||
<longname>DVB Subtitles Overlay</longname>
|
||||
<class>Mixer/Video/Overlay/Subtitle</class>
|
||||
<description>Renders DVB subtitles</description>
|
||||
<author>Mart Raudsepp <mart.raudsepp@collabora.co.uk></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>text_sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>subpicture/x-dvb</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>video_sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-yuv, format=(fourcc)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
|
@ -3,7 +3,7 @@
|
|||
<description>DVD Sub-picture Overlay element</description>
|
||||
<filename>../../gst/dvdspu/.libs/libgstdvdspu.so</filename>
|
||||
<basename>libgstdvdspu.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Free AAC Encoder (FAAC)</description>
|
||||
<filename>../../ext/faac/.libs/libgstfaac.so</filename>
|
||||
<basename>libgstfaac.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Free AAC Decoder (FAAD)</description>
|
||||
<filename>../../ext/faad/.libs/libgstfaad.so</filename>
|
||||
<basename>libgstfaad.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>linux framebuffer video sink</description>
|
||||
<filename>../../sys/fbdev/.libs/libgstfbdevsink.so</filename>
|
||||
<basename>libgstfbdevsink.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Synthesizes plain text into audio</description>
|
||||
<filename>../../gst/festival/.libs/libgstfestival.so</filename>
|
||||
<basename>libgstfestival.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Stream freezer</description>
|
||||
<filename>../../gst/freeze/.libs/libgstfreeze.so</filename>
|
||||
<basename>libgstfreeze.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>frei0r plugin library</description>
|
||||
<filename>../../gst/frei0r/.libs/libgstfrei0r.so</filename>
|
||||
<basename>libgstfrei0r.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Gaudi video effects.</description>
|
||||
<filename>../../gst/gaudieffects/.libs/libgstgaudieffects.so</filename>
|
||||
<basename>libgstgaudieffects.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Various geometric image transform elements</description>
|
||||
<filename>../../gst/geometrictransform/.libs/libgstgeometrictransform.so</filename>
|
||||
<basename>libgstgeometrictransform.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
@ -177,6 +177,27 @@
|
|||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>rotate</name>
|
||||
<longname>rotate</longname>
|
||||
<class>Transform/Effect/Video</class>
|
||||
<description>Warps the picture into an arc shaped form</description>
|
||||
<author>Thiago Santos<thiago.sousa.santos@collabora.co.uk></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)AYUV, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)8, depth=(int)8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)4321, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)1234, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-yuv, format=(fourcc)AYUV, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)8, depth=(int)8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)4321, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)1234, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>sphere</name>
|
||||
<longname>sphere</longname>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>GSettings plugin</description>
|
||||
<filename>../../ext/gsettings/.libs/libgstgsettingselements.so</filename>
|
||||
<basename>libgstgsettingselements.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>GSM encoder/decoder</description>
|
||||
<filename>../../ext/gsm/.libs/libgstgsm.so</filename>
|
||||
<basename>libgstgsm.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Siren encoder/decoder/payloader/depayloader plugins</description>
|
||||
<filename>../../gst/siren/.libs/libgstsiren.so</filename>
|
||||
<basename>libgstsiren.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Element parsing raw h264 streams</description>
|
||||
<filename>../../gst/h264parse/.libs/libgsth264parse.so</filename>
|
||||
<basename>libgsth264parse.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>HDV private stream parser</description>
|
||||
<filename>../../gst/hdvparse/.libs/libgsthdvparse.so</filename>
|
||||
<basename>libgsthdvparse.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>ID3 v1 and v2 muxing plugin</description>
|
||||
<filename>../../gst/id3tag/.libs/libgstid3tag.so</filename>
|
||||
<basename>libgstid3tag.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Create an interlaced video stream</description>
|
||||
<filename>../../gst/interlace/.libs/libgstinterlace.so</filename>
|
||||
<basename>libgstinterlace.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
@ -11,10 +11,10 @@
|
|||
<elements>
|
||||
<element>
|
||||
<name>interlace</name>
|
||||
<longname>Inverse Telecine filter</longname>
|
||||
<longname>Interlace filter</longname>
|
||||
<class>Filter/Video</class>
|
||||
<description>Detects and reconstructs progressive content from telecine video</description>
|
||||
<author>Entropy Wave <ds@entropywave.com></author>
|
||||
<description>Creates an interlaced video from progressive frames</description>
|
||||
<author>David Schleef <ds@schleef.org></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Inverse Telecine</description>
|
||||
<filename>../../gst/invtelecine/.libs/libgstinvtelecine.so</filename>
|
||||
<basename>libgstinvtelecine.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>IVF parser</description>
|
||||
<filename>../../gst/ivfparse/.libs/libgstivfparse.so</filename>
|
||||
<basename>libgstivfparse.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -1,43 +0,0 @@
|
|||
<plugin>
|
||||
<name>jack</name>
|
||||
<description>Jack elements</description>
|
||||
<filename>../../ext/jack/.libs/libgstjack.so</filename>
|
||||
<basename>libgstjack.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>jackaudiosink</name>
|
||||
<longname>Audio Sink (Jack)</longname>
|
||||
<class>Sink/Audio</class>
|
||||
<description>Output to Jack</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-raw-float, endianness=(int){ 1234 }, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>jackaudiosrc</name>
|
||||
<longname>Audio Source (Jack)</longname>
|
||||
<class>Source/Audio</class>
|
||||
<description>Input from Jack</description>
|
||||
<author>Tristan Matthews <tristan@sat.qc.ca></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>audio/x-raw-float, endianness=(int){ 1234 }, width=(int)32, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
34
docs/plugins/inspect/plugin-jp2kdecimator.xml
Normal file
34
docs/plugins/inspect/plugin-jp2kdecimator.xml
Normal file
|
@ -0,0 +1,34 @@
|
|||
<plugin>
|
||||
<name>jp2kdecimator</name>
|
||||
<description>JPEG2000 decimator</description>
|
||||
<filename>../../gst/jp2kdecimator/.libs/libgstjp2kdecimator.so</filename>
|
||||
<basename>libgstjp2kdecimator.so</basename>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>jp2kdecimator</name>
|
||||
<longname>JPEG2000 decimator</longname>
|
||||
<class>Filter/Image</class>
|
||||
<description>Removes information from JPEG2000 streams without recompression</description>
|
||||
<author>Sebastian Dröge <sebastian.droege@collabora.co.uk></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>image/x-jpc</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>image/x-jpc</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
|
@ -3,7 +3,7 @@
|
|||
<description>JPEG interchange format plugin</description>
|
||||
<filename>../../gst/jpegformat/.libs/libgstjpegformat.so</filename>
|
||||
<basename>libgstjpegformat.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
@ -11,9 +11,9 @@
|
|||
<elements>
|
||||
<element>
|
||||
<name>jifmux</name>
|
||||
<longname>JPEG stream parser</longname>
|
||||
<class>Codec/Parser/Video</class>
|
||||
<description>Parse JPEG images into single-frame buffers</description>
|
||||
<longname>JPEG stream muxer</longname>
|
||||
<class>Video/Muxer</class>
|
||||
<description>Remuxes JPEG images with markers and tags</description>
|
||||
<author>Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be></author>
|
||||
<pads>
|
||||
<caps>
|
||||
|
@ -33,7 +33,7 @@
|
|||
<element>
|
||||
<name>jpegparse</name>
|
||||
<longname>JPEG stream parser</longname>
|
||||
<class>Codec/Parser/Video</class>
|
||||
<class>Video/Parser</class>
|
||||
<description>Parse JPEG images into single-frame buffers</description>
|
||||
<author>Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be></author>
|
||||
<pads>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Kate plugin</description>
|
||||
<filename>../../ext/kate/.libs/libgstkate.so</filename>
|
||||
<basename>libgstkate.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
@ -110,13 +110,13 @@
|
|||
<name>video_sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)24</details>
|
||||
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)1234, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)24</details>
|
||||
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)1234, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>All LADSPA plugins</description>
|
||||
<filename>../../ext/ladspa/.libs/libgstladspa.so</filename>
|
||||
<basename>libgstladspa.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Resamples audio</description>
|
||||
<filename>../../gst/legacyresample/.libs/libgstlegacyresample.so</filename>
|
||||
<basename>libgstlegacyresample.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Adds multiple live discontinuous streams</description>
|
||||
<filename>../../gst/liveadder/.libs/libgstliveadder.so</filename>
|
||||
<basename>libgstliveadder.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Mimic codec</description>
|
||||
<filename>../../ext/mimic/.libs/libgstmimic.so</filename>
|
||||
<basename>libgstmimic.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Microsoft Multi Media Server streaming protocol support</description>
|
||||
<filename>../../ext/libmms/.libs/libgstmms.so</filename>
|
||||
<basename>libgstmms.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>.MOD audio decoding</description>
|
||||
<filename>../../ext/modplug/.libs/libgstmodplug.so</filename>
|
||||
<basename>libgstmodplug.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>High-quality MPEG-1/2 video encoder</description>
|
||||
<filename>../../ext/mpeg2enc/.libs/libgstmpeg2enc.so</filename>
|
||||
<basename>libgstmpeg2enc.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>MPEG-4 video parser</description>
|
||||
<filename>../../gst/mpeg4videoparse/.libs/libgstmpeg4videoparse.so</filename>
|
||||
<basename>libgstmpeg4videoparse.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>MPEG demuxers</description>
|
||||
<filename>../../gst/mpegdemux/.libs/libgstmpegdemux.so</filename>
|
||||
<basename>libgstmpegdemux.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>unknown</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>MPEG-PS muxer</description>
|
||||
<filename>../../gst/mpegpsmux/.libs/libgstmpegpsmux.so</filename>
|
||||
<basename>libgstmpegpsmux.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>MPEG-TS muxer</description>
|
||||
<filename>../../gst/mpegtsmux/.libs/libgstmpegtsmux.so</filename>
|
||||
<basename>libgstmpegtsmux.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>MPEG-1 and MPEG-2 video parser</description>
|
||||
<filename>../../gst/mpegvideoparse/.libs/libgstmpegvideoparse.so</filename>
|
||||
<basename>libgstmpegvideoparse.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer</description>
|
||||
<filename>../../ext/mplex/.libs/libgstmplex.so</filename>
|
||||
<basename>libgstmplex.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Musepack decoder</description>
|
||||
<filename>../../ext/musepack/.libs/libgstmusepack.so</filename>
|
||||
<basename>libgstmusepack.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>A TRM signature producer based on libmusicbrainz</description>
|
||||
<filename>../../ext/musicbrainz/.libs/libgsttrm.so</filename>
|
||||
<basename>libgsttrm.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Interplay MVE movie format manipulation</description>
|
||||
<filename>../../gst/mve/.libs/libgstmve.so</filename>
|
||||
<basename>libgstmve.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>MXF plugin library</description>
|
||||
<filename>../../gst/mxf/.libs/libgstmxf.so</filename>
|
||||
<basename>libgstmxf.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>lib MythTV src</description>
|
||||
<filename>../../ext/mythtv/.libs/libgstmythtvsrc.so</filename>
|
||||
<basename>libgstmythtvsrc.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>NAS (Network Audio System) support for GStreamer</description>
|
||||
<filename>../../ext/nas/.libs/libgstnassink.so</filename>
|
||||
<basename>libgstnassink.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>lib neon http client src</description>
|
||||
<filename>../../ext/neon/.libs/libgstneonhttpsrc.so</filename>
|
||||
<basename>libgstneonhttpsrc.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Uses nosefart to decode .nsf files</description>
|
||||
<filename>../../gst/nsf/.libs/libgstnsf.so</filename>
|
||||
<basename>libgstnsf.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Demuxes MythTV NuppelVideo files</description>
|
||||
<filename>../../gst/nuvdemux/.libs/libgstnuvdemux.so</filename>
|
||||
<basename>libgstnuvdemux.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Calculate MusicIP fingerprint from audio files</description>
|
||||
<filename>../../ext/ofa/.libs/libgstofa.so</filename>
|
||||
<basename>libgstofa.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<description>GStreamer OpenCV Plugins</description>
|
||||
<filename>../../ext/opencv/.libs/libgstopencv.so</filename>
|
||||
<basename>libgstopencv.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>OpenCv</package>
|
||||
<origin>http://opencv.willowgarage.com</origin>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
<origin>Unknown package origin</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>cvdilate</name>
|
||||
|
@ -20,13 +20,13 @@
|
|||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb, depth=(int)24, bpp=(int)24; video/x-raw-gray</details>
|
||||
<details>video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)1234, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)4321, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)8, depth=(int)8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb, depth=(int)24, bpp=(int)24; video/x-raw-gray</details>
|
||||
<details>video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)1234, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)4321, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)8, depth=(int)8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
@ -41,13 +41,13 @@
|
|||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-gray, depth=(int)8, bpp=(int)8</details>
|
||||
<details>video/x-raw-gray, bpp=(int)8, depth=(int)8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-gray, depth=(int)8, bpp=(int)8</details>
|
||||
<details>video/x-raw-gray, bpp=(int)8, depth=(int)8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
@ -62,13 +62,13 @@
|
|||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb, depth=(int)24, bpp=(int)24; video/x-raw-gray</details>
|
||||
<details>video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)1234, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)4321, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)8, depth=(int)8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb, depth=(int)24, bpp=(int)24; video/x-raw-gray</details>
|
||||
<details>video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)1234, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)4321, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, alpha_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)8, depth=(int)8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
@ -83,13 +83,13 @@
|
|||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-gray, depth=(int)8, bpp=(int)8</details>
|
||||
<details>video/x-raw-gray, bpp=(int)8, depth=(int)8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-gray, depth=(int)16, bpp=(int)16, endianness=(int)4321</details>
|
||||
<details>video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)1234, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
@ -104,13 +104,13 @@
|
|||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb, depth=(int)24, bpp=(int)24; video/x-raw-gray, depth=(int)8, bpp=(int)8</details>
|
||||
<details>video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)8, depth=(int)8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb, depth=(int)24, bpp=(int)24; video/x-raw-gray, depth=(int)8, bpp=(int)8</details>
|
||||
<details>video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)255, green_mask=(int)65280, blue_mask=(int)16711680, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw-gray, bpp=(int)8, depth=(int)8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
@ -125,13 +125,13 @@
|
|||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-gray, depth=(int)8, bpp=(int)8</details>
|
||||
<details>video/x-raw-gray, bpp=(int)8, depth=(int)8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-gray, depth=(int)16, bpp=(int)16, endianness=(int)4321</details>
|
||||
<details>video/x-raw-gray, bpp=(int)16, depth=(int)16, endianness=(int)1234, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
@ -146,13 +146,13 @@
|
|||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb</details>
|
||||
<details>video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb</details>
|
||||
<details>video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
@ -167,13 +167,13 @@
|
|||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb</details>
|
||||
<details>video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb</details>
|
||||
<details>video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
@ -209,13 +209,13 @@
|
|||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb</details>
|
||||
<details>video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb</details>
|
||||
<details>video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
@ -230,13 +230,13 @@
|
|||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb</details>
|
||||
<details>video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb</details>
|
||||
<details>video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
@ -251,13 +251,13 @@
|
|||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb</details>
|
||||
<details>video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>ANY</details>
|
||||
<details>video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Element parsing raw pcap streams</description>
|
||||
<filename>../../gst/pcapparse/.libs/libgstpcapparse.so</filename>
|
||||
<basename>libgstpcapparse.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>PNM plugin</description>
|
||||
<filename>../../gst/pnm/.libs/libgstpnm.so</filename>
|
||||
<basename>libgstpnm.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Quicktime Muxer plugin</description>
|
||||
<filename>../../gst/qtmux/.libs/libgstqtmux.so</filename>
|
||||
<basename>libgstqtmux.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
@ -36,6 +36,33 @@
|
|||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>ismlmux</name>
|
||||
<longname>ISML Muxer</longname>
|
||||
<class>Codec/Muxer</class>
|
||||
<description>Multiplex audio and video into a ISML file</description>
|
||||
<author>Thiago Sousa Santos <thiagoss@embedded.ufcg.edu.br></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>audio_%d</name>
|
||||
<direction>sink</direction>
|
||||
<presence>request</presence>
|
||||
<details>audio/mpeg, mpegversion=(int)1, layer=(int)3, channels=(int)[ 1, 2 ], rate=(int)[ 1, 2147483647 ]; audio/mpeg, mpegversion=(int)4, stream-format=(string)raw, channels=(int)[ 1, 8 ], rate=(int)[ 1, 2147483647 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>video_%d</name>
|
||||
<direction>sink</direction>
|
||||
<presence>request</presence>
|
||||
<details>video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, divxversion=(int)5, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, stream-format=(string)avc, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/quicktime, variant=(string)iso</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>mj2mux</name>
|
||||
<longname>MJ2 Muxer</longname>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Parses byte streams into raw frames</description>
|
||||
<filename>../../gst/rawparse/.libs/libgstrawparse.so</filename>
|
||||
<basename>libgstrawparse.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Decode REAL streams</description>
|
||||
<filename>../../gst/real/.libs/libgstreal.so</filename>
|
||||
<basename>libgstreal.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Resin DVD playback elements</description>
|
||||
<filename>../../ext/resindvd/.libs/libresindvd.so</filename>
|
||||
<basename>libresindvd.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Connects to a VNC server and decodes RFB stream</description>
|
||||
<filename>../../gst/librfb/.libs/libgstrfbsrc.so</filename>
|
||||
<basename>libgstrfbsrc.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>RSVG plugin library</description>
|
||||
<filename>../../ext/rsvg/.libs/libgstrsvg.so</filename>
|
||||
<basename>libgstrsvg.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
@ -30,5 +30,32 @@
|
|||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
<element>
|
||||
<name>rsvgoverlay</name>
|
||||
<longname>RSVG overlay</longname>
|
||||
<class>Filter/Editor/Video</class>
|
||||
<description>Overlays SVG graphics over a video stream</description>
|
||||
<author>Olivier Aubert <olivier.aubert@liris.cnrs.fr></author>
|
||||
<pads>
|
||||
<caps>
|
||||
<name>data_sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>image/svg+xml; image/svg; text/plain</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
<direction>source</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
|
||||
</caps>
|
||||
</pads>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
|
@ -3,7 +3,7 @@
|
|||
<description>RTP Muxer plugins</description>
|
||||
<filename>../../gst/rtpmux/.libs/libgstrtpmux.so</filename>
|
||||
<basename>libgstrtpmux.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Scale audio tempo in sync with playback rate</description>
|
||||
<filename>../../gst/scaletempo/.libs/libgstscaletempoplugin.so</filename>
|
||||
<basename>libgstscaletempoplugin.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Schroedinger plugin</description>
|
||||
<filename>../../ext/schroedinger/.libs/libgstschro.so</filename>
|
||||
<basename>libgstschro.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>SDL (Simple DirectMedia Layer) support for GStreamer</description>
|
||||
<filename>../../ext/sdl/.libs/libgstsdl.so</filename>
|
||||
<basename>libgstsdl.so</basename>
|
||||
<version>0.10.20.1</version>
|
||||
<version>0.10.21.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-bad</source>
|
||||
<package>GStreamer Bad Plug-ins git</package>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue