diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-11-03 22:01:15 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-11-03 22:06:30 +0800 |
commit | a64e5d451b2aef2a36a92a0b6ed626cb29169def (patch) | |
tree | e6d0a879aec1bd60ad2d9d8924d42f462ebb0b0d /gnu | |
parent | 7bc36f8d96fb40a449c405a29ecdceb69a658132 (diff) | |
download | patches-a64e5d451b2aef2a36a92a0b6ed626cb29169def.tar patches-a64e5d451b2aef2a36a92a0b6ed626cb29169def.tar.gz |
gnu: gst-plugins-good: Update to 1.6.1.
* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.6.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gstreamer.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 619a63f934..2ef22f51ed 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -184,7 +184,7 @@ for the GStreamer multimedia library.") (define-public gst-plugins-good (package (name "gst-plugins-good") - (version "1.4.5") + (version "1.6.1") (source (origin (method url-fetch) @@ -193,7 +193,7 @@ for the GStreamer multimedia library.") version ".tar.xz")) (sha256 (base32 - "0hg6qzdpib9nwn3hdxv0d4rvivi1c4bmxsq2a9hqmamwyzrvbcbr")))) + "0darc3058kbnql3mnlpizl0sq0hhli7vkm0rpqb7nywz14abim46")))) (build-system gnu-build-system) (inputs `(("aalib" ,aalib) @@ -227,7 +227,7 @@ for the GStreamer multimedia library.") 'unpack 'disable-failing-rtprtx-tests (lambda _ ;; Disable rtprtx tests that frequently fail. - ;; XXX FIXME: Try removing this for version > 1.4.5. + ;; XXX FIXME: Try removing this for version > 1.6.1. (substitute* "tests/check/elements/rtprtx.c" (("tcase_add_test \\(tc_chain,\ (test_rtxsender_max_size_packets|test_rtxreceive_data_reconstruction)\\);" all) |