fdsink: make sync property work correctly
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 16 Jun 2010 11:00:30 +0000 (13:00 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 16 Jun 2010 11:05:07 +0000 (13:05 +0200)
commitbd9cd476339aa0f873e5b59a7a1c3c2e9e3f8b8f
tree9578d4934316a0f8d8e6fe364bafd38dc86f66f7
parent5d44b1a3814bc9f7804d03a23d84fcf6b65f623a
fdsink: make sync property work correctly

Don't override the default get_times vmethod so that we can use the sync
property.
Set the default sync property to FALSE. It used to be set to TRUE but because
the get_times was NULL, it always behaved like FALSE.

Fixes #621530
plugins/elements/gstfdsink.c