mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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:
parent
80853605f4
commit
337d1d3f42
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue