Skip to content
  • Luis de Bethencourt's avatar
    gst: ensure GStreamer initialization debug message is displayed · 4c66d08d
    Luis de Bethencourt authored
    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.
    4c66d08d