mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
output cosmetic fix
Original commit message from CVS: output cosmetic fix
This commit is contained in:
parent
981cf4d212
commit
be48dec0a8
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ print_props (gpointer data, gpointer user_data)
|
|||
GstPropsEntry *entry = (GstPropsEntry *)data;
|
||||
GstElement *element = GST_ELEMENT (user_data);
|
||||
|
||||
g_print ("%s: %s :", gst_element_get_name (element),
|
||||
g_print ("%s: %s: ", gst_element_get_name (element),
|
||||
g_quark_to_string (entry->propid));
|
||||
switch (entry->propstype) {
|
||||
case GST_PROPS_INT_ID:
|
||||
|
|
Loading…
Reference in a new issue