[Bug 772921] debug log categories registered later can not be filtered for

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Dec 28 20:55:08 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=772921

Stefan Sauer (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|gstreamer-bugs at lists.freede |ensonic at sonicpulse.de
                   |sktop.org                   |

--- Comment #2 from Stefan Sauer (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> ---
Created attachment 342554
  --> https://bugzilla.gnome.org/attachment.cgi?id=342554&action=edit
re-eval GST_DEBUG env var for late categories

This become a little more complicated.

Repro:
GST_DEBUG="audio:5" gst-launch audiotestsrc num-buffers=2 ! audioresample !
autoaudiosink

after the patch you see the debug log messages. Since we use this pattern in 20
places, it is probably a good idea to fix it.

../gst-plugins-bad/gst-libs/gst/codecparsers/gstjpegparser.c
../gst-plugins-bad/gst-libs/gst/codecparsers/gstvc1parser.c
../gst-plugins-bad/gst-libs/gst/codecparsers/gstmpeg4parser.c
../gst-plugins-base/gst-libs/gst/video/video-info.c
../gst-plugins-base/gst-libs/gst/video/video-color.c
../gst-plugins-base/gst-libs/gst/video/video-resampler.c
../gst-plugins-base/gst-libs/gst/video/video-converter.c
../gst-plugins-base/gst-libs/gst/video/gstvideometa.c
../gst-plugins-base/gst-libs/gst/video/video-overlay-composition.c
../gst-plugins-base/gst-libs/gst/video/video-blend.c
../gst-plugins-base/gst-libs/gst/video/video-chroma.c
../gst-plugins-base/gst-libs/gst/video/video-scaler.c
../gst-plugins-base/gst-libs/gst/audio/audio-channels.c
../gst-plugins-base/gst-libs/gst/audio/audio-channel-mixer.c
../gst-plugins-base/gst-libs/gst/audio/audio-converter.c
../gst-plugins-base/gst-libs/gst/audio/audio.c
../gst-plugins-base/gst-libs/gst/audio/audio-info.c
../gst-plugins-base/gst-libs/gst/tag/licenses.c
../gst-plugins-base/gst-libs/gst/tag/lang.c
../gst-plugins-base/gst-libs/gst/tag/id3v2.c

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list