mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Some small cleanups
Original commit message from CVS: Some small cleanups
This commit is contained in:
parent
946aace685
commit
ca2bc32210
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue