diff options
author | adam <adam@pkgsrc.org> | 2018-04-15 09:40:04 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-04-15 09:40:04 +0000 |
commit | 0b8dd741155a66a528ee6b51baad056115cde456 (patch) | |
tree | 79074c42fee8c9baf93884c9b9643019bfe329ca /multimedia/gst-plugins1-x264 | |
parent | e471416eaef4c4815d673b68e46f21b3bf91e26f (diff) | |
download | pkgsrc-0b8dd741155a66a528ee6b51baad056115cde456.tar.gz |
gstreamer1: updated to 1.12.5
Bugs fixed in 1.12.5:
pad: fix some stream deactivation deadlocks/races
registrychunks: don't read from unaligned memory when loading registry
ptp: fix build failure with #undef USE_MEASUREMENT_FILTERING
downloadbuffer: Don't hold the mutex while posting the download-complete message
playbin3: Fix accessing invalid index in GstStream when received select-stream event
id3v2: re-fix handling of ID3 v2.4 tags with extended headers
audio: fix handling of U32BE format
videodecoder: Reset QoS time after pushing segment. This fixes playbin gapless playback with videos.
subparse: push out of last chunk of text if last line has no newline
aacparse: When parsing raw input, accept frames of any size. This fixes handling of encoded silence.
splitmuxsrc: Improve not-linked handling.
rtspsrc: also proxy multicast-iface property to RTCP udpsrc
flacdec: flush flac decoder on lost sync, so that it can re-sync.
matroskamux: Only mark new clusters as keyframe if they start on a keyframe or we're muxing only audio
matroskamux: Clip maximum cluster duration to the maximum possible value
h264parse: reset internal 'state' variable properly
x264enc: fix build with newer x264 with support for multiple bit depths
x265enc: Fix tagging of keyframes on output buffers
glimagesink: Correct PAR in output caps when transforming
vtdec: destroy and create the GL context on start()/stop(), fixing a refcount loop
player: fix criticals when reading info/track properties that are NULL
lv2: fix inverted boolean properties
rtponviftimestamp: fix state change function init/reset, fixing memory corruption or leaks on shutdown
libav: some build issues fixes
rtsp-server: Place netaddress meta on packets received via TCP. Fixes keep-alive via RTCP in TCP interleaved mode.
rtsp-server: gi annotation fixes
gst-libav: internal ffmpeg copy was updated to ffmpeg 3.3.6
Various fixes for memory leaks, deadlocks and crashes in all modules
... and many, many more!
Diffstat (limited to 'multimedia/gst-plugins1-x264')
-rw-r--r-- | multimedia/gst-plugins1-x264/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/gst-plugins1-x264/Makefile b/multimedia/gst-plugins1-x264/Makefile index 5d4eed74cd2..568b1a3f7bb 100644 --- a/multimedia/gst-plugins1-x264/Makefile +++ b/multimedia/gst-plugins1-x264/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2018/02/26 08:19:29 adam Exp $ +# $NetBSD: Makefile,v 1.5 2018/04/15 09:40:05 adam Exp $ GST_PLUGINS1_NAME= x264 GST_PLUGINS1_DIRS= ext/x264 -PKGREVISION= 1 .include "../../multimedia/gst-plugins1-ugly/Makefile.common" # need shared lib |