mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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*
|
static GList*
|
||||||
gst_autoplug_elementfactory_get_list (gpointer data)
|
gst_autoplug_elementfactory_get_list (gpointer data)
|
||||||
{
|
{
|
||||||
return gst_elementfactory_get_list ();
|
return (GList *) gst_elementfactory_get_list ();
|
||||||
}
|
}
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Reference in a new issue