After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 667302 - priv_gst_dump_dot_dir should be static, not extern
priv_gst_dump_dot_dir should be static, not extern
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-01-04 20:13 UTC by Håvard Graff (hgr)
Modified: 2012-02-04 15:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (643 bytes, patch)
2012-01-04 20:13 UTC, Håvard Graff (hgr)
rejected Details | Review

Description Håvard Graff (hgr) 2012-01-04 20:13:18 UTC
Created attachment 204620 [details] [review]
patch

.
Comment 1 Tim-Philipp Müller 2012-01-04 22:59:53 UTC
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);
Comment 2 Tim-Philipp Müller 2012-02-04 15:25:51 UTC
One month without response, closing. Please re-open if there's still an issue.