Some small cleanups

Original commit message from CVS:
Some small cleanups
This commit is contained in:
Wim Taymans 2001-12-12 13:15:32 +00:00
parent 946aace685
commit ca2bc32210

View file

@ -241,7 +241,7 @@ gst_autoplug_pads_autoplug (GstElement *src, GstElement *sink)
static GList*
gst_autoplug_elementfactory_get_list (gpointer data)
{
return gst_elementfactory_get_list ();
return (GList *) gst_elementfactory_get_list ();
}
typedef struct {