mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
tests: port
This commit is contained in:
parent
6b59788bb1
commit
7161b28427
1 changed files with 2 additions and 2 deletions
|
@ -403,8 +403,8 @@ gst_element_print_properties (GstElement * element)
|
||||||
pfraction->def_num, pfraction->def_den);
|
pfraction->def_num, pfraction->def_den);
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (GST_IS_PARAM_SPEC_MINI_OBJECT (param)) {
|
else if (G_IS_PARAM_SPEC_BOXED (param)) {
|
||||||
g_print ("%-*.*s | MiniObject of type \"%s\"",
|
g_print ("%-*.*s | Boxed of type \"%s\"",
|
||||||
c3w, c3w,
|
c3w, c3w,
|
||||||
g_type_name (param->value_type), g_type_name (param->value_type));
|
g_type_name (param->value_type), g_type_name (param->value_type));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue