After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 782860 - validate: g_object_newv() is deprecated
validate: g_object_newv() is deprecated
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-devtools
unspecified
Other All
: Normal normal
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-05-20 10:40 UTC by Víctor Manuel Jáquez Leal
Modified: 2017-05-20 13:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
validate: g_object_newv() is deprecated (1.16 KB, patch)
2017-05-20 10:40 UTC, Víctor Manuel Jáquez Leal
committed Details | Review

Description Víctor Manuel Jáquez Leal 2017-05-20 10:40:24 UTC
Since glib version 2.54, g_object_newv() is deprecated.

This patch changes that function with a simpler g_object_new(),
since no properties are set.
Comment 1 Víctor Manuel Jáquez Leal 2017-05-20 10:40:29 UTC
Created attachment 352206 [details] [review]
validate: g_object_newv() is deprecated
Comment 2 Thibault Saunier 2017-05-20 12:32:42 UTC
Review of attachment 352206 [details] [review]:

OK
Comment 3 Thibault Saunier 2017-05-20 12:32:44 UTC
Review of attachment 352206 [details] [review]:

OK
Comment 4 Víctor Manuel Jáquez Leal 2017-05-20 12:41:32 UTC
Attachment 352206 [details] pushed as 29480d0 - validate: g_object_newv() is deprecated