[transmageddon] fix the tag setting code to actually work



commit 192e49dbac0e989b095dbe64fcf47d8e12e36d14
Author: Christian Fredrik Kalager Schaller <uraeus linuxrisin org>
Date:   Wed Sep 12 11:47:14 2012 +0200

    fix the tag setting code to actually work

 src/transcoder_engine.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/transcoder_engine.py b/src/transcoder_engine.py
index 0928989..49a2cb7 100644
--- a/src/transcoder_engine.py
+++ b/src/transcoder_engine.py
@@ -409,7 +409,7 @@ class Transcoder(GObject.GObject):
            # print str(name) + " got GstTagSetter Interface " +str(tagyes)
            if tagyes ==True:
                taglist=Gst.TagList.new_empty()
-               # Gst.TagList.add_value(taglist, Gst.TAG_MERGE_APPEND, Gst.TAG_APPLICATION_NAME], "Transmageddon transcoder"
+               # Gst.TagList.add_value(taglist, Gst.TagMergeMode.APPEND, Gst.TAG_APPLICATION_NAME, "Transmageddon transcoder"
                # tag_setting_element.merge_tags(taglist, Gst.TAG_MERGE_APPEND)
 
    def Pipeline (self, state):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]