GNOME Bugzilla – Bug 667302
priv_gst_dump_dot_dir should be static, not extern
Last modified: 2012-02-04 15:25:51 UTC
Created attachment 204620 [details] [review] patch .
Comment on attachment 204620 [details] [review] patch Don't think this is right: tpm@zingle:~/gst/releases/gstreamer/gst$ git grep priv_gst_dump_dot_dir gst.c:extern const gchar *priv_gst_dump_dot_dir; gst.c: priv_gst_dump_dot_dir = g_getenv ("GST_DEBUG_DUMP_DOT_DIR"); gstdebugutils.c:const gchar *priv_gst_dump_dot_dir; /* NULL *//* set from gst.c */ gstdebugutils.c: if (G_LIKELY (priv_gst_dump_dot_dir == NULL)) gstdebugutils.c: priv_gst_dump_dot_dir, file_name);
One month without response, closing. Please re-open if there's still an issue.