diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/emms-player-simple.el | 3 |
1 files changed, 0 insertions, 3 deletions
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" |