diff options
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | gst-wrapper | 3 | ||||
-rw-r--r-- | lisp/emms-player-simple.el | 3 |
3 files changed, 1 insertions, 6 deletions
@@ -1,5 +1,6 @@ News since version 3.0: + - Drop support for emms-player-gstreamer. - emms-player-mplayer: Remove codes for loading movie subtitles automatically by emms, since mplayer has an option(`sub-fuzziness') controlling that. diff --git a/gst-wrapper b/gst-wrapper deleted file mode 100755 index c9df7b7..0000000 --- a/gst-wrapper +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -exec gst-launch filesrc location="$2" ! spider ! $1 diff --git a/lisp/emms-player-simple.el b/lisp/emms-player-simple.el index eb37e54..d0242ea 100644 --- a/lisp/emms-player-simple.el +++ b/lisp/emms-player-simple.el @@ -172,9 +172,6 @@ PLAYER is the name of the current player." (define-emms-simple-player playsound '(file) (emms-player-simple-regexp "wav") "playsound") -(define-emms-simple-player gstreamer '(file) - (emms-player-simple-regexp "mp3" "ogg" "mod" "flac" "xm" "it" "ft") - "gst-wrapper" "alsasink") (define-emms-simple-player mikmod '(file) (emms-player-simple-regexp "669" "amf" "dsm" "far" "gdm" "it" "imf" "mod" "med" "mtm" "okt" "s3m" |