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 584988 - API: add gst_tag_list_to_pretty_string() and use it for logging taglists
API: add gst_tag_list_to_pretty_string() and use it for logging taglists
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-06 10:19 UTC by Tim-Philipp Müller
Modified: 2009-06-08 19:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
adds gst_tag_list_to_pretty_string() (4.65 KB, patch)
2009-06-06 10:19 UTC, Tim-Philipp Müller
none Details | Review

Description Tim-Philipp Müller 2009-06-06 10:19:02 UTC
I would like to add the following function and use it for logging taglists in the debug output, since debug logs with huge images are completely unreadable.

I don't mind if it's public API or not, but it might as well be. Opinions?
Comment 1 Tim-Philipp Müller 2009-06-06 10:19:42 UTC
Created attachment 136051 [details] [review]
adds gst_tag_list_to_pretty_string()
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2009-06-07 21:08:16 UTC
I like the idea, but would the same not also be useful for caps (codec data).
Comment 3 Tim-Philipp Müller 2009-06-08 19:39:05 UTC
Dunno, haven't seen codec data that's so long that it's really bothersome. Even the ogg streaminfo buffer arrays tend to be fairly short. Easy to add if someone ever feelds like it.

I think I'll keep this internal for now instead of adding API.