mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-04 22:48:54 +00:00
remove unnecessary g_print
This commit is contained in:
parent
9e0ece675a
commit
158a9b418e
1 changed files with 0 additions and 2 deletions
|
@ -331,8 +331,6 @@ print_transition_list (void)
|
|||
|
||||
smpte_class = G_ENUM_CLASS (g_type_class_ref (pspec->value_type));
|
||||
|
||||
g_print ("%p %d\n", smpte_class, smpte_class->n_values);
|
||||
|
||||
for (v = smpte_class->values; v->value != 0; v++) {
|
||||
g_print ("%s\n", v->value_nick);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue