a34fa66b79
Major bugfixes in 1.12.3 Fix for infinite recursion on buffer free in v4l2 Fix for glimagesink crash on macOS when used via autovideosink Fix for huge overhead in matroskamux caused by writing one Cluster per audio-frame in audio-only streams. Also use SimpleBlocks for Opus and other audio codecs, which works around a bug in VLC that prevented Opus streams to be played and decreases overhead even more Fix for flushing seeks in rtpmsrc always causing an error Fix for timestamp overflows in calculations in audio encoder base class Fix for RTP h265 depayloader marking P-frames as I-frames Fix for long connection delays of clients in RTSP server Fixes for event handling in queue and queue2 elements, and updates to buffering levels on NOT_LINKED streams Various fixes to event and buffering handling in decodebin3/playbin3 Various fixes for memory leaks, deadlocks and crashes in all modules ... and many, many more!
52 lines
1.4 KiB
Makefile
52 lines
1.4 KiB
Makefile
# $NetBSD: Makefile.common,v 1.26 2017/11/10 09:26:48 prlw1 Exp $
|
|
#
|
|
# used by audio/gst-plugins1-flac/Makefile
|
|
# used by audio/gst-plugins1-jack/Makefile
|
|
# used by audio/gst-plugins1-oss/Makefile
|
|
# used by audio/gst-plugins1-pulse/Makefile
|
|
# used by audio/gst-plugins1-speex/Makefile
|
|
# used by audio/gst-plugins1-wavpack/Makefile
|
|
# used by graphics/gst-plugins1-cairo/Makefile
|
|
# used by graphics/gst-plugins1-jpeg/Makefile
|
|
# used by graphics/gst-plugins1-png/Makefile
|
|
# used by multimedia/gst-plugins1-v4l2/Makefile
|
|
# used by multimedia/gst-plugins1-vpx/Makefile
|
|
# used by net/gst-plugins1-soup/Makefile
|
|
# used by x11/gst-plugins1-x11/Makefile
|
|
|
|
GST_PLUGINS1_TYPE= good
|
|
GST_PLUGINS1_VER= 1.12.3
|
|
|
|
# Disable all drivers and features by default.
|
|
.for driver in aalib \
|
|
aalibtest \
|
|
cairo \
|
|
dv1394 \
|
|
flac \
|
|
gst_v4l2 \
|
|
jack \
|
|
jpeg \
|
|
libcaca \
|
|
libdv \
|
|
libpng \
|
|
oss \
|
|
oss4 \
|
|
pulse \
|
|
shout2 \
|
|
speex \
|
|
sunaudio \
|
|
vpx \
|
|
x \
|
|
xshm \
|
|
xvideo \
|
|
zlib
|
|
CONFIGURE_ARGS+= --disable-${driver}
|
|
.endfor
|
|
|
|
.include "../../multimedia/gst-plugins1-base/plugins.mk"
|
|
.include "../../devel/orc/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.gst-plugins1-base+= gst-plugins1-base>=1.12.0
|
|
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.12.0
|
|
.include "../../multimedia/gstreamer1/buildlink3.mk"
|