mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
it's nice to see the core's version when running apps
Original commit message from CVS: it's nice to see the core's version when running apps
This commit is contained in:
parent
c6db4c16aa
commit
4cebbc6821
1 changed files with 2 additions and 1 deletions
|
@ -278,7 +278,8 @@ init_post (void)
|
|||
llf = G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_ERROR | G_LOG_FLAG_FATAL;
|
||||
g_log_set_handler(g_log_domain_gstreamer, llf, debug_log_handler, NULL);
|
||||
|
||||
GST_INFO (GST_CAT_GST_INIT, "Initializing GStreamer Core Library");
|
||||
GST_INFO (GST_CAT_GST_INIT, "Initializing GStreamer Core Library version %s",
|
||||
GST_VERSION);
|
||||
|
||||
gst_object_get_type ();
|
||||
gst_pad_get_type ();
|
||||
|
|
Loading…
Reference in a new issue