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 697834 - mpegpsdemux: decrease logging priority for repeating messages
mpegpsdemux: decrease logging priority for repeating messages
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal normal
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-04-11 20:17 UTC by Matej Knopp
Modified: 2013-04-11 23:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (5.45 KB, patch)
2013-04-11 20:17 UTC, Matej Knopp
committed Details | Review

Description Matej Knopp 2013-04-11 20:17:25 UTC
Otherwise messages like segment start are drowned in the output.
Comment 1 Matej Knopp 2013-04-11 20:17:46 UTC
Created attachment 241301 [details] [review]
Patch
Comment 2 Tim-Philipp Müller 2013-04-11 23:19:57 UTC
Fair enough, thanks:

 commit 13ac73bef40355c3b61b451d916b31d929907530
 Author: Matej Knopp <matej.knopp@gmail.com>
 Date:   Thu Apr 11 22:15:07 2013 +0200

    mpegdemux: decrease log priority for repeating messages
    
    https://bugzilla.gnome.org/show_bug.cgi?id=697834


For what it's worth, personally I tend to promote more messages to INFO rank, for the 'setup' info that only happens once per segment or cycle or so.