mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
fixed the segfault
Original commit message from CVS: fixed the segfault
This commit is contained in:
parent
2a1f2f4424
commit
70d57d84b1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue