After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 639632 - GST_TAG_APPLICATION_NAME not bound
GST_TAG_APPLICATION_NAME not bound
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal normal
: 0.10.21
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-01-15 23:28 UTC by Christian Fredrik Kalager Schaller
Modified: 2011-01-16 14:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2011-01-15 23:28:50 UTC
Seems GST_TAG_APPLICATION_NAME is not working as I get the following error 
trying to set it:
  • File "test.py", line 34 in __init__
    taglist[gst.TAG_APPLICATION_NAME] = "Transmageddon"
AttributeError: 'module' object has no attribute 'TAG_APPLICATION_NAME'

Switching TAG_APPLICATION_NAME with 'TAG_COMMENT' works well though
Comment 1 Edward Hervey 2011-01-16 14:00:39 UTC
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).