From: Jan Schmidt Date: Thu, 21 Jun 2018 10:33:03 +0000 (+1000) Subject: rpicamsrc: webrtc example: Set the locale X-Git-Tag: 1.19.3~509^2~493^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa840da60692ab6afc2678e20f5b4462bdb5cadc;p=platform%2Fupstream%2Fgstreamer.git rpicamsrc: webrtc example: Set the locale Make the date format in the overlay respect the current locale --- diff --git a/tests/examples/rpicamsrc/webrtc-unidirectional-h264.c b/tests/examples/rpicamsrc/webrtc-unidirectional-h264.c index 290e46d..1f960b0 100644 --- a/tests/examples/rpicamsrc/webrtc-unidirectional-h264.c +++ b/tests/examples/rpicamsrc/webrtc-unidirectional-h264.c @@ -1,3 +1,4 @@ +#include #include #include #include @@ -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 =