typefind: simplify registration code
authorStefan Sauer <ensonic@users.sf.net>
Fri, 17 Oct 2014 10:41:04 +0000 (12:41 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Fri, 17 Oct 2014 10:41:04 +0000 (12:41 +0200)
commitbca04b06aa9ec7d425342b7700be4e15f8c86775
tree59a82bb312dbbef6c4bcd00df56723acc541df13
parent24428e93261070db49e5d3c11266b0d98e3303bd
typefind: simplify registration code

Remove a useless assert (we just instantiated this type). Drop the free'ing of
the extension array. As we just created the instance this is always NULL.
gst/gsttypefind.c