uridecodebin: Return NULL from the default autoplug-sort handler
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 18 Feb 2011 11:02:07 +0000 (12:02 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 18 Feb 2011 11:02:18 +0000 (12:02 +0100)
commit91122e4efc2d2a6306f09b13b36583efe93c2c40
tree8a414e22c2305a2dd3d25d4f10b4174d9550a313
parent2a6602d994268b77e7135d28ff9d5b04c23aafb0
uridecodebin: Return NULL from the default autoplug-sort handler

...instead of copying the array. Returning NULL will result
in the original factories array to be used and prevents a useless
array copy in most use cases.
gst/playback/gsturidecodebin.c