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 699586 - asfdemux: Audio bitrate of WMA files not accessible via gst_discoverer_audio_info_get_bitrate()
asfdemux: Audio bitrate of WMA files not accessible via gst_discoverer_audio_...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal normal
: 1.6.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
1.6.4
Depends on:
Blocks:
 
 
Reported: 2013-05-03 14:10 UTC by Jens Georg
Modified: 2016-04-14 17:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jens Georg 2013-05-03 14:10:38 UTC
The bitrate is in the caps, though:

gst-discoverer-1.0 -v ~/Source/gupnp-dlna/tests/media/strict/audio/NiN_Ghosts_I_1_BASE.wma
Analyzing file:///home/jens/Source/gupnp-dlna/tests/media/strict/audio/NiN_Ghosts_I_1_BASE.wma
Done discovering file:///home/jens/Source/gupnp-dlna/tests/media/strict/audio/NiN_Ghosts_I_1_BASE.wma

Topology:
  container: video/x-ms-asf
    audio: audio/x-wma, wmaversion=(int)2, bitrate=(int)64000, depth=(int)16, rate=(int)44100, channels=(int)2, block_align=(int)2973, codec_data=(buffer)008800000f0000000000
      Codec:
        audio/x-wma, wmaversion=(int)2, bitrate=(int)64000, depth=(int)16, rate=(int)44100, channels=(int)2, block_align=(int)2973, codec_data=(buffer)008800000f0000000000
      Additional info:
        None
      Language: de
      Channels: 2
      Sample rate: 44100
      Depth: 16
      Bitrate: 0
      Max bitrate: 0
      Tags:
        taglist, container-format=(string)ASF, audio-codec=(string)"WMA\ Version\ 8", language-code=(string)de;
      

Properties:
  Duration: 0:00:30.243000000
  Seekable: yes
  Tags: 
      container format: ASF
      audio codec: WMA Version 8
      language code: de

Sample file is at https://git.gnome.org/browse/gupnp-dlna-media/tree/strict/audio/NiN_Ghosts_I_1_BASE.wma
Comment 1 Edward Hervey 2016-02-22 08:10:53 UTC
Still fails in master
Comment 2 Tim-Philipp Müller 2016-02-22 22:11:11 UTC
commit 62f5601723fec6f4ce01f3f2b1a1374812c8371f
Author: Tim-Philipp Müller <tim@centricular.com>
Date:   Mon Feb 22 22:08:12 2016 +0000

    asfdemux: fix adding bitrate to stream tags
    
    https://bugzilla.gnome.org/show_bug.cgi?id=699586
Comment 3 Tim-Philipp Müller 2016-02-22 22:13:50 UTC
Picked into 1.6 as well.