elementfactory: Fix 64bit constant
authorEdward Hervey <bilboed@bilboed.com>
Fri, 22 Oct 2010 09:52:47 +0000 (11:52 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 22 Oct 2010 09:52:47 +0000 (11:52 +0200)
commit726e4479b75c955d846d2dad5d6be01849063d06
tree916e42ba557236b887814933a10750705669eb44
parent21c50647836d3ed48f4bcf748fe2f543186ea718
elementfactory: Fix 64bit constant

Basically we're not meant to put anything more complex than simple numbers,
due to the definition of G_GUINT64_CONSTANT:
G_GUINT64_CONSTANT(val) (val##UL)

Which previously resulted in .... 1 << 49UL
gst/gstelementfactory.h