mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
trivial whitespace fix
Original commit message from CVS: trivial whitespace fix
This commit is contained in:
parent
731b554fd8
commit
709335af3f
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ print_element_info (GstElementFactory *factory)
|
||||||
g_print ("Factory Details:\n");
|
g_print ("Factory Details:\n");
|
||||||
g_print (" Long name:\t%s\n", factory->details->longname);
|
g_print (" Long name:\t%s\n", factory->details->longname);
|
||||||
g_print (" Class:\t%s\n", factory->details->klass);
|
g_print (" Class:\t%s\n", factory->details->klass);
|
||||||
g_print (" License:\t%s\n", factory->details->license);
|
g_print (" License:\t%s\n", factory->details->license);
|
||||||
g_print (" Description:\t%s\n", factory->details->description);
|
g_print (" Description:\t%s\n", factory->details->description);
|
||||||
g_print (" Version:\t%s\n", factory->details->version);
|
g_print (" Version:\t%s\n", factory->details->version);
|
||||||
g_print (" Author(s):\t%s\n", factory->details->author);
|
g_print (" Author(s):\t%s\n", factory->details->author);
|
||||||
|
|
Loading…
Reference in a new issue