Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GStreamer
gstreamer
Commits
143f30bf
Commit
143f30bf
authored
Apr 18, 2012
by
LRN
Committed by
Sebastian Dröge
Jul 18, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
info: Cut down src file names for MinGW too
Fixes #674320
parent
22826788
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gst/gstinfo.c
gst/gstinfo.c
+2
-2
No files found.
gst/gstinfo.c
View file @
143f30bf
...
...
@@ -438,7 +438,7 @@ gst_debug_log (GstDebugCategory * category, GstDebugLevel level,
va_end
(
var_args
);
}
#ifdef
_MSC_VER
#ifdef
G_OS_WIN32
/* based on g_basename(), which we can't use because it was deprecated */
static
inline
const
gchar
*
gst_path_basename
(
const
gchar
*
file_name
)
...
...
@@ -494,7 +494,7 @@ gst_debug_log_valist (GstDebugCategory * category, GstDebugLevel level,
/* The predefined macro __FILE__ is always the exact path given to the
* compiler with MSVC, which may or may not be the basename. We work
* around it at runtime to improve the readability. */
#ifdef
_MSC_VER
#ifdef
G_OS_WIN32
file
=
gst_path_basename
(
file
);
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment