Release 1.5.1

This commit is contained in:
Sebastian Dröge 2015-06-07 10:46:34 +02:00
parent 5c93af74a6
commit a7faa3e0a2
76 changed files with 6744 additions and 468 deletions

6128
ChangeLog

File diff suppressed because it is too large Load diff

145
NEWS
View file

@ -1,145 +1,2 @@
This is GStreamer Good Plugins 1.4.0 This is GStreamer Good Plugins 1.5.1
Changes since 1.2:
New API:
• GstMessageType has GST_MESSAGE_EXTENDED added. All types before
that can be used together as a flags type as before, but from
that message onwards the types are just counted incrementally.
This was necessary to be able to add more message types.
In 2.0 GstMessageType will just become an enum and not a flags
type anymore.
• GstDeviceMonitor for device probing, e.g. to list all available
audio or video capture devices. This is the replacement for
GstPropertyProbe from 0.10.
• Events accumulate the running-time offset now when travelling
through pads, as set by the gst_pad_set_offset() function. This
allows to compensate for this in the QOS event for example.
• GstBuffer has a new flag "tag-memory" that is set automatically
when memory is added or removed to a buffer. This allows buffer
pools to detect if they can recycle a buffer or need to reset
it first.
• GstToc has new API to mark GstTocEntries as loops.
• A not-authorized resource error has been defined to notify
applications that accessing the resource has failed because
of missing authorization and to distinguish this case from others.
This change is actually already in 1.2.4.
• GstPad has a new flag "accept-intersect", that will let the default
ACCEPT_CAPS query handler do an intersection instead of subset check.
This is interesting for parser elements that can handle incomplete
caps.
• GstCollectPads has support for flushing and a default handler for
SEEK events now.
• New GstFlowAggregator helper object that simplifies handling of
flow returns in elements with multiple source pads. Additionally
GstPad now always stores the last flow return and provides an
API to retrieve it.
• GstSegment has new API to offset the running time by a specific
value and this is used in GstPad to allow positive and negative
offsets in gst_pad_set_offset() in all situations.
• Support for h265/HEVC and VP8 has been added to the codec utils and codec
parsers library, and was integrated into various elements.
• API for adjusting the TLS validation of RTSP connection has been added.
• The RTSP and SDP library has MIKEY (RFC 3830) support now, and
there is API to distinguish between the different RTSP profiles.
• API to access RTP time information and statistics.
• Support for auxiliary streams was added to rtpbin.
• Support for tiled, raw video formats has been added.
• GstVideoDecoder and GstAudioDecoder have API to help aggregating tag
events and merge custom tags into them consistently.
• GstBufferPool has support for flushing now.
• playbin/playsink has support for application provided audio and video
filters.
• GstDiscoverer has new and simplified API to get details about missing
plugins and information to pass to the plugin installer.
• The GL library was merged from gst-plugins-gl to gst-plugins-bad,
providing a generic infrastructure for handling GL inside GStreamer
pipelines and a plugin with some elements using these, especially
a video sink. Supported platforms currently are Android, Cocoa (OS X),
DispManX (Raspberry Pi), EAGL (iOS), WGL (Windows) and generic X11,
Wayland and EGL platforms.
This replaces eglglessink and also is supposed to replace osxvideosink.
• New GstAggregator base class in gst-plugins-bad. This is supposed to
replace GstCollectPads in the future and fix long-known shortcomings
in its API. Together with the base class some elements are provided
already, like a videomixer (compositor).
Major changes:
• New plugins and elements:
∘ v4l2videodec element for accessing hardware codecs on
platforms that make them accessible via V4L2, e.g.
Samsung Exynos. This comes together with major refactoring
of the existing V4L2 elements and the corresponding
infrastructure.
The v4l2videodec element replaces the mfcdec element.
∘ New downloadbuffer element that replaces the download
buffering feature of queue2. Compared to queue2's code
it is much simpler and only for this single use case.
A noteworthy new feature is that it's downloading gaps
in the already downloaded stream parts when nothing else
is to be downloaded.
This is now used by playbin when download buffering is
enabled.
∘ rtpstreampay and rtpstreamdepay elements for transmitting
RTP packets over a stream API (e.g. TCP) according to
RFC 4571.
∘ rtprtx elements for standard compliant implementation of
retransmissions, integrated into the rtpmanager plugin.
∘ audiomixer element that mixes multiple audio streams together
into a single one while keeping synchronization. This is
planned to become the replacement of the adder element.
∘ OpenNI2 plugin for 3D cameras like the Kinect camera.
∘ OpenEXR plugin for decoding high-dynamic-range EXR images.
∘ curlsshsink and curlsftpsink to write files via SSH/SFTP.
∘ videosignal, ivfparse and sndfile plugins ported from 0.10.
∘ avfvideosrc, vtdec and other elements were ported from 0.10 and
are available on OS X and iOS now.
• Other changes:
∘ gst-libav now uses libav 10.2, and gained support for H265/HEVC.
∘ Support for hardware codecs and special memory types has been
improved with bugfixes and feature additions in various plugins
and base classes.
∘ Various bugfixes and improvements to buffering in queue2 and
multiqueue elements.
∘ dvbsrc supports more delivery mechanisms and other features
now, including DVB S2 and T2 support.
∘ The MPEGTS library has support for many more descriptors.
∘ Major improvements to tsdemux and tsparse, especially time and
seeking related.
∘ souphttpsrc now has support for keep-alive connections,
compression, configurable number of retries and configuration
for SSL certificate validation.
∘ hlsdemux has undergone major refactoring and works more
reliable now and supports more HLS features like trick modes.
Also fragments are pushed downstream while they're downloaded
now instead of waiting for each fragment to finish.
∘ dashdemux and mssdemux are now also pushing fragments downstream
while they're downloaded instead of waiting for each fragment to
finish.
∘ videoflip can automatically flip based on the orientation tag.
∘ openjpeg supports the OpenJPEG2 API.
∘ waylandsink was refactored and should be more useful now. It also
includes a small library which most likely is going to be removed
in the future and will result in extensions to the GstVideoOverlay
interface.
∘ gst-rtsp-server supports SRTP and MIKEY now.
∘ gst-libav encoders are now negotiating any profile/level settings
with downstream via caps.
∘ Lots of fixes for coverity warnings all over the place.
∘ Negotiation related performance improvements.
∘ 800+ fixed bug reports, and many other bug fixes and other
improvements everywhere that had no bug report.
Things to look out for:
• The eglglessink element was removed and replaced by the glimagesink
element.
• The mfcdec element was removed and replaced by v4l2videodec.
• osxvideosink is only available in OS X 10.6 or newer.
• On Android the namespace of the automatically generated Java class
for initialization of GStreamer has changed from com.gstreamer to
org.freedesktop.gstreamer to prevent namespace pollution.
• On iOS you have to update your gst_ios_init.h and gst_ios_init.m in
your projects from the one included in the binaries if you used the
GnuTLS GIO module before. The loading mechanism has slightly changed.

268
RELEASE
View file

