[gst-devel] [gst-cvs] tpm gstreamer: gstreamer/ gstreamer/gst/
David Schleef
ds at schleef.org
Wed Nov 7 23:17:37 CET 2007
On Tue, Nov 06, 2007 at 09:49:07PM +0200, Stefan Kost wrote:
> hi again,
>
> tpm at kemper.freedesktop.org schrieb:
> > CVS Root: /cvs/gstreamer
> > Module: gstreamer
> > Changes by: tpm
> > Date: Tue Nov 06 2007 15:10:50 UTC
> >
> > Log message:
> > * gst/gst.c: (_gst_disable_segtrap):
> > Make _gst_disable_segtrap static, it's only used in gstplugin.c and
> > we can use gst_segtrap_is_enabled() there now that we have that API.
> > Move _gst_debug_dump_dot_dir into gstdebugutils.c, there's no reason
> > to do the getenv here (and export the variable).
> hmm, I don't think we want to call getenv each time we dump a graph?
getenv() is cheap. It also has the side effect of being able to
control the behavior from the application by using setenv().
dave...
More information about the gstreamer-devel
mailing list