miniobject: Directly increate mini_object in mini_object_free()
authorEdward Hervey <bilboed@bilboed.com>
Mon, 11 Oct 2010 16:55:14 +0000 (18:55 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 11 Oct 2010 16:55:14 +0000 (18:55 +0200)
commit2c4afb966d2b6c734eae96cbcf94bda04e796c05
treeb15220a2eb86a28cf95969ca81e95a7afbc47c15
parent89d3da6cba56a181d3ba19dd6d4cd114cf6386c5
miniobject: Directly increate mini_object in mini_object_free()

Speeds up mini_object_unref by 25% by avoiding the typecheck which
is avoidable here since it is only called on existing miniobjects.
gst/gstminiobject.c