ext/mad/gstid3tag.c: Hide unused glory.

Original commit message from CVS:
* ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
Hide unused glory.
This commit is contained in:
Ronald S. Bultje 2004-11-06 23:53:13 +00:00
parent 80853605f4
commit 337d1d3f42
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
Hide unused glory.
2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>

View file

@ -943,6 +943,7 @@ gst_id3_tag_do_typefind (GstID3Tag * tag, GstBuffer * buffer)
find.caps = NULL;
gst_find.data = &find;
gst_find.peek = simple_find_peek;
gst_find.get_length = NULL;
gst_find.suggest = simple_find_suggest;
while (walk) {
GstTypeFindFactory *factory = GST_TYPE_FIND_FACTORY (walk->data);