gst: ensure GStreamer initialization debug message is displayed
authorLuis de Bethencourt <luis.bg@samsung.com>
Sun, 2 Nov 2014 18:51:08 +0000 (18:51 +0000)
committerLuis de Bethencourt <luis.bg@samsung.com>
Sun, 2 Nov 2014 18:51:08 +0000 (18:51 +0000)
commit4c66d08d0870f631101de9dfd53844706373d6b5
tree2363de8dbc5c62709e2a2afb6ffd45e397cd71f8
parentc42b525848456cb5acf459152c926b328c2885e7
gst: ensure GStreamer initialization debug message is displayed

The GST_INFO ("initialized GStreamer succesfully") is currently at the end of
gst_init_check which isn't guaranteed to be run since GStreamer can be
initialized by using init_pre and init_post directly from GOptionContext like
gst-launch does. Ensure this message is displayed by moving it to init_post.
gst/gst.c