flvdemux: Fix GST_CLOCK_DIFF usage.
authorEdward Hervey <bilboed@bilboed.com>
Sat, 13 Feb 2010 17:07:50 +0000 (18:07 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Sat, 13 Feb 2010 17:07:50 +0000 (18:07 +0100)
commit817911664e02269ae3dd64cdc4b102e2f2459bce
treef7334f4e207861ff5a09681d71dedc382afa729b
parentd263119589b2373adedbc8a5bcb7039c8042f346
flvdemux: Fix GST_CLOCK_DIFF usage.

It was previously checking for DIFF(a, b > 6 * GST_SECOND) instead of
the proper DIFF(a,b) > 6 * GST_SECOND
gst/flv/gstflvparse.c