diff options
author | jmmv <jmmv> | 2006-03-12 12:42:05 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2006-03-12 12:42:05 +0000 |
commit | 576d0fd28f852c8b17798e81b2c681be8bab2da8 (patch) | |
tree | 2e6622e0f462de490eece6924a0ff488214b443b /multimedia | |
parent | 38f94202daa3ad35160b2c67601799d24d81d16e (diff) | |
download | pkgsrc-576d0fd28f852c8b17798e81b2c681be8bab2da8.tar.gz |
Update gst-plugins-0.10-base and packages based on this one to 0.10.4:
Changes since 0.10.3:
* (Experimental) QoS support
* oggmuxer now creates 100% valid streams for Theora, Vorbis and Speex
* documentation updates
* better support for subtitles (seeking)
Bugs fixed since 0.10.3:
* 310202 : [subtitles] < i > < /i > tags and others should be supported i...
* 312439 : XVideo output doesn't work on remote displays (probably r...
* 321271 : audio output is truncated at EOS
* 321650 : Can't decode this ogm file
* 325732 : [oggdemux] problem when seeking to time less than 4s with...
* 325972 : [typefinding] doesn't recognise this mp3
* 326720 : [alsasink] doesn't support more than 2 channels anymore
* 330711 : [ffmpegcolorspace] problems with palettized RGB (fencount...
* 330789 : gstbaseaudiosink causes noise on seeking
* 330888 : Fix build with gcc 2.95 (again)
* 331295 : gnomevfssink doesn't respect umask when creating files
* 331526 : 3GP type detection is too simple
* 331678 : Decodebin is not reusable within a single pipeline (as in...
* 331690 : playbin won't play my last.fm stream
* 331763 : [alsamixer] unmute sets the volume to 100%
* 331765 : [alsamixer] mixer applet slider doesn't want to move from...
* 331903 : [videorate] doesnt handle input caps of framerate=0/1 sanely
* 332778 : [ogmparse] " Already an existing pad " WARNING
* 332964 : random crashes in mp3_type_find
* 333254 : theora encoder does not set IN_CAPS flag properly
* 333352 : [gnomevfssink] reports disk full as generic error
* 333488 : Allow for palette < 256 colours in AVI files
* 333510 : [PATCH] Fix gst_pad_new_from_template (gst_static_pad_tem...
* 333545 : [riff] set depth on wma caps to make asfdemux and pitfdll...
* 333663 : [patch] unref the result of gst_pad_get_parent
* 333900 : [typefind] cannot play a particular mp3 file
* 334112 : variable not initialized
* 334129 : Disable frame dropping for now
* 317038 : use default channel layout if none is specified in multic...
* 319340 : [cdparanoia] uncorrected-error signal never fired
API added since 0.10.3:
* GstTextOverlay::halignment
* GstTextOverlay::valignment
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins0.10-base/distinfo | 8 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-base/plugins.mk | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/gst-plugins0.10-base/distinfo b/multimedia/gst-plugins0.10-base/distinfo index d9c7f9191dd..f63d996c849 100644 --- a/multimedia/gst-plugins0.10-base/distinfo +++ b/multimedia/gst-plugins0.10-base/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2006/02/13 19:19:44 wiz Exp $ +$NetBSD: distinfo,v 1.5 2006/03/12 12:42:05 jmmv Exp $ -SHA1 (gst-plugins-base-0.10.3.tar.bz2) = 1ca536d0b66534ff6435745b4f88f44588ea6332 -RMD160 (gst-plugins-base-0.10.3.tar.bz2) = 0c0d51124407c2fb08fe6dd89dab649ad6c70369 -Size (gst-plugins-base-0.10.3.tar.bz2) = 1082763 bytes +SHA1 (gst-plugins-base-0.10.4.tar.bz2) = 1874bfc701f75ff859615c6b6e5b65c50df6f53a +RMD160 (gst-plugins-base-0.10.4.tar.bz2) = da837968b10a130dbeaa1953a3ad9f27586ba683 +Size (gst-plugins-base-0.10.4.tar.bz2) = 1097817 bytes SHA1 (patch-ab) = 94492cdfab49737e419b39c11b65d76f9bee2e3b diff --git a/multimedia/gst-plugins0.10-base/plugins.mk b/multimedia/gst-plugins0.10-base/plugins.mk index 6a5b51e4592..9b72a4f9135 100644 --- a/multimedia/gst-plugins0.10-base/plugins.mk +++ b/multimedia/gst-plugins0.10-base/plugins.mk @@ -1,4 +1,4 @@ -# $NetBSD: plugins.mk,v 1.3 2006/02/13 19:19:44 wiz Exp $ +# $NetBSD: plugins.mk,v 1.4 2006/03/12 12:42:05 jmmv Exp $ # # This file is shared across the gst-plugins-{base,good} packages to # simplify their code. It provides a framework to write simple packages @@ -6,7 +6,7 @@ # this file, but use the correct Makefile.common instead. # -DISTNAME?= gst-plugins-${GST_PLUGINS0.10_TYPE}-0.10.3 +DISTNAME?= gst-plugins-${GST_PLUGINS0.10_TYPE}-0.10.4 PKGNAME= ${DISTNAME:S/plugins/plugins0.10/} CATEGORIES= multimedia gnome MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-${GST_PLUGINS0.10_TYPE}/ |