From 1c1d1c954e10e31b39acb575043948f8c3acc82e Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 6 Dec 2012 17:49:32 +0000 Subject: [PATCH] add FIXME --- morituri/common/encode.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/morituri/common/encode.py b/morituri/common/encode.py index 7c4e2c6..dba0eb1 100644 --- a/morituri/common/encode.py +++ b/morituri/common/encode.py @@ -364,6 +364,8 @@ class TagWriteTask(ctask.LoggableTask): # here to avoid import gst eating our options import gst + # FIXME: this hardcodes flac; we should be using the correct + # tag element instead self._pipeline = gst.parse_launch(''' filesrc location="%s" ! flactag name=tagger !