mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-24 06:56:26 +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);
|
printf("\n (%d): \t%s", values[j].value, values[j].value_nick);
|
||||||
j++;
|
j++;
|
||||||
}
|
}
|
||||||
g_type_class_unref (ec);
|
//g_type_class_unref (ec);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
printf("unknown %d", param->value_type);
|
printf("unknown %d", param->value_type);
|
||||||
|
|
Loading…
Reference in a new issue