summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorwiz <wiz>2014-08-08 21:25:41 +0000
committerwiz <wiz>2014-08-08 21:25:41 +0000
commit8aaa954b91cfb596da3bba872091e3b9fec0604a (patch)
treec7fa345cd32e7a6d20494124c5709fabb1cb9100 /multimedia
parent7d615fef69947db0645182151cc0ffaa65021228 (diff)
downloadpkgsrc-8aaa954b91cfb596da3bba872091e3b9fec0604a.tar.gz
Update to 1.4.0:
This is GStreamer Base Plugins 1.4.0 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.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gst-plugins1-base/Makefile4
-rw-r--r--multimedia/gst-plugins1-base/Makefile.common8
-rw-r--r--multimedia/gst-plugins1-base/PLIST41
-rw-r--r--multimedia/gst-plugins1-base/distinfo9
-rw-r--r--multimedia/gst-plugins1-base/patches/patch-gst_audioresample_resample.c23
5 files changed, 46 insertions, 39 deletions
diff --git a/multimedia/gst-plugins1-base/Makefile b/multimedia/gst-plugins1-base/Makefile
index d795c09042b..dfdfcb0dcb8 100644
--- a/multimedia/gst-plugins1-base/Makefile
+++ b/multimedia/gst-plugins1-base/Makefile
@@ -1,16 +1,14 @@
-# $NetBSD: Makefile,v 1.8 2014/05/29 23:37:01 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2014/08/08 21:25:41 wiz Exp $
.include "Makefile.common"
#CONFIGURE_ARGS+= --disable-silent-rules
-PKGREVISION= 1
COMMENT+= Base plugins
USE_TOOLS+= perl:run
MAKE_JOBS_SAFE= no
PKGCONFIG_OVERRIDE+= pkgconfig/*.pc.in
-REPLACE_PERL+= tools/gst-visualise-m.m
# only useful if gstreamer was built with the "gstcheck" option
TEST_TARGET= check-torture
diff --git a/multimedia/gst-plugins1-base/Makefile.common b/multimedia/gst-plugins1-base/Makefile.common
index aec1e112351..c613033bd94 100644
--- a/multimedia/gst-plugins1-base/Makefile.common
+++ b/multimedia/gst-plugins1-base/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2013/12/04 11:35:56 drochner Exp $
+# $NetBSD: Makefile.common,v 1.7 2014/08/08 21:25:41 wiz Exp $
#
# used by audio/gst-plugins1-alsa/Makefile
# used by audio/gst-plugins1-cdparanoia/Makefile
@@ -12,8 +12,8 @@
#
GST_PLUGINS1_TYPE= base
-GST_PLUGINS1_VER= 1.0.10
-BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.0.3
+GST_PLUGINS1_VER= 1.4.0
+BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.4.0
LICENSE= gnu-lgpl-v2
# Disable all drivers and features by default.
@@ -24,11 +24,9 @@ LICENSE= gnu-lgpl-v2
ivorbis \
libvisual \
ogg \
- oggtest \
pango \
theora \
vorbis \
- vorbistest \
x \
xshm \
xvideo
diff --git a/multimedia/gst-plugins1-base/PLIST b/multimedia/gst-plugins1-base/PLIST
index 939761c2334..9d797761748 100644
--- a/multimedia/gst-plugins1-base/PLIST
+++ b/multimedia/gst-plugins1-base/PLIST
@@ -1,5 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2013/04/08 16:57:46 drochner Exp $
+@comment $NetBSD: PLIST,v 1.4 2014/08/08 21:25:41 wiz Exp $
+bin/gst-device-monitor-1.0
bin/gst-discoverer-1.0
+bin/gst-play-1.0
+include/gstreamer-1.0/gst/allocators/allocators.h
+include/gstreamer-1.0/gst/allocators/gstdmabuf.h
+include/gstreamer-1.0/gst/app/app.h
include/gstreamer-1.0/gst/app/gstappsink.h
include/gstreamer-1.0/gst/app/gstappsrc.h
include/gstreamer-1.0/gst/audio/audio-channels.h
@@ -20,6 +25,7 @@ include/gstreamer-1.0/gst/audio/gstaudioringbuffer.h
include/gstreamer-1.0/gst/audio/gstaudiosink.h
include/gstreamer-1.0/gst/audio/gstaudiosrc.h
include/gstreamer-1.0/gst/audio/streamvolume.h
+include/gstreamer-1.0/gst/fft/fft.h
include/gstreamer-1.0/gst/fft/gstfft.h
include/gstreamer-1.0/gst/fft/gstfftf32.h
include/gstreamer-1.0/gst/fft/gstfftf64.h
@@ -38,13 +44,17 @@ include/gstreamer-1.0/gst/pbutils/pbutils.h
include/gstreamer-1.0/gst/riff/riff-ids.h
include/gstreamer-1.0/gst/riff/riff-media.h
include/gstreamer-1.0/gst/riff/riff-read.h
+include/gstreamer-1.0/gst/riff/riff.h
include/gstreamer-1.0/gst/rtp/gstrtcpbuffer.h
include/gstreamer-1.0/gst/rtp/gstrtpbaseaudiopayload.h
include/gstreamer-1.0/gst/rtp/gstrtpbasedepayload.h
include/gstreamer-1.0/gst/rtp/gstrtpbasepayload.h
include/gstreamer-1.0/gst/rtp/gstrtpbuffer.h
+include/gstreamer-1.0/gst/rtp/gstrtphdrext.h
include/gstreamer-1.0/gst/rtp/gstrtppayloads.h
+include/gstreamer-1.0/gst/rtp/rtp.h
include/gstreamer-1.0/gst/rtsp/gstrtsp-enumtypes.h
+include/gstreamer-1.0/gst/rtsp/gstrtsp.h
include/gstreamer-1.0/gst/rtsp/gstrtspconnection.h
include/gstreamer-1.0/gst/rtsp/gstrtspdefs.h
include/gstreamer-1.0/gst/rtsp/gstrtspextension.h
@@ -52,8 +62,11 @@ include/gstreamer-1.0/gst/rtsp/gstrtspmessage.h
include/gstreamer-1.0/gst/rtsp/gstrtsprange.h
include/gstreamer-1.0/gst/rtsp/gstrtsptransport.h
include/gstreamer-1.0/gst/rtsp/gstrtspurl.h
+include/gstreamer-1.0/gst/rtsp/rtsp.h
+include/gstreamer-1.0/gst/sdp/gstmikey.h
include/gstreamer-1.0/gst/sdp/gstsdp.h
include/gstreamer-1.0/gst/sdp/gstsdpmessage.h
+include/gstreamer-1.0/gst/sdp/sdp.h
include/gstreamer-1.0/gst/tag/gsttagdemux.h
include/gstreamer-1.0/gst/tag/gsttagmux.h
include/gstreamer-1.0/gst/tag/tag.h
@@ -69,6 +82,7 @@ include/gstreamer-1.0/gst/video/gstvideosink.h
include/gstreamer-1.0/gst/video/gstvideoutils.h
include/gstreamer-1.0/gst/video/navigation.h
include/gstreamer-1.0/gst/video/video-blend.h
+include/gstreamer-1.0/gst/video/video-chroma.h
include/gstreamer-1.0/gst/video/video-color.h
include/gstreamer-1.0/gst/video/video-enumtypes.h
include/gstreamer-1.0/gst/video/video-event.h
@@ -76,9 +90,11 @@ include/gstreamer-1.0/gst/video/video-format.h
include/gstreamer-1.0/gst/video/video-frame.h
include/gstreamer-1.0/gst/video/video-info.h
include/gstreamer-1.0/gst/video/video-overlay-composition.h
+include/gstreamer-1.0/gst/video/video-tile.h
include/gstreamer-1.0/gst/video/video.h
include/gstreamer-1.0/gst/video/videoorientation.h
include/gstreamer-1.0/gst/video/videooverlay.h
+lib/girepository-1.0/GstAllocators-1.0.typelib
lib/girepository-1.0/GstApp-1.0.typelib
lib/girepository-1.0/GstAudio-1.0.typelib
lib/girepository-1.0/GstFft-1.0.typelib
@@ -105,6 +121,7 @@ lib/gstreamer-1.0/libgstvideorate.la
lib/gstreamer-1.0/libgstvideoscale.la
lib/gstreamer-1.0/libgstvideotestsrc.la
lib/gstreamer-1.0/libgstvolume.la
+lib/libgstallocators-1.0.la
lib/libgstapp-1.0.la
lib/libgstaudio-1.0.la
lib/libgstfft-1.0.la
@@ -115,6 +132,7 @@ lib/libgstrtsp-1.0.la
lib/libgstsdp-1.0.la
lib/libgsttag-1.0.la
lib/libgstvideo-1.0.la
+lib/pkgconfig/gstreamer-allocators-1.0.pc
lib/pkgconfig/gstreamer-app-1.0.pc
lib/pkgconfig/gstreamer-audio-1.0.pc
lib/pkgconfig/gstreamer-fft-1.0.pc
@@ -126,7 +144,9 @@ lib/pkgconfig/gstreamer-rtsp-1.0.pc
lib/pkgconfig/gstreamer-sdp-1.0.pc
lib/pkgconfig/gstreamer-tag-1.0.pc
lib/pkgconfig/gstreamer-video-1.0.pc
+man/man1/gst-device-monitor-1.0.1
man/man1/gst-discoverer-1.0.1
+man/man1/gst-play-1.0.1
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/annotation-glossary.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/api-index-deprecated.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/api-index-full.html
@@ -134,19 +154,22 @@ share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/compiling.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-1.0.devhelp2
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoDecoder.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoEncoder.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoPool.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsink.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-appsrc.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-dmabuf.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-encoding-profile.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudio.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesink.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiobasesrc.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiocdsrc.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiochannels.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioclock.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiodecoder.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioencoder.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiofilter.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioiec61937.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiomixerutils.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiometa.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudioringbuffer.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosink.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstaudiosrc.html
@@ -158,7 +181,8 @@ share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstff
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstfftf64.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts16.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstffts32.html
-share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmultichannel.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstmikey.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstnavigation.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutils.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilscodecutils.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstpbutilsdescriptions.html
@@ -200,11 +224,13 @@ share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvi
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideooverlaycomposition.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideosink.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gst-plugins-base-libs-gstvideoutils.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gstreamer-allocators.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gstreamer-app.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gstreamer-audio.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gstreamer-base-utils.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gstreamer-ffft.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gstreamer-libs-hierarchy.html
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gstreamer-mikey.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gstreamer-plugins-base.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gstreamer-riff.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gstreamer-rtp.html
@@ -215,9 +241,12 @@ share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/gstreamer-video.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/home.png
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/index.html
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/index.sgml
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/left-insensitive.png
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/left.png
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/right-insensitive.png
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/right.png
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/style.css
+share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/up-insensitive.png
share/doc/gst-plugins-0.10/gst-plugins-base-libs-1.0/up.png
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/ch01.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/ch02.html
@@ -244,6 +273,7 @@ share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggdemux.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-oggmux.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playbin.html
+share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-playsink.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-adder.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-alsa.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-app.html
@@ -270,6 +300,7 @@ share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-vorbis.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-ximagesink.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-plugin-xvimagesink.html
+share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-streamsynchronizer.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-subtitleoverlay.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsink.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins-tcpclientsrc.html
@@ -296,10 +327,14 @@ share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/gst-plugins-base-plugins
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/home.png
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/index.html
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/index.sgml
+share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/left-insensitive.png
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/left.png
+share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/right-insensitive.png
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/right.png
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/style.css
+share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/up-insensitive.png
share/doc/gst-plugins-0.10/gst-plugins-base-plugins-1.0/up.png
+share/gir-1.0/GstAllocators-1.0.gir
share/gir-1.0/GstApp-1.0.gir
share/gir-1.0/GstAudio-1.0.gir
share/gir-1.0/GstFft-1.0.gir
diff --git a/multimedia/gst-plugins1-base/distinfo b/multimedia/gst-plugins1-base/distinfo
index 8be04aae75c..e35eccafdda 100644
--- a/multimedia/gst-plugins1-base/distinfo
+++ b/multimedia/gst-plugins1-base/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.7 2013/12/04 11:35:56 drochner Exp $
+$NetBSD: distinfo,v 1.8 2014/08/08 21:25:41 wiz Exp $
-SHA1 (gst-plugins-base-1.0.10.tar.xz) = 1a8a887bfc6190e6b53923b960ce5b7ee0f95721
-RMD160 (gst-plugins-base-1.0.10.tar.xz) = 1966d494e1f684b91668fd57093e0954bee641ad
-Size (gst-plugins-base-1.0.10.tar.xz) = 2371640 bytes
+SHA1 (gst-plugins-base-1.4.0.tar.xz) = 6c7c4bad34897032058f9b96c10bc7caac72ed99
+RMD160 (gst-plugins-base-1.4.0.tar.xz) = 5e20f2cafe83d4b529a37180ef683d70ece4921a
+Size (gst-plugins-base-1.4.0.tar.xz) = 2618724 bytes
SHA1 (patch-ext_alsa_gstalsasink.c) = f344b819e65b42f49c2328f8bf3e8c075e5dd24b
SHA1 (patch-ext_alsa_gstalsasrc.c) = dd966d2a7f1b952a90c1aa78e726b8272ac40f9d
-SHA1 (patch-gst_audioresample_resample.c) = 492cc82935e63a58f6d6e0ed04eacfce47c09146
diff --git a/multimedia/gst-plugins1-base/patches/patch-gst_audioresample_resample.c b/multimedia/gst-plugins1-base/patches/patch-gst_audioresample_resample.c
deleted file mode 100644
index f184b6c5548..00000000000
--- a/multimedia/gst-plugins1-base/patches/patch-gst_audioresample_resample.c
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-gst_audioresample_resample.c,v 1.1 2013/05/06 06:08:43 obache Exp $
-
-* fix build on i386 without SSE/SSE2 support.
-https://bugzilla.gnome.org/show_bug.cgi?id=670690
-
---- gst/audioresample/resample.c.orig 2013-04-26 07:26:19.000000000 +0000
-+++ gst/audioresample/resample.c
-@@ -77,13 +77,13 @@
- #define EXPORT G_GNUC_INTERNAL
-
- #ifdef _USE_SSE
--#ifndef HAVE_XMMINTRIN_H
-+#ifndef __SSE__
- #undef _USE_SSE
- #endif
- #endif
-
- #ifdef _USE_SSE2
--#ifndef HAVE_EMMINTRIN_H
-+#ifndef __SSE2__
- #undef _USE_SSE2
- #endif
- #endif