projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6db4c1
)
it's nice to see the core's version when running apps
author
Thomas Vander Stichele
<thomas@apestaart.org>
Wed, 1 May 2002 14:58:22 +0000
(14:58 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Wed, 1 May 2002 14:58:22 +0000
(14:58 +0000)
Original commit message from CVS:
it's nice to see the core's version when running apps
gst/gst.c
patch
|
blob
|
history
diff --git
a/gst/gst.c
b/gst/gst.c
index
949c593
..
2e69147
100644
(file)
--- a/
gst/gst.c
+++ b/
gst/gst.c
@@
-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 ();