mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
Fixed a compileation error for GObject.
Original commit message from CVS: Fixed a compileation error for GObject.
This commit is contained in:
parent
6d868ae4fd
commit
2bf4898469
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ print_element_info (GstElementFactory *factory)
|
|||
printf("\n (%d): \t%s", values[j].value, values[j].value_nick);
|
||||
j++;
|
||||
}
|
||||
g_type_class_unref (ec);
|
||||
//g_type_class_unref (ec);
|
||||
}
|
||||
else
|
||||
printf("unknown %d", param->value_type);
|
||||
|
|
Loading…
Reference in a new issue