dump log to file?

Josh Doe josh at joshdoe.com
Fri Feb 22 08:10:32 PST 2013


On Wed, Feb 20, 2013 at 4:50 AM, Raju <raju.babannavar at gmail.com> wrote:

> Hi,
>
> I want to dump the gstreamer log information to a file. I know one way of
> doing it. I can set log file path using env variable GST_DEBUG_FILE, then
> the log details will be dumped to the file. Is there any way to set the log
> file?
>            I want to have different log file to dump my component log
> details and different log file to dump gstreamer log details and different
> log file to dump gstreamer plugin log details. How can I do this? How can I
> set different log files to different components to dump log details.?
> Thanks
> in advance.
>

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:
http://cgit.freedesktop.org/~cymacs/gst-debug-viewer/

-Josh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130222/daf370c0/attachment.html>


More information about the gstreamer-devel mailing list