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 599297 - [asfdemux] Doesn't populate video bitrate field
[asfdemux] Doesn't populate video bitrate field
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal enhancement
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 563297
 
 
Reported: 2009-10-22 13:14 UTC by Bastien Nocera
Modified: 2010-01-07 19:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2009-10-22 13:14:23 UTC
The nominal video bitrate of the stream should be populated so that front-ends
can show it.
Comment 1 Thiago Sousa Santos 2010-01-07 18:39:08 UTC
Apparently asf has no 'nominal-bitrate' indication, but this should do it.


Module: gst-plugins-ugly
Branch: master
Commit: db73c4337dbac61630f7f1e86883bfffaaab4861
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-ugly/commit/?id=db73c4337dbac61630f7f1e86883bfffaaab4861

Author: Thiago Santos <thiago.sousa.santos@collabora.co.uk>
Date:   Thu Jan  7 13:54:21 2010 -0300

asfdemux: Post bitrate tag

If stream bitrate object is available, post the bitrate
tags.

Fixes #599297