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 777095 - isomp4: Don't spam debug log with knonw/padding atoms
isomp4: Don't spam debug log with knonw/padding atoms
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other All
: Normal normal
: 1.11.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-01-10 15:02 UTC by Edward Hervey
Modified: 2017-01-11 16:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
isomp4: Don't spam debug log with knonw/padding atoms (2.49 KB, patch)
2017-01-10 15:03 UTC, Edward Hervey
committed Details | Review

Description Edward Hervey 2017-01-10 15:02:58 UTC
See commit message
Comment 1 Edward Hervey 2017-01-10 15:03:02 UTC
Created attachment 343250 [details] [review]
isomp4: Don't spam debug log with knonw/padding atoms

Only output WARNING messages for atoms we don't know how to handle
instead of for padding/known atoms we don't need to do any processing
on
Comment 2 Sebastian Dröge (slomo) 2017-01-10 15:36:03 UTC
Comment on attachment 343250 [details] [review]
isomp4: Don't spam debug log with knonw/padding atoms

Sure go ahead
Comment 3 Tim-Philipp Müller 2017-01-10 15:40:12 UTC
Small typo in commit message :) (-> known)
Comment 4 Edward Hervey 2017-01-11 16:00:00 UTC
*sigh* and I committed it with the typo :(

commit 4a279f4499f28fb503d70c656ee5b456712056d9
Author: Edward Hervey <edward@centricular.com>
Date:   Tue Jan 10 16:01:35 2017 +0100

    isomp4: Don't spam debug log with knonw/padding atoms
    
    Only output WARNING messages for atoms we don't know how to handle
    instead of for padding/known atoms we don't need to do any processing
    on
    
    https://bugzilla.gnome.org/show_bug.cgi?id=777095