mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
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:
parent
eb87b3f6bf
commit
a358d1c135
2 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue