gst/autoplug/gstspideridentity.c: Don't crash if that function is not implemented.

Original commit message from CVS:
* gst/autoplug/gstspideridentity.c:
(gst_spider_identity_sink_loop_type_finding):
Don't crash if that function is not implemented.
This commit is contained in:
Ronald S. Bultje 2004-11-07 17:16:31 +00:00
parent eb87b3f6bf
commit a358d1c135
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/autoplug/gstspideridentity.c:
(gst_spider_identity_sink_loop_type_finding):
Don't crash if that function is not implemented.
2004-11-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* docs/pwg/advanced-types.xml:

View file

@ -537,6 +537,7 @@ gst_spider_identity_sink_loop_type_finding (GstSpiderIdentity * ident)
find.best_probability = 0;
find.caps = NULL;
gst_find.data = &find;
gst_find.get_length = NULL;
gst_find.peek = spider_find_peek;
gst_find.suggest = spider_find_suggest;
while (walk) {