examples: seek: fix build with MSVC
authorTim-Philipp Müller <tim@centricular.com>
Tue, 20 Sep 2016 16:31:55 +0000 (17:31 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 20 Sep 2016 16:31:55 +0000 (17:31 +0100)
commit0ba25ad43b8b8623db4d5ee6c2454fc68d68b672
treefbb90a550e9635e98d02936b263701e557448108
parent1852e7b88a76398782dc9f4728d605a07306c4ad
examples: seek: fix build with MSVC

Use G_PI instead of M_PI. Could also have defined
_USE_MATH_DEFINES or included gst/math-compat.h but
this seems simplest.
tests/examples/seek/stepping.c
tests/examples/seek/stepping2.c