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 668568 - vorbisenc: trace outgoing timestamps
vorbisenc: trace outgoing timestamps
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-01-24 12:18 UTC by Oleksij Rempel
Modified: 2012-03-14 14:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch v1 (890 bytes, patch)
2012-01-24 12:18 UTC, Oleksij Rempel
none Details | Review

Description Oleksij Rempel 2012-01-24 12:18:15 UTC
Created attachment 205964 [details] [review]
patch v1

add info level prints for outgoing timestamps.
Comment 1 Tim-Philipp Müller 2012-01-24 12:30:26 UTC
There is already logging for this in the encoder base class. And again, it should be LOG or TRACE level.
Comment 2 Oleksij Rempel 2012-01-24 14:47:12 UTC
this is why i asked about format and log level today on irc.

The reason why i put it on info level is because it almost unused by elements. The fact of mixing  timistamp trace with other debug info make it hard fix ts-related problems.

Elements like encodebin or comarabin make it even more harder. I would really happy to see special loglevel for timestamps only.