[Bug 773463] core(debug): hard to distinguish related log at multi-instance env

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Dec 7 14:54:04 UTC 2016


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

Thibault Saunier <tsaunier at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #341509|0                           |1
        is obsolete|                            |

--- Comment #12 from Thibault Saunier <tsaunier at gnome.org> ---
Created attachment 341558
  --> https://bugzilla.gnome.org/attachment.cgi?id=341558&action=edit
info: Give more control to use about how to print objects

Currently using GST_DEBUG_OBJECT only the name of the object is printed,
but in environments where many pipelines are running concurrently it
quickly becomes hard to follow what element that refers to as several
elements/pads can have the same name in those pipeline.

This patch adds 2 options to the 'GST_DEBUG_OPTIONS' env variable
"objects-path" and "objects-toplevel" which makes the debug system
print the full object path in the hierarchy or only its toplevel
bin.

---

I am now making sure no lock is taken in the normal case.

-- 
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