mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Fix compile error cache->index
Original commit message from CVS: Fix compile error cache->index
This commit is contained in:
parent
b5e99edea9
commit
60210e4ede
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@ print_element_info (GstElementFactory *factory)
|
|||
}
|
||||
|
||||
g_print ("\nCaching capabilities:\n");
|
||||
if (gst_element_is_cachable (element)) {
|
||||
if (gst_element_is_indexable (element)) {
|
||||
g_print (" element can do caching\n");
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue