GNOME Bugzilla – Bug 639632
GST_TAG_APPLICATION_NAME not bound
Last modified: 2011-01-16 14:00:39 UTC
Seems GST_TAG_APPLICATION_NAME is not working as I get the following error trying to set it:
+ Trace 225545
taglist[gst.TAG_APPLICATION_NAME] = "Transmageddon"
Switching TAG_APPLICATION_NAME with 'TAG_COMMENT' works well though
commit 2f79198599a2325ef1be018ed02507f1f0069076 Author: Edward Hervey <bilboed@bilboed.com> Date: Sun Jan 16 14:58:37 2011 +0100 gstmodule: Add tags introduced in 0.10.31 Fixes #639632 commit dfb6a5b0999d73726073bd3cfeb45bd2089f1287 Author: Edward Hervey <bilboed@bilboed.com> Date: Sun Jan 16 14:55:26 2011 +0100 gstmodule: Use a macro to register tags Avoids human error when registering them (like USER_RATING previously being TRACK_PEAK).