nettimeprovider: Use GInitable instead of having a new() function that can return...
authorSebastian Dröge <sebastian@centricular.com>
Mon, 4 Jan 2016 08:39:27 +0000 (10:39 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 4 Jan 2016 08:40:35 +0000 (10:40 +0200)
commit23abc425d4b63005adf224ab975f6904fa693040
treebc9753949fb6e16139e413c7a4f05b7babf18bba
parent5dc8cea6f4c3cf30b3c668310cc2ce4f69698b13
nettimeprovider: Use GInitable instead of having a new() function that can return NULL

Bindings don't like that much and as we're using GIO here anyway we can as
well use GInitable for possibly failing initialization.
libs/gst/net/gstnettimeprovider.c