On Thu, 2012-02-23 at 20:51 +0200, Χρήστος Τριανταφύλλης wrote: > it works but the result is <GstTagList at 0x9fbf138> > how i can make it into a list? Something like this should print the tags: for tag_name in tags.keys(): print tag_name, ' = ', tags[tag_name] Cheers -Tim