mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
Fix g_print too
Original commit message from CVS: Fix g_print too
This commit is contained in:
parent
60210e4ede
commit
840056aded
1 changed files with 2 additions and 2 deletions
|
@ -589,9 +589,9 @@ print_element_info (GstElementFactory *factory)
|
|||
g_print (" none\n");
|
||||
}
|
||||
|
||||
g_print ("\nCaching capabilities:\n");
|
||||
g_print ("\nIndexing capabilities:\n");
|
||||
if (gst_element_is_indexable (element)) {
|
||||
g_print (" element can do caching\n");
|
||||
g_print (" element can do indexing\n");
|
||||
}
|
||||
else {
|
||||
g_print (" none\n");
|
||||
|
|
Loading…
Reference in a new issue