@ -1,23 +1,17 @@
Release notes for GStreamer Good Plugins 1.4.0 Release notes for GStreamer Good Plugins 1.5.1
The GStreamer team is pleased to announce the first release of The GStreamer team is pleased to announce the first release of the unstable
the stable 1.4 release series. The 1.4 release series is adding new 1.5 release series. The 1.5 release series is adding new features on top of
features on top of the 1.0 and 1.2 series and is part of the API and the 1.0, 1.2 and 1.4 series and is part of the API and ABI-stable 1.x release
ABI-stable 1.x release series of the GStreamer multimedia framework. series of the GStreamer multimedia framework. The unstable 1.5 release series
will lead to the stable 1.6 release series in the next weeks, and newly added
API can still change until that point.
Binaries for Android, iOS, Mac OS X and Windows will be provided separately
Binaries for Android, iOS, Mac OS X and Windows are provided together during the unstable 1.5 release series.
with this release.
The stable 1.4 release series is API and ABI compatible with 1.0.x,
1.2.x and any other 1.x release series in the future. Compared to 1.2.x
it contains some new features and more intrusive changes that were
considered too risky as a bugfix.
@ -64,10 +58,172 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
Bugs fixed in this release Bugs fixed in this release
* 733122 : rgvolume/rtpdtmfmux: Avoid taking unnecessary ref to pad templates. * 740130 : matroskamux: wrong duration on some files
* 733190 : [regression] aacparse: raw to ADTS conversion no longer works * 699382 : v4l2: dmabuf handling is not complete
* 733208 : POTFILES.in is out of date * 746747 : rtpsession: Also report internal sources in on-new-ssrc and on-ssrc-active
* 733380 : videobox: adds borders of the wrong color * 741783 : qtmux: crash when trying to mux ALAC
* 601733 : rtspsrc: Use specific error message when authentication is required
* 635701 : rtspsrc: seeking is broken
* 678124 : multifilesink: add support for time based file switching
* 682770 : v4l2src: should renegotiate
* 690646 : ximagesrc: Cursor offset with ximagesrc and xid
* 690719 : jackaudiosink: add new property (port-pattern) to specify which jack ports to autoconnect to
* 692473 : qtmux: does not store stream specific tags
* 708808 : qtmux: Error out when downstream is not seekable and no fast-start
* 711764 : osxaudiosrc: Produces broken audio for any sample rate other than 44100Hz
* 722567 : wavparse: loops on incorrect wav file
* 725335 : rtspsrc: Extract the payload type from sdp framesize attribute
* 726415 : rtpjpegpay/-depay: Remove incorrectly introduced framesize SDP attribute
* 726416 : rtph263pay/-depay: add framesize SDP attribute
* 730417 : rtspt: no timestamp from some rtsp source over tcp
* 731038 : playbin downmixes 5.0 multichannel-audio to stereo
* 732152 : multiudpsink: use sendmmsg() to send multiple packets to multiple recipients in one go
* 732866 : udpsink: client add/remove from app blocked while render function is stuck in g_socket_send_message()
* 732870 : jpegenc: add support for encoding from nv21
* 733225 : Lockup while using Cheese on 1.3.91
* 733444 : wavenc: does not support more than 2 channel
* 733539 : rtph264pay: append profile-level-id parameter to SDP if available
* 733556 : h264 payloader : append packetization-mode parameter for SDP
* 733616 : v4l2object: code cleanup
* 733750 : v4l2object: query minimum required buffers for output
* 734322 : RTP Jitterbuffer shouldn't force clock-rate on the caps
* 734443 : qtdemux: forward DISCONT from upstream to the output streams
* 734542 : speexenc: Improve annotation of internal function
* 734987 : udp: fix udpsrc documentation
* 735085 : y4mencode : port y4m encoder to use GstVideoEncoder base class
* 735378 : gstrtpjitterbuffer: requests retransmission periodically when no needed
* 735564 : gdkpixbufdec: Error when using gdkpixbufdec with ImageFreeze element
* 735581 : imagefreeze: Remove impossible error condition
* 735626 : multipartdemux: caps are NULL in pad-added callback (regression)
* 735627 : wavenc/wavparse: should support RF64 files
* 735795 : imagefreeze: Don't call gst_caps_unref() on NULL caps
* 735880 : imagefreeze: replace with gst_buffer_copy
* 735950 : gdkpixbufdec: free query after use
* 735971 : qtdemux: avdec_mjpeg does not get autoplugged for mjpeg in mov container
* 736072 : v4l2: set min_latency for output device according to required minimum number of buffers
* 736122 : ximagesrc: setting the screen-num property has no effect
* 736133 : v4l2: query crop configuration after each call of S_CROP
* 736252 : gdkpixbufdec: packetized mode logic
* 736462 : multifile: don't bitwise OR the same flag twice
* 736528 : udp: getting compilation error for implicit declaration of memcmp, memset
* 736543 : matroska:OR and Bitwise OR of the same flag twice
* 736872 : libpng: Removed redundant assignment
* 736873 : alpha: Removed unreachable break statements
* 736874 : audiofx: Removed unwanted variable
* 736875 : audiofx: Removed unwanted buffer_length variable
* 736876 : audiofx: Removed unreachable breaks, unwanted variable
* 736878 : audioparsers: Added index check before using the index
* 736879 : avi: Removed redundant assignment
* 736880 : avi: Removed unwanted hdl variable
* 736881 : deinterlace: Removed unwanted res variable
* 736883 : dtmf: Removed unwanted structure member and assignment
* 736884 : flv: Removed unreachable break statements
* 736887 : goom: Clarified precedence between % and ?
* 736888 : isomp4: Removed unreachable breaks
* 736890 : matroska: Removed unwanted instruction
* 736892 : rtpmanager: Removed unwanted variable and assignment
* 736893 : rtpmanager: Removed unwanted assignment
* 736894 : rtpmanager: Removed unwanted assignment in rtpsession
* 736897 : videobox: duplicate assignment
* 736903 : rtsp: Precedence in expression is not clear
* 736986 : qtdemux: handle AAC audio without ESDS atom
* 737095 : qtmux: subtitle muxing doesn't work
* 737127 : interleave: interleaving does not respect the channel positions default order
* 737359 : matroskademux: returns FLOW_FLUSHING when trying to reuse it
* 737708 : pngdec: change parse logic
* 737868 : rtspsrc: set stream caps on internal src TCP pads
* 738013 : v4l2allocator: issue with import_userptr() in single-planar API when n_planes > 1
* 738707 : gst-plugins-good fails to build on Mac OS X 10.10 Yosemite due to deprecated NSOpenGLPFAFullScreen
* 738838 : videobox: critical error when element properties set as max/min
* 739344 : rtpjitterbuffer: ensure rtx_retry_period > = 0
* 739366 : imagefreeze: Handle seqnums
* 739549 : v4l2bufferpool: fix typos in flags
* 739566 : gdkpixbufoverlay: Fix relative-x/y and widen their range to support scolling images in/out of frame with GstController
* 739930 : Port server-alsasrc-PCMA.py to version 1.x
* 739975 : Seeking through some AAC file freezes my application
* 740403 : v4l2object: reuse caps framerate if not overwritten by v4l2 device
* 740505 : rtspsrc: segmentation fault when requesting srtp key
* 740683 : rtspsrc: add retransmission handling for rtp
* 740987 : Fixes to osxaudiosrc and osxaudiosink
* 741115 : videomixer segfault when output height is smaller than input height and ypos is negative
* 741134 : v4l2: CREATE_BUF support is broken
* 741279 : qtmux: generating corrupted file when over 4GB
* 741398 : rtpptdemux: errors out on invalid rtp packet, e.g. if the version check failed (0 != 2)
* 741993 : souphttpsrc: leaking a buffer during flushing
* 742098 : rtp: Fails rtpaux and rtpcollision tests
* 742325 : ac3parse: requests minimum frame size that is too small
* 742363 : v4l2object: recognize and distinguish all bayer arrangements
* 742572 : qtdemux: EOS emitted after 10 seconds on a audio/mp4a file [REGRESSION]
* 742661 : qtdemux: EOS in push mode when seeking in m4a
* 743013 : v4l2bufferpool: set v4l2_buffer.field when queuing buffer in an output device
* 743186 : v4l2object: set colorspace in caps for capture devices
* 743407 : qtdemux: doesn't ignore data after last sample in mdat.
* 743518 : qtdemux: dead code while calculating segment base ?
* 743578 : qtdemux: Parse 'sidx' atom (for duration and indexing in fragmented files)
* 743906 : quarktv: doesn't work with planes=0, fix property range accordingly
* 744211 : interleave: assertion 'self- > func != NULL' failed
* 744461 : pulsesink: Enhance code readability in pulsesink_query
* 745192 : matroskademux: V_MS-VFW-FOURCC streams have DTS instead of PTS
* 745226 : Vorbis RTP payloader metadata is slightly wrong
* 745276 : avidemux: remove not needed code
* 745339 : qtdemux: key_unit seek doesn't work
* 745441 : v4l2: Detect lossed frame and warn
* 745515 : level: infinite loop when interval is set to low values
* 745587 : rtp: Add PLI and FIR counters to RTPSource statistics
* 745599 : rtsp: tcp transport fails
* 745973 : matroskademux: gst_tag_list_insert: assertion 'GST_IS_TAG_LIST (into)' failed
* 746065 : level: outputs random values if channels==1
* 746242 : matroskaparse: send global tags
* 746274 : flvdemux: Less spam from no_more_pads warning
* 746390 : qtdemux: crash while playing MPEG DASH stream
* 746479 : rtsp: Only two second of playback with rtpsrc and test-mp4 (rtsp-server)
* 746543 : rtpsession: Properly implement T_rr_interval and allow sending multiple early feedback packets in a row
* 746810 : matroska: fix GValue leak when parsing tags
* 746822 : qtdemux: segment query reports wrong values after key-unit seek
* 746834 : v4l2sink: driver is not queried for minimum number of buffers when propose_allocation is not called
* 747204 : audiofirfilter creates strange noise for smaller filter kernels and even default kernel
* 747208 : rtpvp8depay: should have width/height in its caps so it can be fed to muxers
* 747358 : rtp: RTPJitterBufferMode enum missing from gtk-doc
* 747394 : rtpsession: Track RTX ssrc caps
* 747554 : suppressions: silence possible valgrind false positive
* 747595 : tests: Add test suite for alpha element
* 747597 : smpte: Remove unused fields
* 747863 : rtpsession: Use bandwidth calculation by default instead of some arbitrary hardcoded value
* 747922 : rtpjitterbuffer/rtxreceive: Don't reset the jitterbuffer if too old RTX packets arrive
* 748022 : audiofx: fix typos in example pipelines
* 748024 : icydemux: Fix segfault for 0-value metainterval
* 748041 : rtpjitterbuffer: Too early requested retransmission for future packets
* 748353 : rtspsrc: Leak of RTCP caps
* 748436 : rtpjitterbuffer: " stats " property docs
* 748584 : matroskademux: fix seek event leak in push mode
* 748617 : qtdemux: fix buffer leak on EOS with stop position in push mode
* 748627 : rtspsrc: Don't send NACKs and early RTCP in non-feedback profiles
* 748909 : jpegdec: fix frame leaks
* 749054 : qtdemux: Fix gst-launch pipeline in the documentation
* 749072 : flacparse: fix buffer leak
* 749122 : vp8enc: vp9enc: target bitrate is not working as expected
* 749129 : rtpg726depay: add block_align to output caps
* 749163 : po: update POTFILES.in
* 749543 : rtpg726depay: fix input buffer memleak
* 749544 : rtpg726pay: fix caps leak
* 749581 : rtpbasepayload: Try harder to reuse previously configured caps values and give more preference to anything set as properties
* 749669 : rtp: fix collection of statistic
* 749690 : splitfilesrc: Implement binary search in find_part_for_offset
* 749909 : matroska: overwritten value assignment
* 750327 : rtpssrcdemux: Add support for reduce size rtcp
* 750332 : rtpsession: Add support for reduced size rtcp
* 743925 : osxaudiosink won't reconfigure sink caps
* 744922 : osxaudiosrc: iOS resampling is stuttering
* 728353 : goom2k1: code does nothing, slowly
* 748068 : equalizer: not changing settings dynamically
* 731352 : flv: Container timestamp is DTS not PTS
* 732910 : v4l2src: Dectect and workaround decreasing HW timestamp
* 737810 : payloaders: VP8 and Opus payloader should probably suppport Google Chrome encoding-names
* 740787 : videocrop: No longer apply the new crop if caps have not changed
* 736396 : isomp4: duplicate if else branches in atoms.c
* 610364 : udpsrc: allocates buffers with size a lot bigger than needed
* 739305 : souphttpsrc: log connection events at info level
* 744213 : spectrum: assertion 'len > 0' failed
==== Download ==== ==== Download ====
@ -104,8 +260,82 @@ subscribe to the gstreamer-devel list.
Contributors to this release Contributors to this release
* Aleix Conchillo Flaqué
* Alex O'Konski
* Ananda
* Andrei Sarakeev
* Antonio Ospite
* Anuj Jaiswal
* Arun Raghavan
* Aurélien Zanelli
* Benjamin Gaignard
* Brad Smith
* Branislav Katreniak
* David Sansome
* David Schleef
* Edward Hervey
* George Kiagiadakis
* Guillaume Desmottes
* Gwenole Beauchesne
* Göran Jönsson
* Hans de Goede
* Henning Heinold
* Hyunjun Ko
* Ilya Konstantinov
* Jan Alexander Steffens (heftig)
* Jan Schmidt
* Jason Litzinger
* Jesper Larsen
* Jimmy Ohn
* Jonas Holmberg
* Jose Antonio Santos Cadenas
* Josep Torra
* Julien Isorce
* Jurgen Slowack
* Krzysztof Kotlenga
* Linus Svensson
* Luis de Bethencourt
* Mark Nauwelaerts
* Matej Knopp
* Mathieu Duponchelle
* Matthew Waters
* Michael Smith
* Miguel París Díaz
* Nicola Murino
* Nicolas Dufresne * Nicolas Dufresne
* Nicolas Huet
* Nirbheek Chauhan
* Ognyan Tonchev
* Olivier Crête
* Patrick Radizi
* Paul Hyunil
* Peter G. Baum
* Peter Korsgaard
* Peter Seiderer
* Philippe De Muyter
* Philippe Normand
* Piotr Drąg * Piotr Drąg
* Ramiro Polla
* Ravi Kiran K N
* Reynaldo H. Verdejo Pinochet
* Sanjay NM
* Santiago Carot-Nemesio
* Sebastian Dröge * Sebastian Dröge
* Sebastian Rasmussen * Sebastian Rasmussen
* Simon Farnsworth
* Sjoerd Simons
* Srimanta Panda
* Stefan Sauer
* Thiago Santos
* Thibault Saunier
* Tim-Philipp Müller
* Tobias Modschiedler
* Tom Greenwood
* Vincent Penquerc'h
* Vineeth T M
* Vineeth TM
* Víctor Manuel Jáquez Leal
* Wim Taymans
* Youness Alaoui
* hark
   

View file

@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/pre dnl use a three digit version number for releases, and four for git/pre
AC_INIT([GStreamer Good Plug-ins],[1.5.0.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good]) AC_INIT([GStreamer Good Plug-ins],[1.5.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good])
AG_GST_INIT AG_GST_INIT
@ -46,8 +46,8 @@ AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 501, 0, 501) AS_LIBTOOL(GST, 501, 0, 501)
dnl *** required versions of GStreamer stuff *** dnl *** required versions of GStreamer stuff ***
GST_REQ=1.5.0.1 GST_REQ=1.5.1
GSTPB_REQ=1.5.0.1 GSTPB_REQ=1.5.1
dnl *** autotools stuff **** dnl *** autotools stuff ****

View file

@ -198,6 +198,26 @@
<DEFAULT>2147483648</DEFAULT> <DEFAULT>2147483648</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstMultiFileSink::aggregate-gops</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Aggregate GOPs</NICK>
<BLURB>Whether to aggregate GOPs and process them as a whole without splitting.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG>
<NAME>GstMultiFileSink::max-file-duration</NAME>
<TYPE>guint64</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Maximum File Duration</NICK>
<BLURB>Maximum file duration before starting a new file in max-size mode.</BLURB>
<DEFAULT>18446744073709551615</DEFAULT>
</ARG>
<ARG> <ARG>
<NAME>GstMultiFileSrc::caps</NAME> <NAME>GstMultiFileSrc::caps</NAME>
<TYPE>GstCaps*</TYPE> <TYPE>GstCaps*</TYPE>
@ -1151,7 +1171,7 @@
<ARG> <ARG>
<NAME>GstQuarkTV::planes</NAME> <NAME>GstQuarkTV::planes</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE>[0,64]</RANGE> <RANGE>[1,64]</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Planes</NICK> <NICK>Planes</NICK>
<BLURB>Number of planes.</BLURB> <BLURB>Number of planes.</BLURB>
@ -21358,6 +21378,16 @@
<DEFAULT>FALSE</DEFAULT> <DEFAULT>FALSE</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstRtpBin::rtp-profile</NAME>
<TYPE>GstRTPProfile</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>RTP Profile</NICK>
<BLURB>Default RTP profile of newly created sessions.</BLURB>
<DEFAULT>GST_RTP_PROFILE_AVPF</DEFAULT>
</ARG>
<ARG> <ARG>
<NAME>GstRtpJitterBuffer::do-lost</NAME> <NAME>GstRtpJitterBuffer::do-lost</NAME>
<TYPE>gboolean</TYPE> <TYPE>gboolean</TYPE>
@ -21498,6 +21528,26 @@
<DEFAULT>-1</DEFAULT> <DEFAULT>-1</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstRtpJitterBuffer::rtx-max-retries</NAME>
<TYPE>gint</TYPE>
<RANGE>>= G_MAXULONG</RANGE>
<FLAGS>rw</FLAGS>
<NICK>RTX Max Retries</NICK>
<BLURB>The maximum number of retries to request a retransmission. (-1 not limited).</BLURB>
<DEFAULT>-1</DEFAULT>
</ARG>
<ARG>
<NAME>GstRtpJitterBuffer::rtx-next-seqnum</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>RTX next seqnum</NICK>
<BLURB>Estimate when the next packet should arrive and schedule a retransmission request for it.</BLURB>
<DEFAULT>TRUE</DEFAULT>
</ARG>
<ARG> <ARG>
<NAME>GstRtpSession::bandwidth</NAME> <NAME>GstRtpSession::bandwidth</NAME>
<TYPE>gdouble</TYPE> <TYPE>gdouble</TYPE>
@ -21505,7 +21555,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Bandwidth</NICK> <NICK>Bandwidth</NICK>
<BLURB>The bandwidth of the session in bytes per second (0 for auto-discover).</BLURB> <BLURB>The bandwidth of the session in bytes per second (0 for auto-discover).</BLURB>
<DEFAULT>64000</DEFAULT> <DEFAULT>0</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -21555,7 +21605,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>RTCP Fraction</NICK> <NICK>RTCP Fraction</NICK>
<BLURB>The RTCP bandwidth of the session in bytes per second (or as a real fraction of the RTP bandwidth if < 1.0).</BLURB> <BLURB>The RTCP bandwidth of the session in bytes per second (or as a real fraction of the RTP bandwidth if < 1.0).</BLURB>
<DEFAULT>3200</DEFAULT> <DEFAULT>0.05</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -21628,6 +21678,16 @@
<DEFAULT></DEFAULT> <DEFAULT></DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstRtpSession::rtp-profile</NAME>
<TYPE>GstRTPProfile</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>RTP Profile</NICK>
<BLURB>RTP profile to use.</BLURB>
<DEFAULT>GST_RTP_PROFILE_AVP</DEFAULT>
</ARG>
<ARG> <ARG>
<NAME>GstRtpRtxSend::rtx-payload-type</NAME> <NAME>GstRtpRtxSend::rtx-payload-type</NAME>
<TYPE>guint</TYPE> <TYPE>guint</TYPE>

View file

@ -33,6 +33,10 @@ GObject
GstMuLawEnc GstMuLawEnc
GstSpeexEnc GstSpeexEnc
GstWavpackEnc GstWavpackEnc
GstAudioVisualizer-ExtGom
GstGoom
GstAudioVisualizer-ExtGoom2k1
GstGoom2k1
GstAviDemux GstAviDemux
GstAviMux GstAviMux
GstAviSubtitle GstAviSubtitle
@ -164,8 +168,6 @@ GObject
GstFlvMux GstFlvMux
GstFlxDec GstFlxDec
GstGdkPixbufDec GstGdkPixbufDec
GstGoom
GstGoom2k1
GstICYDemux GstICYDemux
GstISMLMux GstISMLMux
GstImageFreeze GstImageFreeze

View file

@ -3,10 +3,10 @@
<description>Source for video data via IEEE1394 interface</description> <description>Source for video data via IEEE1394 interface</description>
<filename>../../ext/raw1394/.libs/libgst1394.so</filename> <filename>../../ext/raw1394/.libs/libgst1394.so</filename>
<basename>libgst1394.so</basename> <basename>libgst1394.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>ASCII Art video sink</description> <description>ASCII Art video sink</description>
<filename>../../ext/aalib/.libs/libgstaasink.so</filename> <filename>../../ext/aalib/.libs/libgstaasink.so</filename>
<basename>libgstaasink.so</basename> <basename>libgstaasink.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>ALaw audio conversion routines</description> <description>ALaw audio conversion routines</description>
<filename>../../gst/law/.libs/libgstalaw.so</filename> <filename>../../gst/law/.libs/libgstalaw.so</filename>
<basename>libgstalaw.so</basename> <basename>libgstalaw.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>adds an alpha channel to video - constant or via chroma-keying</description> <description>adds an alpha channel to video - constant or via chroma-keying</description>
<filename>../../gst/alpha/.libs/libgstalpha.so</filename> <filename>../../gst/alpha/.libs/libgstalpha.so</filename>
<basename>libgstalpha.so</basename> <basename>libgstalpha.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>RGBA from/to AYUV colorspace conversion preserving the alpha channel</description> <description>RGBA from/to AYUV colorspace conversion preserving the alpha channel</description>
<filename>../../gst/alpha/.libs/libgstalphacolor.so</filename> <filename>../../gst/alpha/.libs/libgstalphacolor.so</filename>
<basename>libgstalphacolor.so</basename> <basename>libgstalphacolor.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>APEv1/2 tag reader</description> <description>APEv1/2 tag reader</description>
<filename>../../gst/apetag/.libs/libgstapetag.so</filename> <filename>../../gst/apetag/.libs/libgstapetag.so</filename>
<basename>libgstapetag.so</basename> <basename>libgstapetag.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Audio effects plugin</description> <description>Audio effects plugin</description>
<filename>../../gst/audiofx/.libs/libgstaudiofx.so</filename> <filename>../../gst/audiofx/.libs/libgstaudiofx.so</filename>
<basename>libgstaudiofx.so</basename> <basename>libgstaudiofx.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Parsers for various audio formats</description> <description>Parsers for various audio formats</description>
<filename>../../gst/audioparsers/.libs/libgstaudioparsers.so</filename> <filename>../../gst/audioparsers/.libs/libgstaudioparsers.so</filename>
<basename>libgstaudioparsers.so</basename> <basename>libgstaudioparsers.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>parses au streams</description> <description>parses au streams</description>
<filename>../../gst/auparse/.libs/libgstauparse.so</filename> <filename>../../gst/auparse/.libs/libgstauparse.so</filename>
<basename>libgstauparse.so</basename> <basename>libgstauparse.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Plugin contains auto-detection plugins for video/audio in- and outputs</description> <description>Plugin contains auto-detection plugins for video/audio in- and outputs</description>
<filename>../../gst/autodetect/.libs/libgstautodetect.so</filename> <filename>../../gst/autodetect/.libs/libgstautodetect.so</filename>
<basename>libgstautodetect.so</basename> <basename>libgstautodetect.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>AVI stream handling</description> <description>AVI stream handling</description>
<filename>../../gst/avi/.libs/libgstavi.so</filename> <filename>../../gst/avi/.libs/libgstavi.so</filename>
<basename>libgstavi.so</basename> <basename>libgstavi.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Colored ASCII Art video sink</description> <description>Colored ASCII Art video sink</description>
<filename>../../ext/libcaca/.libs/libgstcacasink.so</filename> <filename>../../ext/libcaca/.libs/libgstcacasink.so</filename>
<basename>libgstcacasink.so</basename> <basename>libgstcacasink.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Cairo-based elements</description> <description>Cairo-based elements</description>
<filename>../../ext/cairo/.libs/libgstcairo.so</filename> <filename>../../ext/cairo/.libs/libgstcairo.so</filename>
<basename>libgstcairo.so</basename> <basename>libgstcairo.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Audio Cutter to split audio into non-silent bits</description> <description>Audio Cutter to split audio into non-silent bits</description>
<filename>../../gst/cutter/.libs/libgstcutter.so</filename> <filename>../../gst/cutter/.libs/libgstcutter.so</filename>
<basename>libgstcutter.so</basename> <basename>libgstcutter.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>elements for testing and debugging</description> <description>elements for testing and debugging</description>
<filename>../../gst/debugutils/.libs/libgstdebug.so</filename> <filename>../../gst/debugutils/.libs/libgstdebug.so</filename>
<basename>libgstdebug.so</basename> <basename>libgstdebug.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Deinterlacer</description> <description>Deinterlacer</description>
<filename>../../gst/deinterlace/.libs/libgstdeinterlace.so</filename> <filename>../../gst/deinterlace/.libs/libgstdeinterlace.so</filename>
<basename>libgstdeinterlace.so</basename> <basename>libgstdeinterlace.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>
@ -20,13 +20,13 @@
<name>sink</name> <name>sink</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>video/x-raw, format=(string){ AYUV, ARGB, ABGR, RGBA, BGRA, Y444, xRGB, xBGR, RGBx, BGRx, RGB, BGR, YUY2, YVYU, UYVY, Y42B, I420, YV12, Y41B, NV12, NV21 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(ANY), format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> <details>video/x-raw, format=(string){ AYUV, ARGB, ABGR, RGBA, BGRA, Y444, xRGB, xBGR, RGBx, BGRx, RGB, BGR, YUY2, YVYU, UYVY, Y42B, I420, YV12, Y41B, NV12, NV21 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(ANY), format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV61, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32, A420_10LE, A420_10BE, A422_10LE, A422_10BE, A444_10LE, A444_10BE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps> </caps>
<caps> <caps>
<name>src</name> <name>src</name>
<direction>source</direction> <direction>source</direction>
<presence>always</presence> <presence>always</presence>
<details>video/x-raw, format=(string){ AYUV, ARGB, ABGR, RGBA, BGRA, Y444, xRGB, xBGR, RGBx, BGRx, RGB, BGR, YUY2, YVYU, UYVY, Y42B, I420, YV12, Y41B, NV12, NV21 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(ANY), format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> <details>video/x-raw, format=(string){ AYUV, ARGB, ABGR, RGBA, BGRA, Y444, xRGB, xBGR, RGBx, BGRx, RGB, BGR, YUY2, YVYU, UYVY, Y42B, I420, YV12, Y41B, NV12, NV21 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(ANY), format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, NV12, NV21, NV16, NV61, NV24, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10LE, I420_10BE, I422_10LE, I422_10BE, Y444_10LE, Y444_10BE, GBR, GBR_10LE, GBR_10BE, NV12_64Z32, A420_10LE, A420_10BE, A422_10LE, A422_10BE, A444_10LE, A444_10BE }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps> </caps>
</pads> </pads>
</element> </element>

View file

@ -3,10 +3,10 @@
<description>DTMF plugins</description> <description>DTMF plugins</description>
<filename>../../gst/dtmf/.libs/libgstdtmf.so</filename> <filename>../../gst/dtmf/.libs/libgstdtmf.so</filename>
<basename>libgstdtmf.so</basename> <basename>libgstdtmf.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>DV demuxer and decoder based on libdv (libdv.sf.net)</description> <description>DV demuxer and decoder based on libdv (libdv.sf.net)</description>
<filename>../../ext/dv/.libs/libgstdv.so</filename> <filename>../../ext/dv/.libs/libgstdv.so</filename>
<basename>libgstdv.so</basename> <basename>libgstdv.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>effect plugins from the effectv project</description> <description>effect plugins from the effectv project</description>
<filename>../../gst/effectv/.libs/libgsteffectv.so</filename> <filename>../../gst/effectv/.libs/libgsteffectv.so</filename>
<basename>libgsteffectv.so</basename> <basename>libgsteffectv.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>GStreamer audio equalizers</description> <description>GStreamer audio equalizers</description>
<filename>../../gst/equalizer/.libs/libgstequalizer.so</filename> <filename>../../gst/equalizer/.libs/libgstequalizer.so</filename>
<basename>libgstequalizer.so</basename> <basename>libgstequalizer.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>The FLAC Lossless compressor Codec</description> <description>The FLAC Lossless compressor Codec</description>
<filename>../../ext/flac/.libs/libgstflac.so</filename> <filename>../../ext/flac/.libs/libgstflac.so</filename>
<basename>libgstflac.so</basename> <basename>libgstflac.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>FLV muxing and demuxing plugin</description> <description>FLV muxing and demuxing plugin</description>
<filename>../../gst/flv/.libs/libgstflv.so</filename> <filename>../../gst/flv/.libs/libgstflv.so</filename>
<basename>libgstflv.so</basename> <basename>libgstflv.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>FLC/FLI/FLX video decoder</description> <description>FLC/FLI/FLX video decoder</description>
<filename>../../gst/flx/.libs/libgstflxdec.so</filename> <filename>../../gst/flx/.libs/libgstflxdec.so</filename>
<basename>libgstflxdec.so</basename> <basename>libgstflxdec.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>GdkPixbuf-based image decoder, overlay and sink</description> <description>GdkPixbuf-based image decoder, overlay and sink</description>
<filename>../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so</filename> <filename>../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so</filename>
<basename>libgstgdkpixbuf.so</basename> <basename>libgstgdkpixbuf.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>GOOM visualization filter</description> <description>GOOM visualization filter</description>
<filename>../../gst/goom/.libs/libgstgoom.so</filename> <filename>../../gst/goom/.libs/libgstgoom.so</filename>
<basename>libgstgoom.so</basename> <basename>libgstgoom.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>GOOM 2k1 visualization filter</description> <description>GOOM 2k1 visualization filter</description>
<filename>../../gst/goom2k1/.libs/libgstgoom2k1.so</filename> <filename>../../gst/goom2k1/.libs/libgstgoom2k1.so</filename>
<basename>libgstgoom2k1.so</basename> <basename>libgstgoom2k1.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Demux ICY tags from a stream</description> <description>Demux ICY tags from a stream</description>
<filename>../../gst/icydemux/.libs/libgsticydemux.so</filename> <filename>../../gst/icydemux/.libs/libgsticydemux.so</filename>
<basename>libgsticydemux.so</basename> <basename>libgsticydemux.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Demux ID3v1 and ID3v2 tags from a file</description> <description>Demux ID3v1 and ID3v2 tags from a file</description>
<filename>../../gst/id3demux/.libs/libgstid3demux.so</filename> <filename>../../gst/id3demux/.libs/libgstid3demux.so</filename>
<basename>libgstid3demux.so</basename> <basename>libgstid3demux.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Still frame stream generator</description> <description>Still frame stream generator</description>
<filename>../../gst/imagefreeze/.libs/libgstimagefreeze.so</filename> <filename>../../gst/imagefreeze/.libs/libgstimagefreeze.so</filename>
<basename>libgstimagefreeze.so</basename> <basename>libgstimagefreeze.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Audio interleaver/deinterleaver</description> <description>Audio interleaver/deinterleaver</description>
<filename>../../gst/interleave/.libs/libgstinterleave.so</filename> <filename>../../gst/interleave/.libs/libgstinterleave.so</filename>
<basename>libgstinterleave.so</basename> <basename>libgstinterleave.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>ISO base media file format support (mp4, 3gpp, qt, mj2)</description> <description>ISO base media file format support (mp4, 3gpp, qt, mj2)</description>
<filename>../../gst/isomp4/.libs/libgstisomp4.so</filename> <filename>../../gst/isomp4/.libs/libgstisomp4.so</filename>
<basename>libgstisomp4.so</basename> <basename>libgstisomp4.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>JACK audio elements</description> <description>JACK audio elements</description>
<filename>../../ext/jack/.libs/libgstjack.so</filename> <filename>../../ext/jack/.libs/libgstjack.so</filename>
<basename>libgstjack.so</basename> <basename>libgstjack.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>JPeg plugin library</description> <description>JPeg plugin library</description>
<filename>../../ext/jpeg/.libs/libgstjpeg.so</filename> <filename>../../ext/jpeg/.libs/libgstjpeg.so</filename>
<basename>libgstjpeg.so</basename> <basename>libgstjpeg.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Audio level plugin</description> <description>Audio level plugin</description>
<filename>../../gst/level/.libs/libgstlevel.so</filename> <filename>../../gst/level/.libs/libgstlevel.so</filename>
<basename>libgstlevel.so</basename> <basename>libgstlevel.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Matroska and WebM stream handling</description> <description>Matroska and WebM stream handling</description>
<filename>../../gst/matroska/.libs/libgstmatroska.so</filename> <filename>../../gst/matroska/.libs/libgstmatroska.so</filename>
<basename>libgstmatroska.so</basename> <basename>libgstmatroska.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>MuLaw audio conversion routines</description> <description>MuLaw audio conversion routines</description>
<filename>../../gst/law/.libs/libgstmulaw.so</filename> <filename>../../gst/law/.libs/libgstmulaw.so</filename>
<basename>libgstmulaw.so</basename> <basename>libgstmulaw.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Reads/Writes buffers from/to sequentially named files</description> <description>Reads/Writes buffers from/to sequentially named files</description>
<filename>../../gst/multifile/.libs/libgstmultifile.so</filename> <filename>../../gst/multifile/.libs/libgstmultifile.so</filename>
<basename>libgstmultifile.so</basename> <basename>libgstmultifile.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>multipart stream manipulation</description> <description>multipart stream manipulation</description>
<filename>../../gst/multipart/.libs/libgstmultipart.so</filename> <filename>../../gst/multipart/.libs/libgstmultipart.so</filename>
<basename>libgstmultipart.so</basename> <basename>libgstmultipart.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Template for a video filter</description> <description>Template for a video filter</description>
<filename>../../gst/debugutils/.libs/libgstnavigationtest.so</filename> <filename>../../gst/debugutils/.libs/libgstnavigationtest.so</filename>
<basename>libgstnavigationtest.so</basename> <basename>libgstnavigationtest.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Open Sound System (OSS) version 4 support for GStreamer</description> <description>Open Sound System (OSS) version 4 support for GStreamer</description>
<filename>../../sys/oss4/.libs/libgstoss4audio.so</filename> <filename>../../sys/oss4/.libs/libgstoss4audio.so</filename>
<basename>libgstoss4audio.so</basename> <basename>libgstoss4audio.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>OSS (Open Sound System) support for GStreamer</description> <description>OSS (Open Sound System) support for GStreamer</description>
<filename>../../sys/oss/.libs/libgstossaudio.so</filename> <filename>../../sys/oss/.libs/libgstossaudio.so</filename>
<basename>libgstossaudio.so</basename> <basename>libgstossaudio.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>PNG plugin library</description> <description>PNG plugin library</description>
<filename>../../ext/libpng/.libs/libgstpng.so</filename> <filename>../../ext/libpng/.libs/libgstpng.so</filename>
<basename>libgstpng.so</basename> <basename>libgstpng.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>PulseAudio plugin library</description> <description>PulseAudio plugin library</description>
<filename>../../ext/pulse/.libs/libgstpulse.so</filename> <filename>../../ext/pulse/.libs/libgstpulse.so</filename>
<basename>libgstpulse.so</basename> <basename>libgstpulse.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>ReplayGain volume normalization</description> <description>ReplayGain volume normalization</description>
<filename>../../gst/replaygain/.libs/libgstreplaygain.so</filename> <filename>../../gst/replaygain/.libs/libgstreplaygain.so</filename>
<basename>libgstreplaygain.so</basename> <basename>libgstreplaygain.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Real-time protocol plugins</description> <description>Real-time protocol plugins</description>
<filename>../../gst/rtp/.libs/libgstrtp.so</filename> <filename>../../gst/rtp/.libs/libgstrtp.so</filename>
<basename>libgstrtp.so</basename> <basename>libgstrtp.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>
@ -425,7 +425,7 @@
<name>src</name> <name>src</name>
<direction>source</direction> <direction>source</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-adpcm, channels=(int)1, rate=(int)8000, bitrate=(int){ 16000, 24000, 32000, 40000 }, layout=(string)g726</details> <details>audio/x-adpcm, channels=(int)1, rate=(int)8000, bitrate=(int){ 16000, 24000, 32000, 40000 }, block_align=(int){ 2, 3, 4, 5 }, layout=(string)g726</details>
</caps> </caps>
</pads> </pads>
</element> </element>

View file

@ -3,10 +3,10 @@
<description>RTP session management plugin library</description> <description>RTP session management plugin library</description>
<filename>../../gst/rtpmanager/.libs/libgstrtpmanager.so</filename> <filename>../../gst/rtpmanager/.libs/libgstrtpmanager.so</filename>
<basename>libgstrtpmanager.so</basename> <basename>libgstrtpmanager.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>transfer data via RTSP</description> <description>transfer data via RTSP</description>
<filename>../../gst/rtsp/.libs/libgstrtsp.so</filename> <filename>../../gst/rtsp/.libs/libgstrtsp.so</filename>
<basename>libgstrtsp.so</basename> <basename>libgstrtsp.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Shape Wipe transition filter</description> <description>Shape Wipe transition filter</description>
<filename>../../gst/shapewipe/.libs/libgstshapewipe.so</filename> <filename>../../gst/shapewipe/.libs/libgstshapewipe.so</filename>
<basename>libgstshapewipe.so</basename> <basename>libgstshapewipe.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,7 +3,7 @@
<description>Sends data to an icecast server using libshout2</description> <description>Sends data to an icecast server using libshout2</description>
<filename>../../ext/shout2/.libs/libgstshout2.so</filename> <filename>../../ext/shout2/.libs/libgstshout2.so</filename>
<basename>libgstshout2.so</basename> <basename>libgstshout2.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>libshout2</package> <package>libshout2</package>
@ -20,7 +20,7 @@
<name>sink</name> <name>sink</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>application/ogg; audio/ogg; video/ogg; audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]</details> <details>application/ogg; audio/ogg; video/ogg; audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]; video/webm; audio/webm</details>
</caps> </caps>
</pads> </pads>
</element> </element>

View file

@ -3,10 +3,10 @@
<description>Apply the standard SMPTE transitions on video images</description> <description>Apply the standard SMPTE transitions on video images</description>
<filename>../../gst/smpte/.libs/libgstsmpte.so</filename> <filename>../../gst/smpte/.libs/libgstsmpte.so</filename>
<basename>libgstsmpte.so</basename> <basename>libgstsmpte.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>libsoup HTTP client src/sink</description> <description>libsoup HTTP client src/sink</description>
<filename>../../ext/soup/.libs/libgstsouphttpsrc.so</filename> <filename>../../ext/soup/.libs/libgstsouphttpsrc.so</filename>
<basename>libgstsouphttpsrc.so</basename> <basename>libgstsouphttpsrc.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Run an FFT on the audio signal, output spectrum data</description> <description>Run an FFT on the audio signal, output spectrum data</description>
<filename>../../gst/spectrum/.libs/libgstspectrum.so</filename> <filename>../../gst/spectrum/.libs/libgstspectrum.so</filename>
<basename>libgstspectrum.so</basename> <basename>libgstspectrum.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Speex plugin library</description> <description>Speex plugin library</description>
<filename>../../ext/speex/.libs/libgstspeex.so</filename> <filename>../../ext/speex/.libs/libgstspeex.so</filename>
<basename>libgstspeex.so</basename> <basename>libgstspeex.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Tag writing plug-in based on taglib</description> <description>Tag writing plug-in based on taglib</description>
<filename>../../ext/taglib/.libs/libgsttaglib.so</filename> <filename>../../ext/taglib/.libs/libgsttaglib.so</filename>
<basename>libgsttaglib.so</basename> <basename>libgsttaglib.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>transfer data via UDP</description> <description>transfer data via UDP</description>
<filename>../../gst/udp/.libs/libgstudp.so</filename> <filename>../../gst/udp/.libs/libgstudp.so</filename>
<basename>libgstudp.so</basename> <basename>libgstudp.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>elements for Video 4 Linux</description> <description>elements for Video 4 Linux</description>
<filename>../../sys/v4l2/.libs/libgstvideo4linux2.so</filename> <filename>../../sys/v4l2/.libs/libgstvideo4linux2.so</filename>
<basename>libgstvideo4linux2.so</basename> <basename>libgstvideo4linux2.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>resizes a video by adding borders or cropping</description> <description>resizes a video by adding borders or cropping</description>
<filename>../../gst/videobox/.libs/libgstvideobox.so</filename> <filename>../../gst/videobox/.libs/libgstvideobox.so</filename>
<basename>libgstvideobox.so</basename> <basename>libgstvideobox.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Crops video into a user-defined region</description> <description>Crops video into a user-defined region</description>
<filename>../../gst/videocrop/.libs/libgstvideocrop.so</filename> <filename>../../gst/videocrop/.libs/libgstvideocrop.so</filename>
<basename>libgstvideocrop.so</basename> <basename>libgstvideocrop.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Video filters plugin</description> <description>Video filters plugin</description>
<filename>../../gst/videofilter/.libs/libgstvideofilter.so</filename> <filename>../../gst/videofilter/.libs/libgstvideofilter.so</filename>
<basename>libgstvideofilter.so</basename> <basename>libgstvideofilter.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Video mixer</description> <description>Video mixer</description>
<filename>../../gst/videomixer/.libs/libgstvideomixer.so</filename> <filename>../../gst/videomixer/.libs/libgstvideomixer.so</filename>
<basename>libgstvideomixer.so</basename> <basename>libgstvideomixer.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>VP8 plugin</description> <description>VP8 plugin</description>
<filename>../../ext/vpx/.libs/libgstvpx.so</filename> <filename>../../ext/vpx/.libs/libgstvpx.so</filename>
<basename>libgstvpx.so</basename> <basename>libgstvpx.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>
@ -41,7 +41,7 @@
<name>sink</name> <name>sink</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>video/x-raw, format=(string)I420, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> <details>video/x-raw, format=(string)I420, width=(int)[ 1, 16383 ], height=(int)[ 1, 16383 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps> </caps>
<caps> <caps>
<name>src</name> <name>src</name>

View file

@ -3,10 +3,10 @@
<description>Encode raw audio into WAV</description> <description>Encode raw audio into WAV</description>
<filename>../../gst/wavenc/.libs/libgstwavenc.so</filename> <filename>../../gst/wavenc/.libs/libgstwavenc.so</filename>
<basename>libgstwavenc.so</basename> <basename>libgstwavenc.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Wavpack lossless/lossy audio format handling</description> <description>Wavpack lossless/lossy audio format handling</description>
<filename>../../ext/wavpack/.libs/libgstwavpack.so</filename> <filename>../../ext/wavpack/.libs/libgstwavpack.so</filename>
<basename>libgstwavpack.so</basename> <basename>libgstwavpack.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Parse a .wav file into raw audio</description> <description>Parse a .wav file into raw audio</description>
<filename>../../gst/wavparse/.libs/libgstwavparse.so</filename> <filename>../../gst/wavparse/.libs/libgstwavparse.so</filename>
<basename>libgstwavparse.so</basename> <basename>libgstwavparse.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>X11 video input plugin using standard Xlib calls</description> <description>X11 video input plugin using standard Xlib calls</description>
<filename>../../sys/ximage/.libs/libgstximagesrc.so</filename> <filename>../../sys/ximage/.libs/libgstximagesrc.so</filename>
<basename>libgstximagesrc.so</basename> <basename>libgstximagesrc.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -3,10 +3,10 @@
<description>Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</description> <description>Encodes a YUV frame into the yuv4mpeg format (mjpegtools)</description>
<filename>../../gst/y4m/.libs/libgsty4menc.so</filename> <filename>../../gst/y4m/.libs/libgsty4menc.so</filename>
<basename>libgsty4menc.so</basename> <basename>libgsty4menc.so</basename>
<version>1.5.0.1</version> <version>1.5.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-good</source> <source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins git</package> <package>GStreamer Good Plug-ins source release</package>
<origin>Unknown package origin</origin> <origin>Unknown package origin</origin>
<elements> <elements>
<element> <element>

View file

@ -32,6 +32,16 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library).
</GitRepository> </GitRepository>
</repository> </repository>
<release>
<Version>
<revision>1.5.1</revision>
<branch>1.5</branch>
<name></name>
<created>2015-06-07</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.5.1.tar.xz" />
</Version>
</release>
<release> <release>
<Version> <Version>
<revision>1.4.0</revision> <revision>1.4.0</revision>

View file

@ -225,13 +225,13 @@ deinterlace_line_vfir (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
/* 9: addw */ /* 9: addw */
var47.i = var45.i + var46.i; var47.i = var45.i + var46.i;
/* 10: shlw */ /* 10: shlw */
var48.i = var47.i << 2; var48.i = ((orc_uint16) var47.i) << 2;
/* 11: loadb */ /* 11: loadb */
var39 = ptr6[i]; var39 = ptr6[i];
/* 12: convubw */ /* 12: convubw */
var49.i = (orc_uint8) var39; var49.i = (orc_uint8) var39;
/* 13: shlw */ /* 13: shlw */
var50.i = var49.i << 1; var50.i = ((orc_uint16) var49.i) << 1;
/* 14: subw */ /* 14: subw */
var51.i = var48.i - var44.i; var51.i = var48.i - var44.i;
/* 15: addw */ /* 15: addw */
@ -317,13 +317,13 @@ _backup_deinterlace_line_vfir (OrcExecutor * ORC_RESTRICT ex)
/* 9: addw */ /* 9: addw */
var47.i = var45.i + var46.i; var47.i = var45.i + var46.i;
/* 10: shlw */ /* 10: shlw */
var48.i = var47.i << 2; var48.i = ((orc_uint16) var47.i) << 2;
/* 11: loadb */ /* 11: loadb */
var39 = ptr6[i]; var39 = ptr6[i];
/* 12: convubw */ /* 12: convubw */
var49.i = (orc_uint8) var39; var49.i = (orc_uint8) var39;
/* 13: shlw */ /* 13: shlw */
var50.i = var49.i << 1; var50.i = ((orc_uint16) var49.i) << 1;
/* 14: subw */ /* 14: subw */
var51.i = var48.i - var44.i; var51.i = var48.i - var44.i;
/* 15: addw */ /* 15: addw */
@ -359,8 +359,8 @@ deinterlace_line_vfir (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
static const orc_uint8 bc[] = { static const orc_uint8 bc[] = {
1, 9, 21, 100, 101, 105, 110, 116, 101, 114, 108, 97, 99, 101, 95, 108, 1, 9, 21, 100, 101, 105, 110, 116, 101, 114, 108, 97, 99, 101, 95, 108,
105, 110, 101, 95, 118, 102, 105, 114, 11, 1, 1, 12, 1, 1, 12, 1, 105, 110, 101, 95, 118, 102, 105, 114, 11, 1, 1, 12, 1, 1, 12, 1,
1, 12, 1, 1, 12, 1, 1, 12, 1, 1, 14, 4, 2, 0, 0, 0, 1, 12, 1, 1, 12, 1, 1, 12, 1, 1, 14, 2, 2, 0, 0, 0,
14, 4, 1, 0, 0, 0, 14, 4, 4, 0, 0, 0, 14, 4, 3, 0, 14, 2, 1, 0, 0, 0, 14, 2, 4, 0, 0, 0, 14, 2, 3, 0,
0, 0, 20, 2, 20, 2, 20, 2, 150, 32, 4, 150, 33, 8, 70, 32, 0, 0, 20, 2, 20, 2, 20, 2, 150, 32, 4, 150, 33, 8, 70, 32,
32, 33, 150, 33, 5, 150, 34, 7, 70, 33, 33, 34, 93, 33, 33, 16, 32, 33, 150, 33, 5, 150, 34, 7, 70, 33, 33, 34, 93, 33, 33, 16,
150, 34, 6, 93, 34, 34, 17, 98, 33, 33, 32, 70, 33, 33, 34, 70, 150, 34, 6, 93, 34, 34, 17, 98, 33, 33, 32, 70, 33, 33, 34, 70,
@ -378,10 +378,10 @@ deinterlace_line_vfir (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1,
orc_program_add_source (p, 1, "s3"); orc_program_add_source (p, 1, "s3");
orc_program_add_source (p, 1, "s4"); orc_program_add_source (p, 1, "s4");
orc_program_add_source (p, 1, "s5"); orc_program_add_source (p, 1, "s5");
orc_program_add_constant (p, 4, 0x00000002, "c1"); orc_program_add_constant (p, 2, 0x00000002, "c1");
orc_program_add_constant (p, 4, 0x00000001, "c2"); orc_program_add_constant (p, 2, 0x00000001, "c2");
orc_program_add_constant (p, 4, 0x00000004, "c3"); orc_program_add_constant (p, 2, 0x00000004, "c3");
orc_program_add_constant (p, 4, 0x00000003, "c4"); orc_program_add_constant (p, 2, 0x00000003, "c4");
orc_program_add_temporary (p, 2, "t1"); orc_program_add_temporary (p, 2, "t1");
orc_program_add_temporary (p, 2, "t2"); orc_program_add_temporary (p, 2, "t2");
orc_program_add_temporary (p, 2, "t3"); orc_program_add_temporary (p, 2, "t3");
@ -714,7 +714,7 @@ deinterlace_line_linear_blend (guint8 * ORC_RESTRICT d1,
1, 9, 29, 100, 101, 105, 110, 116, 101, 114, 108, 97, 99, 101, 95, 108, 1, 9, 29, 100, 101, 105, 110, 116, 101, 114, 108, 97, 99, 101, 95, 108,
105, 110, 101, 95, 108, 105, 110, 101, 97, 114, 95, 98, 108, 101, 110, 105, 110, 101, 95, 108, 105, 110, 101, 97, 114, 95, 98, 108, 101, 110,
100, 100,
11, 1, 1, 12, 1, 1, 12, 1, 1, 12, 1, 1, 14, 4, 2, 0, 11, 1, 1, 12, 1, 1, 12, 1, 1, 12, 1, 1, 14, 2, 2, 0,
0, 0, 20, 2, 20, 2, 20, 2, 150, 32, 4, 150, 33, 5, 150, 34, 0, 0, 20, 2, 20, 2, 20, 2, 150, 32, 4, 150, 33, 5, 150, 34,
6, 70, 32, 32, 33, 70, 34, 34, 34, 70, 32, 32, 34, 70, 32, 32, 6, 70, 32, 32, 33, 70, 34, 34, 34, 70, 32, 32, 34, 70, 32, 32,
16, 94, 32, 32, 16, 160, 0, 32, 2, 0, 16, 94, 32, 32, 16, 160, 0, 32, 2, 0,
@ -731,7 +731,7 @@ deinterlace_line_linear_blend (guint8 * ORC_RESTRICT d1,
orc_program_add_source (p, 1, "s1"); orc_program_add_source (p, 1, "s1");
orc_program_add_source (p, 1, "s2"); orc_program_add_source (p, 1, "s2");
orc_program_add_source (p, 1, "s3"); orc_program_add_source (p, 1, "s3");
orc_program_add_constant (p, 4, 0x00000002, "c1"); orc_program_add_constant (p, 2, 0x00000002, "c1");
orc_program_add_temporary (p, 2, "t1"); orc_program_add_temporary (p, 2, "t1");
orc_program_add_temporary (p, 2, "t2"); orc_program_add_temporary (p, 2, "t2");
orc_program_add_temporary (p, 2, "t3"); orc_program_add_temporary (p, 2, "t3");
@ -797,11 +797,7 @@ deinterlace_line_greedy (orc_uint8 * ORC_RESTRICT d1,
#else #else
orc_int8 var44; orc_int8 var44;
#endif #endif
#if defined(__APPLE__) && __GNUC__ == 4 && __GNUC_MINOR__ == 2 && defined (__i386__)
volatile orc_int8 var45;
#else
orc_int8 var45; orc_int8 var45;
#endif
orc_int8 var46; orc_int8 var46;
orc_int8 var47; orc_int8 var47;
orc_int8 var48; orc_int8 var48;
@ -825,8 +821,6 @@ deinterlace_line_greedy (orc_uint8 * ORC_RESTRICT d1,
orc_int8 var66; orc_int8 var66;
orc_int8 var67; orc_int8 var67;
orc_int8 var68; orc_int8 var68;
orc_int8 var69;
orc_int8 var70;
ptr0 = (orc_int8 *) d1; ptr0 = (orc_int8 *) d1;
ptr4 = (orc_int8 *) s1; ptr4 = (orc_int8 *) s1;
@ -836,62 +830,58 @@ deinterlace_line_greedy (orc_uint8 * ORC_RESTRICT d1,
/* 11: loadpb */ /* 11: loadpb */
var44 = (int) 0x00000080; /* 128 or 6.32404e-322f */ var44 = (int) 0x00000080; /* 128 or 6.32404e-322f */
/* 13: loadpb */ /* 20: loadpb */
var45 = (int) 0x00000080; /* 128 or 6.32404e-322f */ var45 = p1;
/* 21: loadpb */
var46 = p1;
/* 23: loadpb */
var47 = p1;
for (i = 0; i < n; i++) { for (i = 0; i < n; i++) {
/* 0: loadb */ /* 0: loadb */
var49 = ptr4[i]; var47 = ptr4[i];
/* 1: loadb */ /* 1: loadb */
var50 = ptr7[i]; var48 = ptr7[i];
/* 2: loadb */ /* 2: loadb */
var51 = ptr6[i]; var49 = ptr6[i];
/* 3: loadb */ /* 3: loadb */
var52 = ptr5[i]; var50 = ptr5[i];
/* 4: avgub */ /* 4: avgub */
var53 = ((orc_uint8) var52 + (orc_uint8) var51 + 1) >> 1; var51 = ((orc_uint8) var50 + (orc_uint8) var49 + 1) >> 1;
/* 5: maxub */ /* 5: maxub */
var54 = ORC_MAX ((orc_uint8) var49, (orc_uint8) var53); var52 = ORC_MAX ((orc_uint8) var47, (orc_uint8) var51);
/* 6: minub */ /* 6: minub */
var55 = ORC_MIN ((orc_uint8) var49, (orc_uint8) var53); var53 = ORC_MIN ((orc_uint8) var47, (orc_uint8) var51);
/* 7: subb */ /* 7: subb */
var56 = var54 - var55; var54 = var52 - var53;
/* 8: maxub */ /* 8: maxub */
var57 = ORC_MAX ((orc_uint8) var50, (orc_uint8) var53); var55 = ORC_MAX ((orc_uint8) var48, (orc_uint8) var51);
/* 9: minub */ /* 9: minub */
var58 = ORC_MIN ((orc_uint8) var50, (orc_uint8) var53); var56 = ORC_MIN ((orc_uint8) var48, (orc_uint8) var51);
/* 10: subb */ /* 10: subb */
var59 = var57 - var58; var57 = var55 - var56;
/* 12: xorb */ /* 12: xorb */
var60 = var56 ^ var44; var58 = var54 ^ var44;
/* 14: xorb */ /* 13: xorb */
var61 = var59 ^ var45; var59 = var57 ^ var44;
/* 15: cmpgtsb */ /* 14: cmpgtsb */
var62 = (var60 > var61) ? (~0) : 0; var60 = (var58 > var59) ? (~0) : 0;
/* 16: andb */ /* 15: andb */
var63 = var50 & var62; var61 = var48 & var60;
/* 17: andnb */ /* 16: andnb */
var64 = (~var62) & var49; var62 = (~var60) & var47;
/* 18: orb */ /* 17: orb */
var65 = var63 | var64; var63 = var61 | var62;
/* 19: maxub */ /* 18: maxub */
var66 = ORC_MAX ((orc_uint8) var52, (orc_uint8) var51); var64 = ORC_MAX ((orc_uint8) var50, (orc_uint8) var49);
/* 20: minub */ /* 19: minub */
var67 = ORC_MIN ((orc_uint8) var52, (orc_uint8) var51); var65 = ORC_MIN ((orc_uint8) var50, (orc_uint8) var49);
/* 22: addusb */ /* 21: addusb */
var68 = ORC_CLAMP_UB ((orc_uint8) var66 + (orc_uint8) var46); var66 = ORC_CLAMP_UB ((orc_uint8) var64 + (orc_uint8) var45);
/* 24: subusb */ /* 22: subusb */
var69 = ORC_CLAMP_UB ((orc_uint8) var67 - (orc_uint8) var47); var67 = ORC_CLAMP_UB ((orc_uint8) var65 - (orc_uint8) var45);
/* 25: minub */ /* 23: minub */
var70 = ORC_MIN ((orc_uint8) var65, (orc_uint8) var68); var68 = ORC_MIN ((orc_uint8) var63, (orc_uint8) var66);
/* 26: maxub */ /* 24: maxub */
var48 = ORC_MAX ((orc_uint8) var70, (orc_uint8) var69); var46 = ORC_MAX ((orc_uint8) var68, (orc_uint8) var67);
/* 27: storeb */ /* 25: storeb */
ptr0[i] = var48; ptr0[i] = var46;
} }
} }
@ -912,11 +902,7 @@ _backup_deinterlace_line_greedy (OrcExecutor * ORC_RESTRICT ex)
#else #else
orc_int8 var44; orc_int8 var44;
#endif #endif
#if defined(__APPLE__) && __GNUC__ == 4 && __GNUC_MINOR__ == 2 && defined (__i386__)
volatile orc_int8 var45;
#else
orc_int8 var45; orc_int8 var45;
#endif
orc_int8 var46; orc_int8 var46;
orc_int8 var47; orc_int8 var47;
orc_int8 var48; orc_int8 var48;
@ -940,8 +926,6 @@ _backup_deinterlace_line_greedy (OrcExecutor * ORC_RESTRICT ex)
orc_int8 var66; orc_int8 var66;
orc_int8 var67; orc_int8 var67;
orc_int8 var68; orc_int8 var68;
orc_int8 var69;
orc_int8 var70;
ptr0 = (orc_int8 *) ex->arrays[0]; ptr0 = (orc_int8 *) ex->arrays[0];
ptr4 = (orc_int8 *) ex->arrays[4]; ptr4 = (orc_int8 *) ex->arrays[4];
@ -951,62 +935,58 @@ _backup_deinterlace_line_greedy (OrcExecutor * ORC_RESTRICT ex)
/* 11: loadpb */ /* 11: loadpb */
var44 = (int) 0x00000080; /* 128 or 6.32404e-322f */ var44 = (int) 0x00000080; /* 128 or 6.32404e-322f */
/* 13: loadpb */ /* 20: loadpb */
var45 = (int) 0x00000080; /* 128 or 6.32404e-322f */ var45 = ex->params[24];
/* 21: loadpb */
var46 = ex->params[24];
/* 23: loadpb */
var47 = ex->params[24];
for (i = 0; i < n; i++) { for (i = 0; i < n; i++) {
/* 0: loadb */ /* 0: loadb */
var49 = ptr4[i]; var47 = ptr4[i];
/* 1: loadb */ /* 1: loadb */
var50 = ptr7[i]; var48 = ptr7[i];
/* 2: loadb */ /* 2: loadb */
var51 = ptr6[i]; var49 = ptr6[i];
/* 3: loadb */ /* 3: loadb */
var52 = ptr5[i]; var50 = ptr5[i];
/* 4: avgub */ /* 4: avgub */
var53 = ((orc_uint8) var52 + (orc_uint8) var51 + 1) >> 1; var51 = ((orc_uint8) var50 + (orc_uint8) var49 + 1) >> 1;
/* 5: maxub */ /* 5: maxub */
var54 = ORC_MAX ((orc_uint8) var49, (orc_uint8) var53); var52 = ORC_MAX ((orc_uint8) var47, (orc_uint8) var51);
/* 6: minub */ /* 6: minub */
var55 = ORC_MIN ((orc_uint8) var49, (orc_uint8) var53); var53 = ORC_MIN ((orc_uint8) var47, (orc_uint8) var51);
/* 7: subb */ /* 7: subb */
var56 = var54 - var55; var54 = var52 - var53;
/* 8: maxub */ /* 8: maxub */
var57 = ORC_MAX ((orc_uint8) var50, (orc_uint8) var53); var55 = ORC_MAX ((orc_uint8) var48, (orc_uint8) var51);
/* 9: minub */ /* 9: minub */
var58 = ORC_MIN ((orc_uint8) var50, (orc_uint8) var53); var56 = ORC_MIN ((orc_uint8) var48, (orc_uint8) var51);
/* 10: subb */ /* 10: subb */
var59 = var57 - var58; var57 = var55 - var56;
/* 12: xorb */ /* 12: xorb */
var60 = var56 ^ var44; var58 = var54 ^ var44;
/* 14: xorb */ /* 13: xorb */
var61 = var59 ^ var45; var59 = var57 ^ var44;
/* 15: cmpgtsb */ /* 14: cmpgtsb */
var62 = (var60 > var61) ? (~0) : 0; var60 = (var58 > var59) ? (~0) : 0;
/* 16: andb */ /* 15: andb */
var63 = var50 & var62; var61 = var48 & var60;
/* 17: andnb */ /* 16: andnb */
var64 = (~var62) & var49; var62 = (~var60) & var47;
/* 18: orb */ /* 17: orb */
var65 = var63 | var64; var63 = var61 | var62;
/* 19: maxub */ /* 18: maxub */
var66 = ORC_MAX ((orc_uint8) var52, (orc_uint8) var51); var64 = ORC_MAX ((orc_uint8) var50, (orc_uint8) var49);
/* 20: minub */ /* 19: minub */
var67 = ORC_MIN ((orc_uint8) var52, (orc_uint8) var51); var65 = ORC_MIN ((orc_uint8) var50, (orc_uint8) var49);
/* 22: addusb */ /* 21: addusb */
var68 = ORC_CLAMP_UB ((orc_uint8) var66 + (orc_uint8) var46); var66 = ORC_CLAMP_UB ((orc_uint8) var64 + (orc_uint8) var45);
/* 24: subusb */ /* 22: subusb */
var69 = ORC_CLAMP_UB ((orc_uint8) var67 - (orc_uint8) var47); var67 = ORC_CLAMP_UB ((orc_uint8) var65 - (orc_uint8) var45);
/* 25: minub */ /* 23: minub */
var70 = ORC_MIN ((orc_uint8) var65, (orc_uint8) var68); var68 = ORC_MIN ((orc_uint8) var63, (orc_uint8) var66);
/* 26: maxub */ /* 24: maxub */
var48 = ORC_MAX ((orc_uint8) var70, (orc_uint8) var69); var46 = ORC_MAX ((orc_uint8) var68, (orc_uint8) var67);
/* 27: storeb */ /* 25: storeb */
ptr0[i] = var48; ptr0[i] = var46;
} }
} }
@ -1031,7 +1011,7 @@ deinterlace_line_greedy (orc_uint8 * ORC_RESTRICT d1,
static const orc_uint8 bc[] = { static const orc_uint8 bc[] = {
1, 9, 23, 100, 101, 105, 110, 116, 101, 114, 108, 97, 99, 101, 95, 108, 1, 9, 23, 100, 101, 105, 110, 116, 101, 114, 108, 97, 99, 101, 95, 108,
105, 110, 101, 95, 103, 114, 101, 101, 100, 121, 11, 1, 1, 12, 1, 1, 105, 110, 101, 95, 103, 114, 101, 101, 100, 121, 11, 1, 1, 12, 1, 1,
12, 1, 1, 12, 1, 1, 12, 1, 1, 14, 4, 128, 0, 0, 0, 16, 12, 1, 1, 12, 1, 1, 12, 1, 1, 14, 1, 128, 0, 0, 0, 16,
1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20,
1, 20, 1, 20, 1, 20, 1, 20, 1, 43, 32, 4, 43, 33, 7, 43, 1, 20, 1, 20, 1, 20, 1, 20, 1, 43, 32, 4, 43, 33, 7, 43,
34, 6, 43, 35, 5, 39, 36, 35, 34, 53, 39, 32, 36, 55, 40, 32, 34, 6, 43, 35, 5, 39, 36, 35, 34, 53, 39, 32, 36, 55, 40, 32,
@ -1052,7 +1032,7 @@ deinterlace_line_greedy (orc_uint8 * ORC_RESTRICT d1,
orc_program_add_source (p, 1, "s2"); orc_program_add_source (p, 1, "s2");
orc_program_add_source (p, 1, "s3"); orc_program_add_source (p, 1, "s3");
orc_program_add_source (p, 1, "s4"); orc_program_add_source (p, 1, "s4");
orc_program_add_constant (p, 4, 0x00000080, "c1"); orc_program_add_constant (p, 1, 0x00000080, "c1");
orc_program_add_parameter (p, 1, "p1"); orc_program_add_parameter (p, 1, "p1");
orc_program_add_temporary (p, 1, "t1"); orc_program_add_temporary (p, 1, "t1");
orc_program_add_temporary (p, 1, "t2"); orc_program_add_temporary (p, 1, "t2");

View file

@ -403,7 +403,7 @@ video_mixer_orc_blend_u8 (guint8 * ORC_RESTRICT d1, int d1_stride,
/* 6: mullw */ /* 6: mullw */
var41.i = (var40.i * var36.i) & 0xffff; var41.i = (var40.i * var36.i) & 0xffff;
/* 7: shlw */ /* 7: shlw */
var42.i = var38.i << 8; var42.i = ((orc_uint16) var38.i) << 8;
/* 8: addw */ /* 8: addw */
var43.i = var42.i + var41.i; var43.i = var42.i + var41.i;
/* 9: shruw */ /* 9: shruw */
@ -460,7 +460,7 @@ _backup_video_mixer_orc_blend_u8 (OrcExecutor * ORC_RESTRICT ex)
/* 6: mullw */ /* 6: mullw */
var41.i = (var40.i * var36.i) & 0xffff; var41.i = (var40.i * var36.i) & 0xffff;
/* 7: shlw */ /* 7: shlw */
var42.i = var38.i << 8; var42.i = ((orc_uint16) var38.i) << 8;
/* 8: addw */ /* 8: addw */
var43.i = var42.i + var41.i; var43.i = var42.i + var41.i;
/* 9: shruw */ /* 9: shruw */
@ -606,8 +606,9 @@ video_mixer_orc_blend_argb (guint8 * ORC_RESTRICT d1, int d1_stride,
var43 = var42.i; var43 = var42.i;
/* 3: splatbl */ /* 3: splatbl */
var44.i = var44.i =
((var43 & 0xff) << 24) | ((var43 & 0xff) << 16) | ((var43 & 0xff) << ((((orc_uint32) var43) & 0xff) << 24) | ((((orc_uint32) var43) & 0xff)
8) | (var43 & 0xff); << 16) | ((((orc_uint32) var43) & 0xff) << 8) | (((orc_uint32) var43)
& 0xff);
/* 4: convubw */ /* 4: convubw */
var45.x4[0] = (orc_uint8) var44.x4[0]; var45.x4[0] = (orc_uint8) var44.x4[0];
var45.x4[1] = (orc_uint8) var44.x4[1]; var45.x4[1] = (orc_uint8) var44.x4[1];
@ -731,8 +732,9 @@ _backup_video_mixer_orc_blend_argb (OrcExecutor * ORC_RESTRICT ex)
var43 = var42.i; var43 = var42.i;
/* 3: splatbl */ /* 3: splatbl */
var44.i = var44.i =
((var43 & 0xff) << 24) | ((var43 & 0xff) << 16) | ((var43 & 0xff) << ((((orc_uint32) var43) & 0xff) << 24) | ((((orc_uint32) var43) & 0xff)
8) | (var43 & 0xff); << 16) | ((((orc_uint32) var43) & 0xff) << 8) | (((orc_uint32) var43)
& 0xff);
/* 4: convubw */ /* 4: convubw */
var45.x4[0] = (orc_uint8) var44.x4[0]; var45.x4[0] = (orc_uint8) var44.x4[0];
var45.x4[1] = (orc_uint8) var44.x4[1]; var45.x4[1] = (orc_uint8) var44.x4[1];
@ -820,7 +822,7 @@ video_mixer_orc_blend_argb (guint8 * ORC_RESTRICT d1, int d1_stride,
static const orc_uint8 bc[] = { static const orc_uint8 bc[] = {
1, 7, 9, 26, 118, 105, 100, 101, 111, 95, 109, 105, 120, 101, 114, 95, 1, 7, 9, 26, 118, 105, 100, 101, 111, 95, 109, 105, 120, 101, 114, 95,
111, 114, 99, 95, 98, 108, 101, 110, 100, 95, 97, 114, 103, 98, 11, 4, 111, 114, 99, 95, 98, 108, 101, 110, 100, 95, 97, 114, 103, 98, 11, 4,
4, 12, 4, 4, 14, 4, 255, 0, 0, 0, 14, 4, 8, 0, 0, 0, 4, 12, 4, 4, 14, 4, 255, 0, 0, 0, 14, 2, 8, 0, 0, 0,
16, 2, 20, 4, 20, 2, 20, 1, 20, 4, 20, 8, 20, 8, 20, 8, 16, 2, 20, 4, 20, 2, 20, 1, 20, 4, 20, 8, 20, 8, 20, 8,
113, 32, 4, 163, 33, 32, 157, 34, 33, 152, 35, 34, 21, 2, 150, 38, 113, 32, 4, 163, 33, 32, 157, 34, 33, 152, 35, 34, 21, 2, 150, 38,
35, 21, 2, 89, 38, 38, 24, 21, 2, 95, 38, 38, 17, 21, 2, 150, 35, 21, 2, 89, 38, 38, 24, 21, 2, 95, 38, 38, 17, 21, 2, 150,
@ -838,7 +840,7 @@ video_mixer_orc_blend_argb (guint8 * ORC_RESTRICT d1, int d1_stride,
orc_program_add_destination (p, 4, "d1"); orc_program_add_destination (p, 4, "d1");
orc_program_add_source (p, 4, "s1"); orc_program_add_source (p, 4, "s1");
orc_program_add_constant (p, 4, 0x000000ff, "c1"); orc_program_add_constant (p, 4, 0x000000ff, "c1");
orc_program_add_constant (p, 4, 0x00000008, "c2"); orc_program_add_constant (p, 2, 0x00000008, "c2");
orc_program_add_parameter (p, 2, "p1"); orc_program_add_parameter (p, 2, "p1");
orc_program_add_temporary (p, 4, "t1"); orc_program_add_temporary (p, 4, "t1");
orc_program_add_temporary (p, 2, "t2"); orc_program_add_temporary (p, 2, "t2");
@ -965,8 +967,9 @@ video_mixer_orc_blend_bgra (guint8 * ORC_RESTRICT d1, int d1_stride,
var45 = var44.i; var45 = var44.i;
/* 4: splatbl */ /* 4: splatbl */
var46.i = var46.i =
((var45 & 0xff) << 24) | ((var45 & 0xff) << 16) | ((var45 & 0xff) << ((((orc_uint32) var45) & 0xff) << 24) | ((((orc_uint32) var45) & 0xff)
8) | (var45 & 0xff); << 16) | ((((orc_uint32) var45) & 0xff) << 8) | (((orc_uint32) var45)
& 0xff);
/* 5: convubw */ /* 5: convubw */
var47.x4[0] = (orc_uint8) var46.x4[0]; var47.x4[0] = (orc_uint8) var46.x4[0];
var47.x4[1] = (orc_uint8) var46.x4[1]; var47.x4[1] = (orc_uint8) var46.x4[1];
@ -1093,8 +1096,9 @@ _backup_video_mixer_orc_blend_bgra (OrcExecutor * ORC_RESTRICT ex)
var45 = var44.i; var45 = var44.i;
/* 4: splatbl */ /* 4: splatbl */
var46.i = var46.i =
((var45 & 0xff) << 24) | ((var45 & 0xff) << 16) | ((var45 & 0xff) << ((((orc_uint32) var45) & 0xff) << 24) | ((((orc_uint32) var45) & 0xff)
8) | (var45 & 0xff); << 16) | ((((orc_uint32) var45) & 0xff) << 8) | (((orc_uint32) var45)
& 0xff);
/* 5: convubw */ /* 5: convubw */
var47.x4[0] = (orc_uint8) var46.x4[0]; var47.x4[0] = (orc_uint8) var46.x4[0];
var47.x4[1] = (orc_uint8) var46.x4[1]; var47.x4[1] = (orc_uint8) var46.x4[1];
@ -1183,7 +1187,7 @@ video_mixer_orc_blend_bgra (guint8 * ORC_RESTRICT d1, int d1_stride,
1, 7, 9, 26, 118, 105, 100, 101, 111, 95, 109, 105, 120, 101, 114, 95, 1, 7, 9, 26, 118, 105, 100, 101, 111, 95, 109, 105, 120, 101, 114, 95,
111, 114, 99, 95, 98, 108, 101, 110, 100, 95, 98, 103, 114, 97, 11, 4, 111, 114, 99, 95, 98, 108, 101, 110, 100, 95, 98, 103, 114, 97, 11, 4,
4, 12, 4, 4, 14, 4, 0, 0, 0, 255, 14, 4, 24, 0, 0, 0, 4, 12, 4, 4, 14, 4, 0, 0, 0, 255, 14, 4, 24, 0, 0, 0,
14, 4, 8, 0, 0, 0, 16, 2, 20, 4, 20, 4, 20, 2, 20, 1, 14, 2, 8, 0, 0, 0, 16, 2, 20, 4, 20, 4, 20, 2, 20, 1,
20, 4, 20, 8, 20, 8, 20, 8, 113, 32, 4, 126, 33, 32, 17, 163, 20, 4, 20, 8, 20, 8, 20, 8, 113, 32, 4, 126, 33, 32, 17, 163,
34, 33, 157, 35, 34, 152, 36, 35, 21, 2, 150, 39, 36, 21, 2, 89, 34, 33, 157, 35, 34, 152, 36, 35, 21, 2, 150, 39, 36, 21, 2, 89,
39, 39, 24, 21, 2, 95, 39, 39, 18, 21, 2, 150, 38, 32, 113, 32, 39, 39, 24, 21, 2, 95, 39, 39, 18, 21, 2, 150, 38, 32, 113, 32,
@ -1202,7 +1206,7 @@ video_mixer_orc_blend_bgra (guint8 * ORC_RESTRICT d1, int d1_stride,
orc_program_add_source (p, 4, "s1"); orc_program_add_source (p, 4, "s1");
orc_program_add_constant (p, 4, 0xff000000, "c1"); orc_program_add_constant (p, 4, 0xff000000, "c1");
orc_program_add_constant (p, 4, 0x00000018, "c2"); orc_program_add_constant (p, 4, 0x00000018, "c2");
orc_program_add_constant (p, 4, 0x00000008, "c3"); orc_program_add_constant (p, 2, 0x00000008, "c3");
orc_program_add_parameter (p, 2, "p1"); orc_program_add_parameter (p, 2, "p1");
orc_program_add_temporary (p, 4, "t1"); orc_program_add_temporary (p, 4, "t1");
orc_program_add_temporary (p, 4, "t2"); orc_program_add_temporary (p, 4, "t2");
@ -1351,8 +1355,9 @@ video_mixer_orc_overlay_argb (guint8 * ORC_RESTRICT d1, int d1_stride,
var46 = var45.i; var46 = var45.i;
/* 3: splatbl */ /* 3: splatbl */
var47.i = var47.i =
((var46 & 0xff) << 24) | ((var46 & 0xff) << 16) | ((var46 & 0xff) << ((((orc_uint32) var46) & 0xff) << 24) | ((((orc_uint32) var46) & 0xff)
8) | (var46 & 0xff); << 16) | ((((orc_uint32) var46) & 0xff) << 8) | (((orc_uint32) var46)
& 0xff);
/* 4: convubw */ /* 4: convubw */
var48.x4[0] = (orc_uint8) var47.x4[0]; var48.x4[0] = (orc_uint8) var47.x4[0];
var48.x4[1] = (orc_uint8) var47.x4[1]; var48.x4[1] = (orc_uint8) var47.x4[1];
@ -1396,8 +1401,9 @@ video_mixer_orc_overlay_argb (guint8 * ORC_RESTRICT d1, int d1_stride,
var58 = var57.i; var58 = var57.i;
/* 16: splatbl */ /* 16: splatbl */
var59.i = var59.i =
((var58 & 0xff) << 24) | ((var58 & 0xff) << 16) | ((var58 & 0xff) << ((((orc_uint32) var58) & 0xff) << 24) | ((((orc_uint32) var58) & 0xff)
8) | (var58 & 0xff); << 16) | ((((orc_uint32) var58) & 0xff) << 8) | (((orc_uint32) var58)
& 0xff);
/* 17: convubw */ /* 17: convubw */
var60.x4[0] = (orc_uint8) var59.x4[0]; var60.x4[0] = (orc_uint8) var59.x4[0];
var60.x4[1] = (orc_uint8) var59.x4[1]; var60.x4[1] = (orc_uint8) var59.x4[1];
@ -1557,8 +1563,9 @@ _backup_video_mixer_orc_overlay_argb (OrcExecutor * ORC_RESTRICT ex)
var46 = var45.i; var46 = var45.i;
/* 3: splatbl */ /* 3: splatbl */
var47.i = var47.i =
((var46 & 0xff) << 24) | ((var46 & 0xff) << 16) | ((var46 & 0xff) << ((((orc_uint32) var46) & 0xff) << 24) | ((((orc_uint32) var46) & 0xff)
8) | (var46 & 0xff); << 16) | ((((orc_uint32) var46) & 0xff) << 8) | (((orc_uint32) var46)
& 0xff);
/* 4: convubw */ /* 4: convubw */
var48.x4[0] = (orc_uint8) var47.x4[0]; var48.x4[0] = (orc_uint8) var47.x4[0];
var48.x4[1] = (orc_uint8) var47.x4[1]; var48.x4[1] = (orc_uint8) var47.x4[1];
@ -1602,8 +1609,9 @@ _backup_video_mixer_orc_overlay_argb (OrcExecutor * ORC_RESTRICT ex)
var58 = var57.i; var58 = var57.i;
/* 16: splatbl */ /* 16: splatbl */
var59.i = var59.i =
((var58 & 0xff) << 24) | ((var58 & 0xff) << 16) | ((var58 & 0xff) << ((((orc_uint32) var58) & 0xff) << 24) | ((((orc_uint32) var58) & 0xff)
8) | (var58 & 0xff); << 16) | ((((orc_uint32) var58) & 0xff) << 8) | (((orc_uint32) var58)
& 0xff);
/* 17: convubw */ /* 17: convubw */
var60.x4[0] = (orc_uint8) var59.x4[0]; var60.x4[0] = (orc_uint8) var59.x4[0];
var60.x4[1] = (orc_uint8) var59.x4[1]; var60.x4[1] = (orc_uint8) var59.x4[1];
@ -1707,7 +1715,7 @@ video_mixer_orc_overlay_argb (guint8 * ORC_RESTRICT d1, int d1_stride,
111, 114, 99, 95, 111, 118, 101, 114, 108, 97, 121, 95, 97, 114, 103, 111, 114, 99, 95, 111, 118, 101, 114, 108, 97, 121, 95, 97, 114, 103,
98, 98,
11, 4, 4, 12, 4, 4, 14, 4, 255, 255, 255, 255, 14, 4, 255, 0, 11, 4, 4, 12, 4, 4, 14, 4, 255, 255, 255, 255, 14, 4, 255, 0,
0, 0, 14, 4, 0, 255, 255, 255, 14, 4, 8, 0, 0, 0, 16, 2, 0, 0, 14, 4, 0, 255, 255, 255, 14, 2, 8, 0, 0, 0, 16, 2,
20, 4, 20, 2, 20, 1, 20, 8, 20, 8, 20, 8, 20, 4, 20, 8, 20, 4, 20, 2, 20, 1, 20, 8, 20, 8, 20, 8, 20, 4, 20, 8,
20, 8, 113, 32, 4, 163, 33, 32, 157, 34, 33, 152, 38, 34, 21, 2, 20, 8, 113, 32, 4, 163, 33, 32, 157, 34, 33, 152, 38, 34, 21, 2,
150, 35, 38, 21, 2, 89, 35, 35, 24, 21, 2, 95, 35, 35, 19, 21, 150, 35, 38, 21, 2, 89, 35, 35, 24, 21, 2, 95, 35, 35, 19, 21,
@ -1731,7 +1739,7 @@ video_mixer_orc_overlay_argb (guint8 * ORC_RESTRICT d1, int d1_stride,
orc_program_add_constant (p, 4, 0xffffffff, "c1"); orc_program_add_constant (p, 4, 0xffffffff, "c1");
orc_program_add_constant (p, 4, 0x000000ff, "c2"); orc_program_add_constant (p, 4, 0x000000ff, "c2");
orc_program_add_constant (p, 4, 0xffffff00, "c3"); orc_program_add_constant (p, 4, 0xffffff00, "c3");
orc_program_add_constant (p, 4, 0x00000008, "c4"); orc_program_add_constant (p, 2, 0x00000008, "c4");
orc_program_add_parameter (p, 2, "p1"); orc_program_add_parameter (p, 2, "p1");
orc_program_add_temporary (p, 4, "t1"); orc_program_add_temporary (p, 4, "t1");
orc_program_add_temporary (p, 2, "t2"); orc_program_add_temporary (p, 2, "t2");
@ -1909,8 +1917,9 @@ video_mixer_orc_overlay_bgra (guint8 * ORC_RESTRICT d1, int d1_stride,
var48 = var47.i; var48 = var47.i;
/* 4: splatbl */ /* 4: splatbl */
var49.i = var49.i =
((var48 & 0xff) << 24) | ((var48 & 0xff) << 16) | ((var48 & 0xff) << ((((orc_uint32) var48) & 0xff) << 24) | ((((orc_uint32) var48) & 0xff)
8) | (var48 & 0xff); << 16) | ((((orc_uint32) var48) & 0xff) << 8) | (((orc_uint32) var48)
& 0xff);
/* 5: convubw */ /* 5: convubw */
var50.x4[0] = (orc_uint8) var49.x4[0]; var50.x4[0] = (orc_uint8) var49.x4[0];
var50.x4[1] = (orc_uint8) var49.x4[1]; var50.x4[1] = (orc_uint8) var49.x4[1];
@ -1956,8 +1965,9 @@ video_mixer_orc_overlay_bgra (guint8 * ORC_RESTRICT d1, int d1_stride,
var61 = var60.i; var61 = var60.i;
/* 18: splatbl */ /* 18: splatbl */
var62.i = var62.i =
((var61 & 0xff) << 24) | ((var61 & 0xff) << 16) | ((var61 & 0xff) << ((((orc_uint32) var61) & 0xff) << 24) | ((((orc_uint32) var61) & 0xff)
8) | (var61 & 0xff); << 16) | ((((orc_uint32) var61) & 0xff) << 8) | (((orc_uint32) var61)
& 0xff);
/* 19: convubw */ /* 19: convubw */
var63.x4[0] = (orc_uint8) var62.x4[0]; var63.x4[0] = (orc_uint8) var62.x4[0];
var63.x4[1] = (orc_uint8) var62.x4[1]; var63.x4[1] = (orc_uint8) var62.x4[1];
@ -2121,8 +2131,9 @@ _backup_video_mixer_orc_overlay_bgra (OrcExecutor * ORC_RESTRICT ex)
var48 = var47.i; var48 = var47.i;
/* 4: splatbl */ /* 4: splatbl */
var49.i = var49.i =
((var48 & 0xff) << 24) | ((var48 & 0xff) << 16) | ((var48 & 0xff) << ((((orc_uint32) var48) & 0xff) << 24) | ((((orc_uint32) var48) & 0xff)
8) | (var48 & 0xff); << 16) | ((((orc_uint32) var48) & 0xff) << 8) | (((orc_uint32) var48)
& 0xff);
/* 5: convubw */ /* 5: convubw */
var50.x4[0] = (orc_uint8) var49.x4[0]; var50.x4[0] = (orc_uint8) var49.x4[0];
var50.x4[1] = (orc_uint8) var49.x4[1]; var50.x4[1] = (orc_uint8) var49.x4[1];
@ -2168,8 +2179,9 @@ _backup_video_mixer_orc_overlay_bgra (OrcExecutor * ORC_RESTRICT ex)
var61 = var60.i; var61 = var60.i;
/* 18: splatbl */ /* 18: splatbl */
var62.i = var62.i =
((var61 & 0xff) << 24) | ((var61 & 0xff) << 16) | ((var61 & 0xff) << ((((orc_uint32) var61) & 0xff) << 24) | ((((orc_uint32) var61) & 0xff)
8) | (var61 & 0xff); << 16) | ((((orc_uint32) var61) & 0xff) << 8) | (((orc_uint32) var61)
& 0xff);
/* 19: convubw */ /* 19: convubw */
var63.x4[0] = (orc_uint8) var62.x4[0]; var63.x4[0] = (orc_uint8) var62.x4[0];
var63.x4[1] = (orc_uint8) var62.x4[1]; var63.x4[1] = (orc_uint8) var62.x4[1];
@ -2273,7 +2285,7 @@ video_mixer_orc_overlay_bgra (guint8 * ORC_RESTRICT d1, int d1_stride,
111, 114, 99, 95, 111, 118, 101, 114, 108, 97, 121, 95, 98, 103, 114, 111, 114, 99, 95, 111, 118, 101, 114, 108, 97, 121, 95, 98, 103, 114,
97, 97,
11, 4, 4, 12, 4, 4, 14, 4, 255, 255, 255, 255, 14, 4, 0, 0, 11, 4, 4, 12, 4, 4, 14, 4, 255, 255, 255, 255, 14, 4, 0, 0,
0, 255, 14, 4, 255, 255, 255, 0, 14, 4, 24, 0, 0, 0, 14, 4, 0, 255, 14, 4, 255, 255, 255, 0, 14, 4, 24, 0, 0, 0, 14, 2,
8, 0, 0, 0, 16, 2, 20, 4, 20, 4, 20, 2, 20, 1, 20, 8, 8, 0, 0, 0, 16, 2, 20, 4, 20, 4, 20, 2, 20, 1, 20, 8,
20, 8, 20, 8, 20, 4, 20, 8, 20, 8, 113, 32, 4, 126, 33, 32, 20, 8, 20, 8, 20, 4, 20, 8, 20, 8, 113, 32, 4, 126, 33, 32,
19, 163, 34, 33, 157, 35, 34, 152, 39, 35, 21, 2, 150, 36, 39, 21, 19, 163, 34, 33, 157, 35, 34, 152, 39, 35, 21, 2, 150, 36, 39, 21,
@ -2299,7 +2311,7 @@ video_mixer_orc_overlay_bgra (guint8 * ORC_RESTRICT d1, int d1_stride,
orc_program_add_constant (p, 4, 0xff000000, "c2"); orc_program_add_constant (p, 4, 0xff000000, "c2");
orc_program_add_constant (p, 4, 0x00ffffff, "c3"); orc_program_add_constant (p, 4, 0x00ffffff, "c3");
orc_program_add_constant (p, 4, 0x00000018, "c4"); orc_program_add_constant (p, 4, 0x00000018, "c4");
orc_program_add_constant (p, 4, 0x00000008, "c5"); orc_program_add_constant (p, 2, 0x00000008, "c5");
orc_program_add_parameter (p, 2, "p1"); orc_program_add_parameter (p, 2, "p1");
orc_program_add_temporary (p, 4, "t1"); orc_program_add_temporary (p, 4, "t1");
orc_program_add_temporary (p, 4, "t2"); orc_program_add_temporary (p, 4, "t2");

View file

@ -58,7 +58,7 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin" #define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */ /* GStreamer package release date/time for plugins as YYYY-MM-DD */
#define GST_PACKAGE_RELEASE_DATETIME "2014-07-19" #define GST_PACKAGE_RELEASE_DATETIME "2015-06-07"
/* Define if static plugins should be built */ /* Define if static plugins should be built */
#undef GST_PLUGIN_BUILD_STATIC #undef GST_PLUGIN_BUILD_STATIC
@ -90,9 +90,15 @@
/* Define to 1 if you have the `cosh' function. */ /* Define to 1 if you have the `cosh' function. */
#undef HAVE_COSH #undef HAVE_COSH
/* Define if the target CPU is AARCH64 */
#undef HAVE_CPU_AARCH64
/* Define if the target CPU is an Alpha */ /* Define if the target CPU is an Alpha */
#undef HAVE_CPU_ALPHA #undef HAVE_CPU_ALPHA
/* Define if the target CPU is an ARC */
#undef HAVE_CPU_ARC
/* Define if the target CPU is an ARM */ /* Define if the target CPU is an ARM */
#undef HAVE_CPU_ARM #undef HAVE_CPU_ARM
@ -346,7 +352,13 @@
/* Define to enable X libraries and plugins (used by ximagesrc). */ /* Define to enable X libraries and plugins (used by ximagesrc). */
#undef HAVE_X #undef HAVE_X
/* Define to enable X Shared Memory extension. */ /* Defined if Xdamage is available */
#undef HAVE_XDAMAGE
/* Defined if Xfixes is available */
#undef HAVE_XFIXES
/* Defined if XShm is available */
#undef HAVE_XSHM #undef HAVE_XSHM
/* Define to enable zlib support for qtdemux/matroska. */ /* Define to enable zlib support for qtdemux/matroska. */
@ -372,7 +384,7 @@
#define PACKAGE_NAME "GStreamer Good Plug-ins" #define PACKAGE_NAME "GStreamer Good Plug-ins"
/* Define to the full name and version of this package. */ /* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer Good Plug-ins 1.4.0" #define PACKAGE_STRING "GStreamer Good Plug-ins 1.5.1"
/* Define to the one symbol short name of this package. */ /* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-good" #define PACKAGE_TARNAME "gst-plugins-good"
@ -381,7 +393,7 @@
#undef PACKAGE_URL #undef PACKAGE_URL
/* Define to the version of this package. */ /* Define to the version of this package. */
#define PACKAGE_VERSION "1.4.0" #define PACKAGE_VERSION "1.5.1"
/* directory where plugins are located */ /* directory where plugins are located */
#ifdef _DEBUG #ifdef _DEBUG
@ -405,9 +417,6 @@
/* The size of `void*', as computed by sizeof. */ /* The size of `void*', as computed by sizeof. */
#undef SIZEOF_VOIDP #undef SIZEOF_VOIDP
/* defined if speex 1.0.x API detected */
#undef SPEEX_1_0
/* Define to 1 if you have the ANSI C header files. */ /* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS #undef STDC_HEADERS
@ -415,10 +424,7 @@
#undef TARGET_CPU #undef TARGET_CPU
/* Version number of package */ /* Version number of package */
#define VERSION "1.4.0" #define VERSION "1.5.1"
/* old wavpack API */
#undef WAVPACK_OLD_API
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */ significant byte first (like Motorola and SPARC, unlike Intel). */
@ -431,6 +437,3 @@
# undef WORDS_BIGENDIAN # undef WORDS_BIGENDIAN
# endif # endif
#endif #endif
/* Define to 1 if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING