diff options
author | Erik Walthinsen <omega@temple-baptist.org> | 2001-01-01 02:34:49 +0000 |
---|---|---|
committer | Erik Walthinsen <omega@temple-baptist.org> | 2001-01-01 02:34:49 +0000 |
commit | 70d57d84b164e48681ea601edc40fce922982b04 (patch) | |
tree | 5f075964a49b0bb1bfcb3a14fe26d746b7a6aa7c /gst/gstcpu.c | |
parent | 2a1f2f442426c0fa7f4af418a818d13c97efa15f (diff) |
fixed the segfault
Original commit message from CVS:
fixed the segfault
Diffstat (limited to 'gst/gstcpu.c')
-rw-r--r-- | gst/gstcpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstcpu.c b/gst/gstcpu.c index 9ccba53a5..9d092b0a9 100644 --- a/gst/gstcpu.c +++ b/gst/gstcpu.c @@ -69,7 +69,7 @@ _gst_cpu_initialize (void) featurelist = stringcat(featurelist,"NONE"); } - INFO(GST_INFO_GST_INIT, "CPU features: %s",featurelist); + GST_INFO (GST_INFO_GST_INIT, "CPU features: %s",featurelist); } GstCPUFlags |