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 519721 - [asfdemux] wma tags are not copied when converting to another format
[asfdemux] wma tags are not copied when converting to another format
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.19
Other All
: Normal normal
: 0.10.13
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-03-01 12:34 UTC by Gautier Portet
Modified: 2009-06-23 01:22 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Gautier Portet 2008-03-01 12:34:05 UTC
Please describe the problem:
This is the little brother of  #518933:

The tags from a wma file are lost when converting.

I tried the following command:

gst-launch-0.10 -t filesrc location=test.wma ! decodebin ! audioconvert !
vorbisenc ! oggmux ! filesink location=test.ogg

The resulting Ogg Vorbis file doesn't contains tags at all.
The source wma does have tags.
The -t option does print correct tags.
The output format doesn't matter, it's also broken when converting to flac or
mp3.


Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Tim-Philipp Müller 2009-06-23 01:22:43 UTC
Thanks for the bug report. This should fix it:

 commit 6ec0b619803ec51599e6a1cbb16fbd525b5bda6a
 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
 Date:   Tue Jun 23 02:14:00 2009 +0100

    asfdemux: post tags only after we've created our source pads
    
    Post global tags only after we've added our source pads, so that
    tag events get sent downstream in addition to tag messages posted
    on the bus. This makes sure tags can be picked up automatically
    when transcoding, but also by tagreadbin/playbin2. Fixes #519721.
    
    While we're at it, also add a container-format tag.