pbutils: remove duplicate detail strings when calling the external codec installer
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 2 Feb 2009 17:25:21 +0000 (17:25 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 2 Feb 2009 17:34:23 +0000 (17:34 +0000)
commit95d6fb050143b67b255017e80ccb108cd7ea33ea
tree7f531c08a823d9c750dd1cef7e7f95102088d34a
parent486fe43cb97e7c961893c1d1854e7462a3b040a4
pbutils: remove duplicate detail strings when calling the external codec installer

It doesn't make sense to ask installers for the same codec or element twice, so filter out duplicate requests before calling the external helper script and make the unit test check this works right. Fixes #567636.
gst-libs/gst/pbutils/install-plugins.c
tests/check/libs/pbutils.c