<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Feb 20, 2013 at 4:50 AM, Raju <span dir="ltr"><<a href="mailto:raju.babannavar@gmail.com" target="_blank">raju.babannavar@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
I want to dump the gstreamer log information to a file. I know one way of<br>
doing it. I can set log file path using env variable GST_DEBUG_FILE, then<br>
the log details will be dumped to the file. Is there any way to set the log<br>
file?<br>
           I want to have different log file to dump my component log<br>
details and different log file to dump gstreamer log details and different<br>
log file to dump gstreamer plugin log details. How can I do this? How can I<br>
set different log files to different components to dump log details.? Thanks<br>
in advance.<br></blockquote><div><br></div><div>I don't believe this is possible, though you could write a script which would do this for you. I usually just redirect to a file using 2>. Also, check out gst-debug-viewer, though I haven't done so myself yet:<br>

<a href="http://cgit.freedesktop.org/~cymacs/gst-debug-viewer/">http://cgit.freedesktop.org/~cymacs/gst-debug-viewer/</a><br><br></div><div>-Josh <br></div></div></div></div>