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
60210e4e
Commit
60210e4e
authored
Dec 14, 2002
by
Wim Taymans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compile error cache->index
Original commit message from CVS: Fix compile error cache->index
parent
b5e99ede
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/gst-inspect.c
tools/gst-inspect.c
+1
-1
No files found.
tools/gst-inspect.c
View file @
60210e4e
...
...
@@ -590,7 +590,7 @@ print_element_info (GstElementFactory *factory)
}
g_print
(
"
\n
Caching capabilities:
\n
"
);
if
(
gst_element_is_
cach
able
(
element
))
{
if
(
gst_element_is_
index
able
(
element
))
{
g_print
(
" element can do caching
\n
"
);
}
else
{
...
...
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