streamsynchronizer: Don't unref the parent in the event function

This commit is contained in:
Sebastian Dröge 2012-01-10 15:59:27 +01:00
parent dc8984d76c
commit a4104c54eb

View file

@ -507,7 +507,6 @@ skip_adjustments:
}
done:
gst_object_unref (self);
return ret;
}