mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
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:
parent
eb9cd91b27
commit
30620499e0
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue