fdsrc: use g_ascii_strtoull() to convert size string in uri
authorFrédéric Wang <fred.wang@free.fr>
Thu, 12 Feb 2015 14:50:15 +0000 (14:50 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 12 Feb 2015 14:50:15 +0000 (14:50 +0000)
commitd7dd0825747abbbda22e8466dd6ba78fa85c0dbe
treec355cf687d2a1071f2941aa88304b908f58ef00e
parentae0b12b109310bc5c6304a0afcd606052263eda7
fdsrc: use g_ascii_strtoull() to convert size string in uri

sscanf() doesn't handle G_GUINT64_FORMAT well on mingw64 it
appears, leading to compiler warnings.

https://bugzilla.gnome.org/show_bug.cgi?id=744034
plugins/elements/gstfdsrc.c