ext/ogg/gstoggdemux.c: Use the correct function to free list of typefind factories.

Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
Use the correct function to free list of typefind factories.
This commit is contained in:
Michael Smith 2005-12-12 19:13:09 +00:00
parent eb9cd91b27
commit 30620499e0
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-12-12 Michael Smith <msmith@fluendo.com>
* ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
Use the correct function to free list of typefind factories.
2005-12-12 Wim Taymans <wim@fluendo.com>
* gst/videotestsrc/gstvideotestsrc.c:

View file

@ -2688,7 +2688,7 @@ gst_ogg_type_find (ogg_packet * packet)
walk = g_list_next (walk);
}
g_list_free (type_list);
gst_plugin_feature_list_free (type_list);
if (find.best_probability > 0)
return find.caps;