9ec1a0fbb5
GStreamer core: * 736969 : queue2: dead lock when buffering * 738092 : basesink: clamp reported position based on direction * 740001 : task: race condition when pausing and stopping GStreamer Plugins Base: * 741420 : video pools: should update size in configuration after applying alignment * 715050 : add typefinder for audio/x-audible * 739544 : tcp: Add test and fix memory leak in tcp elements * 739840 : typefind should recognize Apple Core Audio Format (CAF) * 740556 : videodecoder: don't complain when DTS != PTS on keyframes * 740675 : playsink: continues playback, reset mute property * 740730 : rtspconnection: don't remove child source if parent source is already destroyed * 740853 : audiodecoder: Push pending events before sending EOS. * 740952 : alsa: NetBSD fixes * 741045 : audiorate can can lose timestamp precision in some cases * 741198 : playbin: leaks GstPads GStreamer Plugins Good: * 711437 : apev2mux: should not put APEv2 tags at beginning of WavPack files * 726194 : v4l2src does not cope well when a capture card is sometimes interlaced, sometimes progressive at the same resolution * 736397 : flvdemux: Per-stream resyncing behavior causes A/V-desyncs * 737603 : v4l2bufferpool: set buffer interlace flags when field is V4L2_FIELD_INTERLACED * 739476 : vpx: fails to build against libvpx from git * 739722 : matroskamux: Thread safe register GstMatroskamuxPad * 739789 : v4l2allocator: fix error message if allocator is already active * 739791 : v4l2bufferpool: unref pool when v4l2_allocator_new() fails * 739792 : v4l2allocator: fix gst_v4l2_allocator_stop prototype * 739996 : videomixer: Drops a lot of frames, if one of the sources is live * 740040 : v4l2src: Fails in presence of V4L2_BUF_FLAG_ERROR * 740392 : rtspsrc: mikey base64 decoded key-mgmt leak * 740407 : qtmux limits capture to 4096x4096 * 740633 : v4l2src: RW io-mode is broken * 740636 : v4l2src: framerate is not always set on driver * 740671 : aspectratiocrop: crop needs to be reset when video size changes * 740905 : v4l2: still has 1 include to linux/videodev.h * 741271 : rtph264pay: Buffer leak in H.264 payloader when using SPS/PPS * 741381 : rtph264pay: Race condition may cause crash when going from PAUSED- > READY * 741407 : deinterlace: in query_caps return only supported formats if filter is interlaced * 737579 : v4l2object: set colorspace for output devices * 739754 : v4l2bufferpool: Should validate that all memories are writeable before queueing back GStreamer Plugins Bad: * 722764 : rawparse: fix SEEKING query handling * 729768 : mpegtsbase: Raise limit to read more bytes initially to find PCR * 739152 : gl/cocoa: build with GNUStep fails * 740191 : dvbbasesink: segfaults on 32-bit (rpi) * 740201 : gl/cocoa: Does not compile on OSX < 10.7 anymore * 740451 : srtpdec: leaks rtp/rtcp sink events * 740953 : configure.ac: unportable test(1) comparison operator * 741321 : opusparse: fix header parsing esp. of encoded output of libopus GStreamer RTSP Server: * 739481 : rtsp-stream: leaks srtp decoder when leaving rtpbin
52 lines
1.4 KiB
Text
52 lines
1.4 KiB
Text
# $NetBSD: Makefile.common,v 1.14 2015/01/03 18:09:30 wiz 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.4.5
|
|
|
|
# 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.4.0
|
|
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.4.0
|
|
.include "../../multimedia/gstreamer1/buildlink3.mk"
|