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
luzpaz
gstreamer
Commits
840056ad
Commit
840056ad
authored
Dec 14, 2002
by
Wim Taymans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix g_print too
Original commit message from CVS: Fix g_print too
parent
60210e4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tools/gst-inspect.c
tools/gst-inspect.c
+2
-2
No files found.
tools/gst-inspect.c
View file @
840056ad
...
...
@@ -589,9 +589,9 @@ print_element_info (GstElementFactory *factory)
g_print
(
" none
\n
"
);
}
g_print
(
"
\n
Cach
ing capabilities:
\n
"
);
g_print
(
"
\n
Index
ing capabilities:
\n
"
);
if
(
gst_element_is_indexable
(
element
))
{
g_print
(
" element can do
cach
ing
\n
"
);
g_print
(
" element can do
index
ing
\n
"
);
}
else
{
g_print
(
" none
\n
"
);
...
...
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