diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2014-04-23 00:05:54 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-04-24 13:36:09 +0200 |
commit | 11484e516edf179cd08b711b27f9b2eba417a14d (patch) | |
tree | c7cd44cfcf63b71ead661d95884aa6398a252b06 | |
parent | 45b87a63418748569e7f0f3dc2a1f86d0b573f60 (diff) | |
download | buildroot-11484e516edf179cd08b711b27f9b2eba417a14d.tar.gz buildroot-11484e516edf179cd08b711b27f9b2eba417a14d.zip |
gst1-plugins-good: bump version
Bug reports fixed in this release:
* 725104 : qtdemux: reverse playback and video stream switching failure
* 722185 : souphttpsrc: racy " server does not support seeking " error
* 724619 : crash when reading the device name property of pulsesink
* 725124 : rtspsrc: Fix deadlock when task creation is no successful
* 725712 : rtpsession: Crash when RTCP FIR received with unknown SSRC
* 725860 : v4l2src: Fix using v4l2src with Hauppauge HDPVR video capture device
* 726777 : rtpjpegpay: payload size not correctly calculated
* 728017 : [regression]eos event could not be send out from gstrtpjitterbuffer.
* 728041 : rtph264depay: marks all output buffers as delta units when outputting avc format
* 724638 : aacparse : Missing resilience when no audio frame is found
* 727329 : check: souphttpsrc: unknown type name ‘SoupStatus’
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk index 2b7f032d24..2cf8ca8bcb 100644 --- a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk +++ b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk @@ -4,7 +4,7 @@ # ################################################################################ -GST1_PLUGINS_GOOD_VERSION = 1.2.3 +GST1_PLUGINS_GOOD_VERSION = 1.2.4 GST1_PLUGINS_GOOD_SOURCE = gst-plugins-good-$(GST1_PLUGINS_GOOD_VERSION).tar.xz GST1_PLUGINS_GOOD_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-good GST1_PLUGINS_GOOD_LICENSE_FILES = COPYING |