<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/4.6.6">
</HEAD>
<BODY>
Le jeudi 01 mai 2014 à 23:28 +0000, Thomas Green a écrit :<BR>
<BLOCKQUOTE TYPE=CITE>
I have an application with many pipelines and bins. How can I set the debugging to trace only the pipeline or bin that I'm interested in? If I, for example, set GST_DEBUG=appsrc:9, then I will get everything for every appsrc, when I'm only interested in the appsrc in a particular bin.<BR>
</BLOCKQUOTE>
What I do is store the log into a file, 2> gst.log, and then I use grep. There is also this tool to help width fancy filtering:<BR>
http://cgit.freedesktop.org/~cymacs/gst-debug-viewer/<BR>
<BR>
cheers,<BR>
Nicolas
</BODY>
</HTML>