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 599300 - [qtdemux] Doesn't populate video bitrate field
[qtdemux] Doesn't populate video bitrate field
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 0.10.18
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 563297
 
 
Reported: 2009-10-22 13:21 UTC by Bastien Nocera
Modified: 2009-12-31 18:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
qtdemux: Add tags for average and maximum bitrate (1.07 KB, patch)
2009-12-30 08:58 UTC, Arun Raghavan
none Details | Review

Description Bastien Nocera 2009-10-22 13:21:07 UTC
The nominal video bitrate field of the stream should be populated so that front-ends
can show it.
Comment 1 Arun Raghavan 2009-12-30 08:58:12 UTC
Created attachment 150567 [details] [review]
qtdemux: Add tags for average and maximum bitrate

Here's a simple patch to pick up the average and maximum bitrates from the stream header.
Comment 2 Tim-Philipp Müller 2009-12-31 18:27:04 UTC
Committed with some minor changes, thanks:

commit e9f9164fb6b81de8d1f511fe3f609a5e550c4cc8
Author: Arun Raghavan <arun.raghavan@collabora.co.uk>
Date:   Wed Dec 30 14:14:55 2009 +0530

    qtdemux: Add tags for average and maximum bitrate
    
    Fixes #599300.