rpicamsrc: webrtc example: Set the locale
authorJan Schmidt <jan@centricular.com>
Thu, 21 Jun 2018 10:33:03 +0000 (20:33 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 10 Jul 2020 15:46:24 +0000 (16:46 +0100)
Make the date format in the overlay respect the current
locale

tests/examples/rpicamsrc/webrtc-unidirectional-h264.c

index 290e46d..1f960b0 100644 (file)
@@ -1,3 +1,4 @@
+#include <locale.h>
 #include <glib.h>
 #include <glib-unix.h>
 #include <gst/gst.h>
@@ -629,6 +630,7 @@ main (int argc, char *argv[])
   SoupServer *soup_server;
   GHashTable *receiver_entry_table;
 
+  setlocale (LC_ALL, "");
   gst_init (&argc, &argv);
 
   receiver_entry_table =