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 641857 - baseparse: Update min/max bitrate before first posting them
baseparse: Update min/max bitrate before first posting them
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other All
: Normal normal
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-02-08 18:18 UTC by Arun Raghavan
Modified: 2011-02-09 17:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
baseparse: Update min/max bitrate before first posting them (1.83 KB, patch)
2011-02-08 18:18 UTC, Arun Raghavan
committed Details | Review

Description Arun Raghavan 2011-02-08 18:18:28 UTC
Minor fix to avoid incorrect tags at the start of a stream.
Comment 1 Arun Raghavan 2011-02-08 18:18:31 UTC
Created attachment 180403 [details] [review]
baseparse: Update min/max bitrate before first posting them

This avoids posting an initial min-bitrate of G_UINTMAX and max-bitrate
of 0.
Comment 2 Mark Nauwelaerts 2011-02-09 17:33:46 UTC
commit 3f683e02887f39675c814c1e418dd4e3beb9bc1d
Author: Arun Raghavan <arun.raghavan@collabora.co.uk>
Date:   Tue Feb 8 23:39:24 2011 +0530

    baseparse: Update min/max bitrate before first posting them
    
    This avoids posting an initial min-bitrate of G_UINTMAX and max-bitrate
    of 0.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641857