diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-31 22:23:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-31 22:23:38 +0000 |
commit | e4b48d4269ad2f82508be8b8032b9cd6ebca3680 (patch) | |
tree | d236393e0203cb81b40ec116c9231b533f0bf02d | |
parent | 75dd662d1d8095f0a9a76e2a369910d8bb8856c7 (diff) | |
download | pkgsrc-e4b48d4269ad2f82508be8b8032b9cd6ebca3680.tar.gz |
Update to 1.4.1:
GStreamer Plugins Bad:
* 678485 : templatematch: element improvements
* 725871 : decklinksink: no output, only black
* 730509 : facedetect: fix update on change
* 731824 : hlsdemux pause after first filesegment (apple test files)
* 733245 : gl: Document GST_GL_PLATFORM, GST_GL_API and GST_GL_WINDOW somewhere
* 733426 : gl/sdl example fails to build (missing include directory?)
* 733487 : openjpeg: Win32-compatible OpenJPEG-2.0 detection
* 733490 : tsdemux: H264 seeking broken in push mode
* 733545 : GL element leaks FBO when caps changed dynamically
* 733726 : glimagesink: Flashes white sometimes (unpausing, seeking, window scaling)
* 733837 : hlsdemux: doesn't stop buffering more segments after overrun
* 734014 : dashdemux: stream downloader try to download next segments after pipeline interupt
* 734015 : tsdemux: bad timestamping
* 734269 : GLUpload didn't update texture properly
* 734394 : tsdemux: Can not change program except destroy pipeline
* 734517 : opusenc: Unref pad template caps after usage
* 734519 : ladspa: Unref pad template caps after usage
* 734520 : openal: Unref pad template caps after usage
* 734521 : sbcenc: Unref output caps in error cases
* 734522 : videoaggregator: Unref allowed caps after usage
* 734524 : wrappercamerabinsrc: Unref elements after usage
* 734528 : dvbsuboverlay: Avoid leaking copy of caps object
* 734531 : interlace: Unref pad template caps after usage
* 734533 : amcvideoenc: Avoid leaking copy of caps object
* 734534 : vtenc: Avoid leaking caps object and its copy
* 734536 : directsoundsrc: Avoid leaking copy of caps object
* 734537 : pvrvideosink: Avoid leaking bufferpool configuration
* 734539 : element-maker: Avoid leaking copy of caps object
* 734544 : gstgsmenc: Unref caps object after usage
* 734763 : scenechange: fix crash on startup
* 734830 : GstGLMixer gl resource race condition
* 735078 : gst_gl_handle_set_context may unref a NULL GstGLDisplay
-rw-r--r-- | multimedia/gst-plugins1-bad/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/gst-plugins1-bad/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/gst-plugins1-bad/Makefile.common b/multimedia/gst-plugins1-bad/Makefile.common index 7d450e460e6..974594e0dba 100644 --- a/multimedia/gst-plugins1-bad/Makefile.common +++ b/multimedia/gst-plugins1-bad/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2014/08/14 22:00:01 prlw1 Exp $ +# $NetBSD: Makefile.common,v 1.9 2014/08/31 22:23:38 wiz Exp $ # # used by audio/gst-plugins1-dts/Makefile # used by audio/gst-plugins1-faac/Makefile @@ -12,7 +12,7 @@ # GST_PLUGINS1_TYPE= bad -GST_PLUGINS1_VER= 1.4.0 +GST_PLUGINS1_VER= 1.4.1 # Disable all drivers and features by default. .for driver in cdaudio \ diff --git a/multimedia/gst-plugins1-bad/distinfo b/multimedia/gst-plugins1-bad/distinfo index 9905bfbf84b..f851491574b 100644 --- a/multimedia/gst-plugins1-bad/distinfo +++ b/multimedia/gst-plugins1-bad/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2014/08/08 21:28:48 wiz Exp $ +$NetBSD: distinfo,v 1.8 2014/08/31 22:23:38 wiz Exp $ -SHA1 (gst-plugins-bad-1.4.0.tar.xz) = ccd014f90c3a0418a114e6ed4e73776c4392492e -RMD160 (gst-plugins-bad-1.4.0.tar.xz) = ad70d721d942de4bcb409289aec456a2922e6547 -Size (gst-plugins-bad-1.4.0.tar.xz) = 3797420 bytes +SHA1 (gst-plugins-bad-1.4.1.tar.xz) = 4e1fa40ee78443458d9a70f6d2f042872c461322 +RMD160 (gst-plugins-bad-1.4.1.tar.xz) = 363da4f3a12f87d78eca2d06a1d2bef18a25ddcf +Size (gst-plugins-bad-1.4.1.tar.xz) = 3797780 bytes SHA1 (patch-ac) = f83a2eb523f0af4f3b63df425123394354b92c64 SHA1 (patch-configure) = 8edd43af46ccc10802d4b789acec5af6e8ac8f37 |