gst/gsturi.c: Don't assert/crash here if a uri handler doesn't return any supported...
authorTim-Philipp Müller <tim@centricular.net>
Mon, 25 Sep 2006 11:16:37 +0000 (11:16 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 25 Sep 2006 11:16:37 +0000 (11:16 +0000)
commit5c666e7f43984b33f4fabbd7e49f28bbb455693e
tree52197b3199954c74ef0b2203ae2700e31aff4fd8
parente7fc450bc4d38973ba1f89f2a0324ed53ff06beb
gst/gsturi.c: Don't assert/crash here if a uri handler doesn't return any supported protocols. The list of protocols ...

Original commit message from CVS:
* gst/gsturi.c: (search_by_entry):
Don't assert/crash here if a uri handler doesn't return any
supported protocols. The list of protocols could be generated
dynamically at runtime or at plugin registration, and an error
in the underlying library shouldn't be fatal (#353301).
ChangeLog
gst/gsturi.c